C++ API 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... | |
Utilities for obtaining render setup information.
|
static |
Returns the name of this class.
|
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.
[in] | renderLayerName | Name of the render setup render layer. |
[out] | status | Return status. |