User Tools

Site Tools


set_animate_multiple_files

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
set_animate_multiple_files [2024/10/08 20:36] wikisysopset_animate_multiple_files [2024/10/08 20:52] (current) wikisysop
Line 22: Line 22:
 The Command parameters are divided into the primary and secondary.  The Command parameters are divided into the primary and secondary. 
  
-Primary is the active file in the workspace. /+Primary is the active file in the workspace. \\
 Secondary are the additional files to be synchronized. Secondary are the additional files to be synchronized.
  
-PRIMARY_FILE_NAME / +PRIMARY_FILE_NAME \\ 
-Sets the active file in the animation viewer + Sets the active file in the animation viewer \\ 
- +PRIMARY_EVENT_SEQUENCE= \\ 
-/PRIMARY_EVENT_SEQUENCE= +PRIMARY_EXCLUDE_EVENTS= \\ 
-/PRIMARY_EXCLUDE_EVENTS= + An event sequence for the primary file. Only the first instance of the event sequence will be used. \\ 
-/PRIMARY_X_OFFSET= +PRIMARY_X_OFFSET=\\ 
-/PRIMARY_Y_OFFSET= +PRIMARY_Y_OFFSET=\\ 
-/PRIMARY_Z_OFFSET=+PRIMARY_Z_OFFSET=\\ 
 + If the primary offset is blank or is set to a number, the number is the offset\\ 
 + Using an expression is a special case. The expression doesn't see an offset per se,  
 +but it sets a based value which is subtracted from the offset of the secondary files.\\
  
 Secondary are the additional files to be synchronized. Secondary are the additional files to be synchronized.
-/FILE_NAME= 
-/EVENT_SEQUENCE= 
-! /EXCLUDE_EVENTS= 
-! /VIEW_DIALOG=TRUE 
-/X_OFFSET= 
-/Y_OFFSET= 
-/Z_OFFSET= 
-/COLOR= 
  
-Example+FILE_NAME=\\ 
 + Sets the names of the files to be synchronized. Wildcards can, and probably should, be used 
 +EVENT_SEQUENCE=\\ 
 +EXCLUDE_EVENTS=\\ 
 + An event sequence for the secondary files. Only the first instance of the event sequence will be used. \\ 
 +X_OFFSET=\\ 
 +Y_OFFSET=\\ 
 +Z_OFFSET=\\ 
 + Specified as an expression (in this case a number is an expression).\\ 
 + If the primary offsets are specified, and the expression is a signal, the value of the signal at the event sequence 
 +is subtracted from the primary offset.\\ 
 +/COLOR=\\ 
 +The color is specified as a RGB hex value or a basic color such as RED or BLUE 
 + 
 +/VIEW_DIALOG=TRUE\\ 
 +The dialog for the animation is automatically launched 
 + 
 +Example. The proximal end of the right foot is aligned across all files based on 
 +the value at the event label RHS 
 <code> <code>
 Set_Animate_Multiple_Files Set_Animate_Multiple_Files
Line 50: Line 64:
 /PRIMARY_EVENT_SEQUENCE=RHS+RHS /PRIMARY_EVENT_SEQUENCE=RHS+RHS
 ! /PRIMARY_EXCLUDE_EVENTS= ! /PRIMARY_EXCLUDE_EVENTS=
-/PRIMARY_X_OFFSET=0.1 +/PRIMARY_X_OFFSET=KINETIC_KINEMATIC::RFT::ProxEndPos::X 
-/PRIMARY_Y_OFFSET=0.2 +/PRIMARY_Y_OFFSET=KINETIC_KINEMATIC::RFT::ProxEndPos::Y 
-/PRIMARY_Z_OFFSET=0.3 +/PRIMARY_Z_OFFSET=KINETIC_KINEMATIC::RFT::ProxEndPos::Z 
-/FILE_NAME=*R_0002.c3d+*R_0003.c3d+/FILE_NAME=*R_0002.c3d+*R_0003.c3d+*R_0004.c3d
 /EVENT_SEQUENCE=RHS+RHS /EVENT_SEQUENCE=RHS+RHS
 ! /EXCLUDE_EVENTS= ! /EXCLUDE_EVENTS=
 ! /VIEW_DIALOG=TRUE ! /VIEW_DIALOG=TRUE
-/X_OFFSET=0.2 +/X_OFFSET=KINETIC_KINEMATIC::RFT::ProxEndPos::X 
-/Y_OFFSET=0.3 +/Y_OFFSET=KINETIC_KINEMATIC::RFT::ProxEndPos::Y 
-/Z_OFFSET=0.4 +/Z_OFFSET=KINETIC_KINEMATIC::RFT::ProxEndPos::Z 
-/COLOR=RED+BLUE+/COLOR=RED+#0001FF
 ; ;
 </code> </code>
set_animate_multiple_files.1728419810.txt.gz · Last modified: 2024/10/08 20:36 by wikisysop