Houdini 12 HScript commands

Sets the contents of a channel group.

Usages

  1. chgop group_name set|add|remove pattern1 [pattern2 ...]

Use this command to set the contents of a group to all channels that match a given set of patterns, or add or remove matching channels from a group.

Options

set pattern1 [pattern2 ...]

Sets the contents of the group to channels matching the given patterns.

add pattern1 [pattern2 ...]

Adds channels matching the given patterns to the group.

remove pattern1 [pattern2 ...]

Removes channels matching the given patterns from the group.

Examples

chgop group1 set /o*/g*/r?
Set group contents to channels

chgop group1 add /o*/g*/t?
Add channels to group1

chgop group1 remove /o*/g*/tx
Remove tx channels from group1

On this page

Replaced by

Related topics