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/17 18:15] – created sgrangervisual3d:documentation:definitions:v3s [2025/04/14 13:13] (current) – Added links. 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.+.v3s file extension indicates a Visual3D [[visual3d:documentation:pipeline:pipeline_overview|pipeline]] scriptOnce a pipeline has been created in the [[visual3d:tutorials:pipeline:advanced_pipeline_commands#pipeline_editor|Pipeline Workshop]] it can be saved (Save Pipeline As...) for use later.
  
-==== Saving a pipeline ====+Visual3D saves .v3s files to the hard drive as an ASCII file which can be [[visual3d:documentation:pipeline:pipeline_overview#editing_pipeline_scripts|edited through the Visual3D interface]] or with any common word processing program such as [[https://notepad-plus-plus.org/|Notepad++]]. When Visual3D loads .v3s file it parses this ASCII file into the individual pipeline 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++.+===== Editing Scripts as Text =====
  
-==== Editing Scripts as Text ==== +Many of the pages in this wiki contain pipelines or snippets of pipelines, with a note saying that the text can be copied and pasted into a file.
- +
-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>
Line 42: Line 40:
 </code> </code>
  
-**The Process for creating a pipeline from the above text.** +Create a pipeline from the above text by: 
- +  - Selecting 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. +  - Opening Notepad++ 
-  - Open Notepad +  - Pasting into Notepad++ 
-  - Paste into Notepad +  - Saving 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.1718648131.txt.gz · Last modified: 2024/06/17 18:15 by sgranger