AL_USDMaya  0.29.4
USD to Maya Bridge
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
AL::usdmaya::StageData Class Reference

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>

Inheritance diagram for AL::usdmaya::StageData:

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
 

Detailed Description

This code is effectively copied from the pixar plugin. It's just used to pass the usd stage through the DG.

Member Function Documentation

void AL::usdmaya::StageData::copy ( const MPxData &  aDatum)
override

copy the input stage data into this node

Parameters
aDatumthe data to copy

The documentation for this class was generated from the following file: