Houdini 11 HScript commands

Set network box flags.

Usages

  1. nbset [-q] [flag on|off|toggle|#] ... network_boxes...

The nbset command turns various network box flags on or off. A numeric value passed will turn a flag on if it is non-zero, otherwise it will turn it off. A value of toggle will cause the flag to switch to the opposite value.

Options

-m

Minimized

-p

Picked

-q

Prevents error messages from being printed on an unknown flag or network box.

Examples

nbset -m on netbox*
Minimizes all network boxes whose names begin with “netbox”

On this page

Replaced by

Related topics