User Tools

Site Tools


visual3d:documentation:pipeline:other_commands:set_default_folders

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
visual3d:documentation:pipeline:other_commands:set_default_folders [2024/07/17 15:11] sgrangervisual3d:documentation:pipeline:other_commands:set_default_folders [2025/06/18 17:58] (current) – Cleaned up page. Still needs to be put into Pipeline project format. wikisysop
Line 1: Line 1:
-====== Set_Default_Folders ======+====== Set Default Folders ======
  
-**Set_Default_Folders**+The Set_Default_Parameters command allows users to set various default folder paths that control where Visual3D will look for certain resources. The folder paths can also be viewed and modified in the Program Options dialog: 
 + 
 +{{:DefaultDataFolders.png}} 
 + 
 +===== Pipeline Command ===== 
 + 
 +<code> 
 +Set_Default_Folders
 ! /PLUGINS= ! /PLUGINS=
 ! /SEGMENT_GRAPHICS= ! /SEGMENT_GRAPHICS=
Line 12: Line 19:
 ! /DEFAULT_REPORT_TEMPLATE= ! /DEFAULT_REPORT_TEMPLATE=
 ! /DEFAULT_MODEL_TEMPLATE= ! /DEFAULT_MODEL_TEMPLATE=
-**;** +
-\\ +</code>
-{{:DefaultDataFolders.png}}+
  
 +^ Parameter ^ Description ^
 |Plugin Folder           |Visual3D searches this folder for Visual3D Plugins. These plugins may be processing plugins that will appear in the list of Pipeline commands, or they may be Real_Time plugins that will appear in the options for Real-Time Streaming| |Plugin Folder           |Visual3D searches this folder for Visual3D Plugins. These plugins may be processing plugins that will appear in the list of Pipeline commands, or they may be Real_Time plugins that will appear in the options for Real-Time Streaming|
 |Segment Graphics Folder |The animation models associated with the model segments are stored in. If no path to an object file is selected in the Segment Properties dialog, Visual3D searches hear for the file.                                                 | |Segment Graphics Folder |The animation models associated with the model segments are stored in. If no path to an object file is selected in the Segment Properties dialog, Visual3D searches hear for the file.                                                 |
Line 24: Line 31:
 |Default Data Folder     |The pipeline commands may refer to the default data folder as\\ VISUAL3D_DEFAULT_FOLDER                                                                                                                                                | |Default Data Folder     |The pipeline commands may refer to the default data folder as\\ VISUAL3D_DEFAULT_FOLDER                                                                                                                                                |
  
-==== Example ====+===== Example: Referencing Default Folders =====
  
-To refer to the default folder+Certain default folder paths can be referred to within a pipeline script. This example identifies all the CMZ files in Visual3D'default folder and all of its sub-folders:
  
-**Set_Pipeline_Parameter_To_Folder_Path**+<code> 
 +Set_Pipeline_Parameter_To_Folder_Path
 /PARAMETER_NAME=FOLDER /PARAMETER_NAME=FOLDER
 /PARAMETER_VALUE=VISUAL3D_DEFAULT_FOLDER /PARAMETER_VALUE=VISUAL3D_DEFAULT_FOLDER
-**;** +;
-To identify all the CMO files in this folder and all sub folders:+
  
-**Set_Pipeline_Parameter_To_List_Of_Files**+Set_Pipeline_Parameter_To_List_Of_Files
 /PARAMETER_NAME= the name of the Pipeline Parameter created /PARAMETER_NAME= the name of the Pipeline Parameter created
 /FOLDER= The folder from which to start the search /FOLDER= The folder from which to start the search
 /SEARCH_SUBFOLDERS=TRUE /SEARCH_SUBFOLDERS=TRUE
-/FILE_MASK=*.cmo +/FILE_MASK=*.cmz 
-**;**+; 
 +</code>
  
  
visual3d/documentation/pipeline/other_commands/set_default_folders.1721229079.txt.gz · Last modified: 2024/07/17 15:11 by sgranger