User Tools

Site Tools


visual3d:documentation:pipeline:pipeline_commands:set_pipeline_parameter

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:pipeline_commands:set_pipeline_parameter [2024/06/19 14:02] – created sgrangervisual3d:documentation:pipeline:pipeline_commands:set_pipeline_parameter [2024/07/17 15:46] (current) – created sgranger
Line 1: Line 1:
 +====== Set Pipeline Parameter ======
 +
 Pipeline parameters can be created in the pipeline and used as variables in other commands in the same pipeline. Pipeline parameters can be created in the pipeline and used as variables in other commands in the same pipeline.
  
Line 8: Line 10:
 |**/Multi_Pass=**                  |FALSE                                                                                                                                                                                                                                                                                                                                                      |-|;| |**/Multi_Pass=**                  |FALSE                                                                                                                                                                                                                                                                                                                                                      |-|;|
  
-===== Example: Set Pipeline Values via Search and Replace =====+==== Example: Set Pipeline Values via Search and Replace ====
  
 This example sets pipeline parameters and new values via search and replace. The pipeline parameter **original** and the string value **replacethexxxx**, is set to the pipeline parameter **newparameter** and replaced with the string **replacethezzzz**. This example sets pipeline parameters and new values via search and replace. The pipeline parameter **original** and the string value **replacethexxxx**, is set to the pipeline parameter **newparameter** and replaced with the string **replacethezzzz**.
Line 29: Line 31:
 </code> </code>
  
-===== Example: Set Pipeline Parameter Value to a String =====+==== Example: Set Pipeline Parameter Value to a String ====
  
 For example, the following command creates a global parameter **SIGNALS** which contains the string **RightFoot1+RightFoot2+RightFoot3**. A low pass filter is run on the pipeline parameter **SIGNALS**. For example, the following command creates a global parameter **SIGNALS** which contains the string **RightFoot1+RightFoot2+RightFoot3**. A low pass filter is run on the pipeline parameter **SIGNALS**.
Line 46: Line 48:
 </code> </code>
  
-===== Example: Search and Replace + Sign =====+==== Example: Search and Replace + Sign ====
  
 The plus sign typically indicates different a list of values, but sometimes a user may want to search and replace a plus sign. This is allowed if the user types \+. An example is below: The plus sign typically indicates different a list of values, but sometimes a user may want to search and replace a plus sign. This is allowed if the user types \+. An example is below:
Line 72: Line 74:
 **Result: ::TEST = A + B** **Result: ::TEST = A + B**
  
-===== Example: Set Pipeline Parameter Multi-Pass =====+==== Example: Set Pipeline Parameter Multi-Pass ====
  
 MultiPass was introduced january 21, 2014 MultiPass was introduced january 21, 2014
visual3d/documentation/pipeline/pipeline_commands/set_pipeline_parameter.1718805770.txt.gz · Last modified: 2024/06/19 14:02 by sgranger