MRenderSetup Class Reference

#include <MRenderSetup.h>

Class Description

Utilities for obtaining render setup information.

Static Public Member Functions

static const char * className ()
 Returns the name of this class. More...
 
static MStringArray getEnabledSelectedNodeNames (const MString &renderLayerName, MStatus *status=NULL)
 Return the members of a render setup render layer. More...
 

Member Function Documentation

OPENMAYA_MAJOR_NAMESPACE_OPEN const char * className ( )
static

Returns the name of this class.

Returns
The name of this class.
MStringArray getEnabledSelectedNodeNames ( const MString renderLayerName,
MStatus status = NULL 
)
static

Return the members of a render setup render layer.

DAG children of render layer members are implicitly members of the render layer, and are not returned by this call.

Parameters
[in]renderLayerNameName of the render setup render layer.
[out]statusReturn status.
Returns
Array of members of the render setup render layer.
Status Codes:
  • MS::kSuccess Query successful.
  • MS::kFailure Query failed.

The documentation for this class was generated from the following files:
  • MRenderSetup.h
  • MRenderSetup.cpp