AL_USDMaya
0.29.4
USD to Maya Bridge
|
The MetaData tokens we attach to various prims. More...
#include <Metadata.h>
Static Public Attributes | |
static AL_USDMAYA_PUBLIC const TfToken | transformType |
MetaData token that allows the overriding of the transform type from the default AL_usdmaya_Transform on import. | |
static AL_USDMAYA_PUBLIC const TfToken | excludeFromProxyShape |
static AL_USDMAYA_PUBLIC const TfToken | importAsNative |
MetaData token that controls whether a prim will be imported as Maya geometry. | |
static AL_USDMAYA_PUBLIC const TfToken | selectability |
Name of the property that determines if the prim is selectable or not. | |
static AL_USDMAYA_PUBLIC const TfToken | selectable |
Value used in the selectibility property that tags the prim as selectable. | |
static AL_USDMAYA_PUBLIC const TfToken | unselectable |
Value used in the selectibility property that tags the prim as unselectable. | |
static AL_USDMAYA_PUBLIC const TfToken | mergedTransform |
static AL_USDMAYA_PUBLIC const TfToken | unmerged |
static AL_USDMAYA_PUBLIC const TfToken | locked |
Name of the property that determines if attributes on corresponding Maya object of the prim are locked or not. | |
static AL_USDMAYA_PUBLIC const TfToken | lockTransform |
Value used in the lock property that tags transform (including children) attributes are locked. | |
static AL_USDMAYA_PUBLIC const TfToken | lockInherited |
Value used in the lock property that tags prim inherits its parent state. | |
static AL_USDMAYA_PUBLIC const TfToken | lockUnlocked |
Value used in the lock property that tags prim unlocked regardless of its parent state. | |
The MetaData tokens we attach to various prims.
|
static |
MetaData token that can be applied to a prim which will add it to the UsdImaging ignore list (so that it will not be rendered in Hydra).