hou.ContextViewer
class
A class representing a context viewer pane tab.
Inheritence: hou.Pane > hou.PathBasedPaneTab >
Methods
Methods inherited from hou.Pane: showPaneBar, showsPaneBar, tabs, splitHorizontally, tabOfType, sendKey, setIsMaximized, swapWithPane, splitVertically, createTab, desktop, isMaximized, currentTab
Methods inherited from hou.PathBasedPaneTab: setCurrentNode, currentNode, showsNetworkControls, followsParent, showNetworkControls, cd, pwd, removeBookmarks, setPwd, setFollowParent, bookmarks, addBookmark
compositorViewer(self)→ hou.CompositorViewer-
Returns a CompositorViewer if the ContextViewer is displaying a compositor viewer. If not, returns
None. particleViewer(self)→ hou.ParticleViewer-
Returns a ParticleViewer if the ContextViewer is displaying a particle viewer. If not, returns None.
sceneViewer(self)→ hou.SceneViewer-
Returns a SceneViewer if the ContextViewer is displaying a scene viewer. If not, returns None.