C++ API Reference
MRenderSetup Class Reference

Utilities for obtaining render setup information. More...

#include <MRenderSetup.h>

Static Public Member Functions

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

Detailed Description

Utilities for obtaining render setup information.

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 = nullptr 
)
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: