appendseq hscript command
Appends a series of files to the current sequence in mplay.
Usages
appendseq [-u] [-f start end] filepattern
The sequence length is extended by the number of images loaded.
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
appendseq ~/shot1/frame\$F.pic
appendseq -u ~/shot1/frame*.pic
Replaced by
Replaced by hou.Mplay.appendSequenceRange, hou.Mplay.appendSequence
