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/19 12:52] – sgranger | visual3d:documentation:pipeline:pipeline_commands:pipeline_breakpoint [2024/07/17 15:46] (current) – created sgranger | ||
---|---|---|---|
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: | + | ====== Pipeline Breakpoint ====== |
- | **pipeline_breakpoint** | + | 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: |
- | /pause_message= | + | |
+ | **Pipeline_Breakpoint** | ||
+ | /PAUSE_MESSAGE= | ||
**;** | **;** | ||
- | the message can be formatted using a simple version of the rtf file format. | + | 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 dialg | + | For example, the following command will output four separate lines in the breakpoint prompt dialg |
- | **pipeline_breakpoint** | + | **Pipeline_Breakpoint** |
- | /pause_message= {\rtf1\ansi\deff0 | + | /PAUSE_MESSAGE= {\rtf1\ansi\deff0 |
- | \pard one\par | + | \pard One\par |
- | \pard two\par | + | \pard Two\par |
- | \pard three\par | + | \pard Three\par |
- | \pard four\par | + | \pard Four\par |
} | } | ||
**;** | **;** | ||
- | ====== syntax issue ====== | + | ===== Syntax Issue ===== |
- | consider | + | Consider |
- | /pause_message=08/09/2017 by wss speed = 0.4 | + | /PAUSE_MESSAGE=08/09/2017 by WSS Speed = 0.4 |
- | a forward slash (/) is a special character for pipeline commands that indicates that a parameter_name follows immediately afterwards. | + | A forward slash (/) is a special character for pipeline commands that indicates that a parameter_name follows immediately afterwards. |
- | if an equals sign (=) follows | + | If an equals sign (=) follows |
- | two equals signs (==), however, does confirm that a parameter was specified. | + | Two equals signs (==), however, does confirm that a parameter was specified. |
- | visual3d | + | Visual3D |
- | pause_message | + | Pause_Message |
- | visual3d | + | Visual3D |
- | /2017 by mjt using modify_speed_metric_ver01 speed = 0.4 | + | /2017 by MJT using Modify_Speed_Metric_Ver01 Speed = 0.4 |
- | it doesn' | + | It doesn' |
- | solution | + | Solution |
remove the = sign | remove the = sign | ||
- | /pause_message=08/09/2017 by wss speed 0.4 | + | /PAUSE_MESSAGE=08/09/2017 by WSS Speed 0.4 |
or specify two equals signs | or specify two equals signs | ||
- | /pause_message=08/09/2017 by wss speed == 0.4 | + | /PAUSE_MESSAGE=08/09/2017 by WSS Speed == 0.4 |
- | ====== example pipeline ====== | + | ===== Example Pipeline |
< | < | ||
!============================================================== | !============================================================== | ||
- | ! this script is an example using the pipeline | + | ! This script is an example using the Pipeline |
! the user to review the model and make adjustments before continuing. | ! the user to review the model and make adjustments before continuing. | ||
!============================================================== | !============================================================== | ||
- | ! fresh workspace | + | ! Fresh Workspace |
- | file_new | + | File_New |
; | ; | ||
!-------------------------------------------------------------------------------- | !-------------------------------------------------------------------------------- | ||
- | ! apply model to motion files - | + | ! Apply model to motion files - |
- | ! bring in static file and apply model template. | + | ! Bring in static file and apply model template. |
!-------------------------------------------------------------------------------- | !-------------------------------------------------------------------------------- | ||
- | ! create | + | ! Create |
- | create_hybrid_model | + | Create_Hybrid_Model |
- | ! /calibration_file= | + | ! /CALIBRATION_FILE= |
- | ! /suffix= | + | ! /SUFFIX= |
- | ! /range=all_frames | + | ! /RANGE=ALL_FRAMES |
; | ; | ||
- | ! apply model template. | + | ! Apply model template. |
- | apply_model_template | + | Apply_Model_Template |
- | ! /model_template= | + | ! /MODEL_TEMPLATE= |
- | ! /calibration_file= | + | ! /CALIBRATION_FILE= |
; | ; | ||
- | ! breakpoint | + | ! Breakpoint |
- | pipeline_breakpoint | + | Pipeline_Breakpoint |
- | /pause_message=review | + | /PAUSE_MESSAGE=Review |
; | ; | ||
- | ! open motion files. | + | ! Open motion files. |
- | file_open | + | File_Open |
- | ! /file_name= | + | ! /FILE_NAME= |
- | ! /suffix= | + | ! /SUFFIX= |
- | /set_prompt=open motion files | + | /SET_PROMPT=Open motion files |
; | ; | ||
- | ! assign | + | ! Assign |
- | assign_tags_to_files | + | Assign_Tags_To_Files |
- | /motion_file_names=*walk* | + | /MOTION_FILE_NAMES=*walk* |
- | /tags=walk | + | /TAGS=WALK |
; | ; | ||
- | ! assign | + | ! Assign |
- | assign_model_file | + | Assign_Model_File |
- | ! /calibration_file= | + | ! /CALIBRATION_FILE= |
- | ! /motion_file_names= | + | ! /MOTION_FILE_NAMES= |
- | ! /remove_existing_assignments=false | + | ! /REMOVE_EXISTING_ASSIGNMENTS=FALSE |
; | ; | ||
</ | </ |
visual3d/documentation/pipeline/pipeline_commands/pipeline_breakpoint.1718801549.txt.gz · Last modified: 2024/06/19 12:52 by sgranger