Home Reference HScript commands 

cuset hscript command

Sets a property on a custom UI panel.

Usages

  1. cuset -p panel_name -n name -v value

Options

-p panel_name

The name of the custom UI panel containing the property you want to set.

-n name

The name of the property to set.

-v value

The value to set the property to.

Examples

cuset -p /Panel1 -n slider1.val -v 0.5

Replaced by