Houdini 11 HScript commands

Appends a series of files to the current sequence in mplay.

Usages

  1. 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

On this page

Replaced by

Related topics