This feature is not yet documented
Methods
Inherited from hou.Pane: createTab, currentTab, desktop, splitHorizontally, splitVertically, tabOfType, tabs
Inherited from hou.PathBasedPaneTab: cd, currentNode, pwd, setCurrentNode, setPwd
| constructionPlane | Return the construction plane (or grid) in the perspective viewport of this viewer. |
| curViewport | Returns this viewer’s current viewport. The current viewport is the one containing the mouse cursor. If the cursor is not in a viewport, then the selected, or active, viewport is returned. |
| currentState | Returns the name of the viewer’s current tool state. |
| enterCurrentNodeState | Enters the viewer into the node-specific tool state of the last selected node. If wait_for_exit is True, then the function will not return until the viewer exits the tool. |
| enterRotateToolState | Enters the viewer into rotate tool state. This is available only for the node contexts that support the move tools. If wait_for_exit is True, then the function will not return until the viewer exits the tool. |
| enterScaleToolState | Enters the viewer into scale tool state. This is available only for the node contexts that support the move tools. If wait_for_exit is True, then the function will not return until the viewer exits the tool. |
| enterTranslateToolState | Enters the viewer into translate tool state. This is available only for the node contexts that support the move tools. If wait_for_exit is True, then the function will not return until the viewer exits the tool. |
| enterViewState | Enters the viewer into view tool state. If wait_for_exit is True, then the function will not return until the viewer exits the tool. |
| findViewport | |
| isCreateInContext | |
| isDepthSnapping | |
| isOrientingOnSnap | |
| isSnappingToOtherObjects | |
| isSnappingToTemplates | |
| selectDynamics | |
| selectDynamicsPoints | |
| selectGeometry | |
| selectObjects | Document that this can raise hou.OperationInterrupted. |
| selectParticleNodes | |
| selectParticles | |
| selectPositions | |
| setCurrentState | Sets the current tool state of the viewer. If wait_for_exit is True, then the function will not return until the viewer exits the tool. |
| setDepthSnapping | |
| setOrientOnSnap | |
| setSnapToOtherObjects | |
| setSnapToTemplates | |
| setSnappingMode | |
| snappingMode | |
| viewports |
isOpen(self)→ boolThis feature is not yet implemented
selectObjects(self, prompt='Select objects', sel_index=0, allow_drag=False, quick_select=False, use_existing_selection=True, allow_multisel=True, allowed_types=('*',), icon=None, label=None)→ tuple of NodesThis feature is not yet documented
Document that this can raise hou.OperationInterrupted.
selectGeometry(self, prompt='Select geometry', sel_index=0, allow_drag=False, quick_select=False, use_existing_selection=True, ordered=False, geometry_types=(), primitive_types=(), allow_obj_sel=True, icon=None, label=None)→ GeometrySelectionThis feature is not yet documented
selectPositions(self, prompt='Click to specify a position', number_of_positions=1, connect_positions=True, show_coordinates=True, bbox=BoundingBox(), position_type=positionType.WorldSpace, icon=None, label=None)→ tuple of Vector3sThis feature is not yet documented
selectDynamics(self, prompt='Select dynamics objects', sel_index=0, allow_objects=True, allow_modifiers=False, quick_select=False, use_existing_selection=True, allow_multisel=True, icon=None, label=None)→ tuple of hou.DopDataThis feature is not yet documented
selectDynamicsPoints(self, prompt='Select dynamics points', sel_index=0, quick_select=False, use_existing_selection=True, allow_multisel=True, only_select_points=True, icon=None, label=None)→ tuple of (hou.DopData, hou.GeometrySelection)This feature is not yet documented
selectParticles(self, prompt='Select particles', sel_index=0, select_connected=True, quick_select=False, use_existing_selection=True, allow_multisel=True, icon=None, label=None)→ ParticleSelectionThis feature is not yet documented
selectParticleNodes(self, prompt='Select particle nodes', sel_index=0, allow_generators=True, allow_modifiers=False, quick_select=False, use_existing_selection=True, allow_multisel=True, icon=None, label=None)→ ParticleSelectionThis feature is not yet documented
currentState(self)→ stringReturns the name of the viewer’s current tool state.
setCurrentState(self, state, wait_for_exit=False)Sets the current tool state of the viewer. If wait_for_exit is True, then the function will not return until the viewer exits the tool.
enterCurrentNodeState(self, wait_for_exit=False)Enters the viewer into the node-specific tool state of the last selected node. If wait_for_exit is True, then the function will not return until the viewer exits the tool.
enterViewState(self, wait_for_exit=False)Enters the viewer into view tool state. If wait_for_exit is True, then the function will not return until the viewer exits the tool.
enterTranslateToolState(self, wait_for_exit=False)Enters the viewer into translate tool state. This is available only for the node contexts that support the move tools. If wait_for_exit is True, then the function will not return until the viewer exits the tool.
enterRotateToolState(self, wait_for_exit=False)Enters the viewer into rotate tool state. This is available only for the node contexts that support the move tools. If wait_for_exit is True, then the function will not return until the viewer exits the tool.
enterScaleToolState(self, wait_for_exit=False)Enters the viewer into scale tool state. This is available only for the node contexts that support the move tools. If wait_for_exit is True, then the function will not return until the viewer exits the tool.
constructionPlane(self)→ hou.ConstructionPlaneReturn the construction plane (or grid) in the perspective viewport of this viewer.
See hou.ConstructionPlane for more information.
viewports(self)→ tuple of GeometryViewportsThis feature is not yet documented
findViewport(self, name)→ GeometryViewportThis feature is not yet documented
curViewport(self)→ hou.GeometryViewportReturns this viewer’s current viewport. The current viewport is the one containing the mouse cursor. If the cursor is not in a viewport, then the selected, or active, viewport is returned.
setCurViewport(self, viewport)This feature is not yet implemented
linkOrthoViewports(self)This feature is not yet implemented
setLinkOrthoViewports(self, on)This feature is not yet implemented
viewportLayout(self)This feature is not yet implemented
setViewportLayout(self, layout)This feature is not yet implemented
appliesToAllSplitViews(self)This feature is not yet implemented
setApplyToAllSplitViews(self, on)This feature is not yet implemented
snappingMode(self)This feature is not yet documented
setSnappingMode(self, snapping_mode)This feature is not yet documented
isSnappingToTemplates(self)This feature is not yet documented
setSnapToTemplates(self, on)This feature is not yet documented
isSnappingToOtherObjects(self)This feature is not yet documented
setSnapToOtherObjects(self, on)This feature is not yet documented
isDepthSnapping(self)This feature is not yet documented
setDepthSnapping(self, on)This feature is not yet documented
isOrientingOnSnap(self)This feature is not yet documented
setOrientOnSnap(self, on)This feature is not yet documented
viewerType(self)→ hou.viewerType enum valueThis feature is not yet implemented
isShowingObjectsAtSopLevel(self)This feature is not yet implemented
setShowObjectsAtSopLevel(self, on)This feature is not yet implemented
isCreateInContext(self) -> boolThis feature is not yet documented
displayedNodeBehaviour(self)This feature is not yet implemented
setDisplayedNodeBehaviour(self, behaviour)This feature is not yet implemented
memories(self)→ dict of ints to GeometryViewportSettingsThis feature is not yet implemented
createMemoryFromViewport(self, viewport, number)→ GeometryViewportSettingsThis feature is not yet implemented
loadFromMemoryToViewport(self, viewport, number)This feature is not yet implemented
deleteAllMemories(self)This feature is not yet implemented
showsMemoriesAtBottom(self)This feature is not yet implemented
setShowMemoriesAtBottom(self, on)This feature is not yet implemented
createSnapshotFromViewport(self, viewport, number)This feature is not yet implemented
showSnapshot(self, number)This feature is not yet implemented
hideSnapshot(self, number)This feature is not yet implemented
showsSnapshotsAtSourceFrame(self)This feature is not yet implemented
setShowSnapshotsAtSourceFrame(self, on)This feature is not yet implemented
snapshotAlphaBlend(self)This feature is not yet implemented
setSnapshotAlphaBlend(self, alpha)This feature is not yet implemented
snapshotObjectMask(self)This feature is not yet implemented
setSnapshotObjectMask(self, mask)This feature is not yet implemented
showsHandlesInSnapshots(self)This feature is not yet implemented
setShowHandlesInSnapshots(self, on)This feature is not yet implemented
render(self)This feature is not yet implemented
renderOutput(self)This feature is not yet implemented
setRenderOutputToBuiltIn(self, renderer)This feature is not yet implemented
setRenderOutputToRop(self, rop_node)This feature is not yet implemented
showsNodeToolbarAtTop(self)This feature is not yet implemented
setShowNodeToolbarAtTop(self, on)This feature is not yet implemented
showsPathAtTop(self)This feature is not yet implemented
setShowPathAtTop(self, on)This feature is not yet implemented
showsToolsAtBottom(self)This feature is not yet implemented
setShowToolsAtBottom(self, on)This feature is not yet implemented
showsDisplayToolsAtRight(self)This feature is not yet implemented
setShowDisplayToolsAtRight(self, on)This feature is not yet implemented
showsSelectionToolsAtLeft(self)This feature is not yet implemented
setShowSelectionToolsAtLeft(self, on)This feature is not yet implemented
setFlipbookOptions(self, options)This feature is not yet implemented