Various nail constraint improvements
TODO: errors while scene loading / saving
This commit is contained in:
@@ -18,6 +18,10 @@ not be misrepresented as being the original software.
|
||||
3. This notice may not be removed or altered from any source distribution.
|
||||
|
||||
Written by: Nicola Candussi <nicola@fluidinteractive.com>
|
||||
|
||||
Modified by Roman Ponomarev <rponom@gmail.com>
|
||||
12/24/2009 : Nail constraint improvements
|
||||
|
||||
*/
|
||||
|
||||
//AEdNailConstraintTemplate.mel
|
||||
@@ -28,7 +32,8 @@ global proc AEdNailConstraintTemplate( string $nodeName )
|
||||
editorTemplate -beginScrollLayout;
|
||||
|
||||
editorTemplate -addControl damping;
|
||||
editorTemplate -addControl inRigidBody;
|
||||
editorTemplate -addControl inRigidBodyA;
|
||||
editorTemplate -addControl inRigidBodyB;
|
||||
|
||||
AEdependNodeTemplate $nodeName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user