Home Reference HScript commands 

chscope hscript command

Sets the channel scope.

Usages

  1. chscope [-w] [-a] [-A | -C] [-k] [-c | -e] channel_patterns

  2. chscope [-a] [-f]

  3. chscope [-z]

The chscope command will set or modify the channel scope according to the patterns specified.

Patterns may be prefixed by a '+' or ',' character to add channels to the current scope or by a '-' to remove channels from the scope. No prefix or an '=' character will set the scope to the given pattern.

Note

The results will not be visible if the channel editor is notcurrently open. Use the -w option to open a channel editor if it is closed.

Options

-w

Open a channel editor if needed.

-c

(Collapse) Scope all channel group paths into the dopesheet as a single row.

-e

(Expand) Scope and expand all channel group paths into the dopesheet as separate rows.

-a

Allow scoping of parameters that don’t yet have live channels.

-f

Show flag states for each parameter.

-z

Clear the channel scope.

-A

Exclude animated channels.

-C

Exclude constant channels.

-k

Include only channels with non-integer keyframes.

``:

Examples

chscope tx+ry+sz
chscope tx,ry,sz

chscope tx ry sz
The above three are all equivalent.

chscope geo1/*-geo1/r?
chscope +light1/t?
chscope -light1/ty

Replaced by