hou.ContextViewer class

A class representing a context viewer pane tab.

Inheritence: hou.Pane > hou.PathBasedPaneTab >

Methods

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.