visual3d:documentation:pipeline:pipeline_commands:pipeline_breakpoint
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| visual3d:documentation:pipeline:pipeline_commands:pipeline_breakpoint [2024/06/26 20:28] – created sgranger | visual3d:documentation:pipeline:pipeline_commands:pipeline_breakpoint [2026/02/04 16:44] (current) – [Command Parameters] wikisysop | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| - | This command will place a breakpoint in the pipeline that will allow the user assess their current progress before continuing. A dialog will pop-up and a custom message will be shown to the user along with two buttons: one allowing you to resume and the other if you wish to halt. The command is as follows: | + | This command will place a breakpoint in the pipeline that will allow the user assess their current progress before continuing. A dialog will pop-up and a custom message will be shown to the user along with two buttons: one allowing you to resume and the other if you wish to halt. |
| - | **Pipeline_Breakpoint** | + | ====Pipeline Syntax==== |
| + | The command appears in the Pipeline Workshop within the Pipeline Control folder as so: | ||
| + | < | ||
| + | Pipeline_Breakpoint | ||
| / | / | ||
| - | **;** | + | ; |
| - | The message can be formatted using a simple version of the rtf file format. | + | </ |
| - | For example, | + | ====Command Parameters==== |
| + | The command can be modified by changing | ||
| + | |**Pause Message**|The message that is shown to the user at the breakpoint| | ||
| - | **Pipeline_Breakpoint** | + | =====Example: |
| + | |||
| + | The message can be formatted using a simple version of the rtf file format. For example, the following command will output four separate lines in the breakpoint prompt dialog | ||
| + | |||
| + | < | ||
| + | Pipeline_Breakpoint | ||
| / | / | ||
| \pard One\par | \pard One\par | ||
| Line 17: | Line 27: | ||
| \pard Four\par | \pard Four\par | ||
| } | } | ||
| - | **;** | + | ; |
| - | ===== Syntax Issue ===== | + | </ |
| - | Consider the following: | + | ===== Syntax Considerations ===== |
| + | Consider the following command: | ||
| + | |||
| + | < | ||
| + | Pipeline_Breakpoint | ||
| / | / | ||
| - | A forward slash (/) is a special character for pipeline commands | + | ; |
| - | If an equals sign (=) follows Visual3D confirms that a parameter was specified. | + | </ |
| - | Two equals signs (==), however, does confirm that a parameter was specified. | + | |
| - | Visual3D searches for an equals sign after each slash because this logically indicates that the user has specified a parameter. | + | This pause message includes several special characters, notably the forward slash (/) which is a special character for pipeline commands |
| - | Pause_Message is assigned the string 08/09 | + | |
| - | Visual3D finds an equals sign after the next slash, so interprets the rest of the string as a new parameter | + | In this example, |
| - | /2017 by MJT using Modify_Speed_Metric_Ver01 | + | |
| - | It doesn't do anything with this parameter because it doesn' | + | The solution to this syntax issue is to either |
| - | Solution | + | < |
| - | remove the = sign | + | |
| / | / | ||
| - | or specify two equals signs | + | </ |
| + | |||
| + | or to specify two equals signs " | ||
| + | < | ||
| / | / | ||
| - | ===== Example | + | </ |
| + | |||
| + | ===== Example ===== | ||
| < | < | ||
visual3d/documentation/pipeline/pipeline_commands/pipeline_breakpoint.1719433705.txt.gz · Last modified: by sgranger
