hou.shelves
module
Functions
defaultFilePath() → str-
Not documented yet
newShelf(file_path=None, name=None, label=None) → hou.Shelf-
Not documented yet
newShelfSet(file_path=None, name=None, label=None) → hou.ShelfSet-
Not documented yet
newTool(file_path=None, name=None, label=None, script=None, language=hou.scriptLanguage.Python, icon=None, help=None, help_url=None, network_categories=(), viewer_categories=(), pop_viewer_categories=(), cop_viewer_categories=(), network_op_type=None, viewer_op_type=None, locations=()) → hou.Tool-
Not documented yet
runningTool() → hou.Tool or None-
Not documented yet
shelfSets() → dict of str to hou.ShelfSet-
Not documented yet
shelves() → dict of str to hou.Shelf-
Not documented yet
tools() → dict of str to hou.Tool-
Not documented yet