AL_USDMaya  0.16.6
USD to Maya Bridge
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
TypeIDs.h
1 #pragma once
2 #include "maya/MTypeId.h"
3 
4 namespace AL {
5 namespace usdmaya {
6 
7 // The type id's for the maya nodes
8 const MTypeId AL_USDMAYA_PROXYSHAPE (0x00112A20);
9 const MTypeId AL_USDMAYA_TRANSFORM (0x00112A21);
10 const MTypeId AL_USDMAYA_TRANSFORMATION_MATRIX (0x00112A22);
11 const MTypeId AL_USDMAYA_LAYER (0x00112A23);
12 const MTypeId AL_USDMAYA_STAGEDATA (0x00112A24);
13 
14 } // namespace usdmaya
15 } // namespace AL