AL_USDMaya
0.29.4
USD to Maya Bridge
|
This code is effectively copied from the pixar plugin. It's just used to pass the usd stage through the DG. More...
#include <StageData.h>
Public Member Functions | |
StageData () | |
ctor | |
~StageData () | |
dtor | |
void | copy (const MPxData &aDatum) override |
copy the input stage data into this node More... | |
Static Public Member Functions | |
static AL_USDMAYA_PUBLIC void * | creator () |
creates an instance of this data object | |
Public Attributes | |
UsdStageWeakPtr | stage |
the stage passed through the DG | |
SdfPath | primPath |
the prim path root | |
Static Public Attributes | |
static AL_USDMAYA_PUBLIC const MTypeId | kTypeId |
the type id of the stage data | |
static AL_USDMAYA_PUBLIC const MString | kName |
the type name of the stage data | |
This code is effectively copied from the pixar plugin. It's just used to pass the usd stage through the DG.
|
override |
copy the input stage data into this node
aDatum | the data to copy |