Houdini 12 HScript commands

Change the current custom UI container

Usages

  1. cucd [-n] container_name

Makes the specified custom UI container the new current container.

Options

[-n] container_name

Name of the container to make the current container.

Examples

cucd -n /
'cd' to the root container

cucd -n /panel1/container2
cucd ../container5

On this page

Related topics