AL_USDMaya  0.16.6
USD to Maya Bridge
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros 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)
 copy the input stage data into this node More...
 

Static Public Member Functions

static void * creator ()
 creates an instance of this data object
 

Public Attributes

UsdStageRefPtr stage
 the stage passed through the DG
 
SdfPath primPath
 the prim path root
 

Static Public Attributes

static const MTypeId kTypeId
 the type id of the stage data
 
static 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)

copy the input stage data into this node

Parameters
aDatumthe data to copy

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