prependseq hscript command
Inserts files before the current sequence.
Usages
prependseq [-u] [-f start end] file_pattern
The sequence length will be extended by the number of images loaded, and the start time adjusted backwards by the number of frames in the loaded sequence (so the original sequence occupies the same frame range).
file_pattern can use $F or * to specify the frame number.
Note | This command is only available in MPlay. |
Options
-u | Load the sequence unbuffered; images will not be cached. |
-f start end | Load the sequence using the given start and end frames. |
Examples
prependseq ~/shot1/frame\$F.pic
prependseq -u ~/shot1/frame*.pic
Replaced by
Replaced by hou.Mplay.prependSequence, hou.Mplay.prependSequenceRange
