// =========================================================================== // Copyright 2018 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the time of installation or download, or which // otherwise accompanies this software in either electronic or hard copy form. // =========================================================================== displayString -replace -value "Collider Properties" m_AEbulletRigidBodyShapeTemplate.kColliderProperties; displayString -replace -value "The gap around each collision shape used for collision detection. This value only effects Hull and Mesh rigid bodies during creation. Default is 0.040." m_AEbulletRigidBodyShapeTemplate.kColliderShapeMargin; displayString -replace -value "Dynamics System" m_AEbulletRigidBodyShapeTemplate.kDynanicsSystem; displayString -replace -value "Forces/Impulses" m_AEbulletRigidBodyShapeTemplate.kForces; displayString -replace -value "Initial Conditions" m_AEbulletRigidBodyShapeTemplate.kInitConditions; displayString -replace -value "Input Mesh" m_AEbulletRigidBodyShapeTemplate.kInputMesh; displayString -replace -value "Rigid Body Properties" m_AEbulletRigidBodyShapeTemplate.kRBProperties; displayString -replace -value "Refit" m_AEbulletRigidBodyShapeTemplate.kRefitCollisionShape; displayString -replace -value "Solved Translate" m_AEbulletRigidBodyShapeTemplate.kSolvedTranslate; displayString -replace -value "Solver" m_AEbulletRigidBodyShapeTemplate.kSolver;