cuadd hscript command
Add a custom UI gadget to the current container.
Usages
cuadd [-f] -t type
Type can be one of the following:
panel
container
channelchooser
menu
checkbutton
slider
buttonstrip
filechooser
button
label
Options
-f | If the new gadget is a container, automatically make it the new current container. |
Replaced by
Replaced by hou.CustomPanelContainer.addPanel, hou.CustomPanelContainer.addButton, hou.CustomPanelContainer.addContainerAndSetAsCurrent, hou.CustomPanelContainer.addButtonStrip, hou.CustomPanelContainer.addCheckbox, hou.CustomPanelContainer.addChannelChooser, hou.CustomPanelContainer.addContainer, hou.CustomPanelContainer.addLabel, hou.CustomPanelContainer.addSlider, hou.CustomPanelContainer.addFileChooser, hou.CustomPanelContainer.addMenu
