User Tools

Site Tools


visual3d:documentation:definitions:v3s

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:definitions:v3s [2024/06/19 12:47] sgrangervisual3d:documentation:definitions:v3s [2025/03/26 19:27] (current) wikisysop
Line 1: Line 1:
-===== pipeline v3s file =====+====== V3S ======
  
-the .v3s file is an ascii file that can be saved to disk and can be edited with any common word processing program such as [[notepad%2b%2b|notepad++]]. when visual3d loads the .v3s file it parses this ascii file into the individual commands that are displayed in the pipeline dialog.+==== Pipeline v3s File ====
  
-==== saving a pipeline ====+The .v3s file is an ASCII file that can be saved to disk and can be edited with any common word processing program such as [[https://notepad-plus-plus.org/|Notepad++]]. When Visual3D loads the .v3s file it parses this ASCII file into the individual commands that are displayed in the pipeline dialog.
  
-once a pipeline has been created in the pipeline workshop it can be saved (save pipeline as...) for use later. the pipeline can be opened in a text editor such as notepad++.+=== Saving a pipeline ===
  
-==== editing scripts as text ====+Once a pipeline has been created in the Pipeline Workshop it can be saved (Save Pipeline As...) for use later. The pipeline can be opened in a text editor such as Notepad++.
  
-many of the topics in the wiki pages contain pipelines or snippets of pipelines, with a note saying that the text can be copied and pasted into a file.+=== Editing Scripts as Text === 
 + 
 +Many of the topics in the wiki pages contain pipelines or snippets of pipelines, with a note saying that the text can be copied and pasted into a file.
  
 <code> <code>
-starting fresh clear workspace +Starting Fresh Clear Workspace 
-file_new +File_New 
 ; ;
  
-create hybrid model. +Create Hybrid model. 
-prompt for the standing trial to use...  +Prompt for the Standing Trial to use...  
-create_hybrid_model  +Create_Hybrid_Model  
-! /calibration_file+! /CALIBRATION_FILE
  
  
-load the model template (segment definitions+Load the Model Template (Segment Definitions
-apply_model_template  +Apply_Model_Template  
-! /model_template=  +! /MODEL_TEMPLATE=  
-! /calibration_file+! /CALIBRATION_FILE
 ; ;
  
-prompt for the movement data files.  +Prompt for the Movement data files.  
-multiple files can be selected in the dialog file listing using ctrl-click  +Multiple files can be selected in the dialog file listing using CTRL-Click  
-open_file +Open_File 
-! /file_name+! /FILE_NAME
 ; ;
  
-assigning the movement files to the model  +Assigning the Movement files to the model  
-pop up the dialog box...   +Pop up the dialog box...   
-assign_model_file +Assign_Model_File 
-! /calibration_file=  +! /CALIBRATION_FILE=  
-! /motion_file_names+! /MOTION_FILE_NAMES
 ; ;
 </code> </code>
  
-**the process for creating a pipeline from the above text.**+**The Process for creating a pipeline from the above text.**
  
-  - select the pipeline text above, with the right mouse button on the highlighted text select copy. +  - Select the pipeline text above, with the right mouse button on the highlighted text select copy. 
-  - open notepad +  - Open Notepad 
-  - paste into notepad +  - Paste into Notepad 
-  - save the notepad file as testpipeline.v3s +  - Save the Notepad file as TestPipeline.v3s 
-  - this command can now be opened in the visual3d pipeline dialog+  - This command can now be opened in the Visual3D pipeline dialog
  
  
  
visual3d/documentation/definitions/v3s.1718801247.txt.gz · Last modified: 2024/06/19 12:47 by sgranger