Home
last modified time | relevance | path

Searched refs:HasExtraAttributes (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/include/
H A DCOLLADAMayaPhysXExporter.h130 static bool HasExtraAttributes(const MObject & object);
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMaya/src/
H A DCOLLADAMayaPhysXExporter.cpp1246 return !PhysXExporter::HasExtraAttributes(shape); in HasDefaultValues()
1271 if (PhysXExporter::HasExtraAttributes(shape)) { in ShapeExtra()
2650 !PhysXExporter::HasExtraAttributes(rigidBody); in HasDefaultValues()
3884 return !PhysXExporter::HasExtraAttributes(constraint); in HasDefaultValues()
3909 if (PhysXExporter::HasExtraAttributes(rigidConstraint)) { in RigidConstraintExtra()
5189 if (HasExtraAttributes(object)) in exportExtraAttributes()
5347 bool PhysXExporter::HasExtraAttributes(const MObject & object) in HasExtraAttributes() function in COLLADAMaya::PhysXExporter