Go to the source code of this file.
|
ALEMBIC_EXPORT void | Alembic::AbcMaterial::ALEMBIC_VERSION_NS::addMaterialAssignment (Abc::OObject iObject, const std::string &iValue, const std::string &iPropName=MATERIALASSIGN_PROPNAME) |
|
ALEMBIC_EXPORT void | Alembic::AbcMaterial::ALEMBIC_VERSION_NS::addMaterialAssignment (Abc::OCompoundProperty iProp, const std::string &iValue, const std::string &iPropName=MATERIALASSIGN_PROPNAME) |
|
ALEMBIC_EXPORT OMaterialSchema | Alembic::AbcMaterial::ALEMBIC_VERSION_NS::addMaterial (Abc::OObject iObject, const std::string &iPropName=MATERIAL_PROPNAME) |
|
ALEMBIC_EXPORT OMaterialSchema | Alembic::AbcMaterial::ALEMBIC_VERSION_NS::addMaterial (Abc::OCompoundProperty iProp, const std::string &iPropName=MATERIAL_PROPNAME) |
|
ALEMBIC_EXPORT bool | Alembic::AbcMaterial::ALEMBIC_VERSION_NS::getMaterialAssignmentPath (Abc::IObject iObject, std::string &oResult, const std::string &iPropName=MATERIALASSIGN_PROPNAME) |
|
ALEMBIC_EXPORT bool | Alembic::AbcMaterial::ALEMBIC_VERSION_NS::getMaterialAssignmentPath (Abc::ICompoundProperty iProp, std::string &oResult, const std::string &iPropName=MATERIALASSIGN_PROPNAME) |
|
ALEMBIC_EXPORT bool | Alembic::AbcMaterial::ALEMBIC_VERSION_NS::hasMaterial (Abc::IObject iObject, IMaterialSchema &oResult, const std::string &iPropName=MATERIAL_PROPNAME) |
|
ALEMBIC_EXPORT bool | Alembic::AbcMaterial::ALEMBIC_VERSION_NS::hasMaterial (Abc::ICompoundProperty iCompound, IMaterialSchema &oResult, const std::string &iPropName=MATERIAL_PROPNAME) |
|
#define MATERIAL_PROPNAME ".material" |
#define MATERIALASSIGN_PROPNAME ".material.assign" |