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
set_animate_multiple_files [2024/10/08 20:45] wikisysopset_animate_multiple_files [2024/10/08 20:52] (current) wikisysop
Line 27: Line 27:
 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. \\  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\\  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,   Using an expression is a special case. The expression doesn't see an offset per se, 
Line 38: Line 38:
  
 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 53: 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.1728420326.txt.gz · Last modified: 2024/10/08 20:45 by wikisysop