View Single Post
# 1 28-10-2015 , 07:48 PM
Edward256's Avatar
Registered User
Join Date: Dec 2007
Location: Sweden
Posts: 27

Error with Rigid Bodies

Hello.
I'm having a problem applying active rigid bodies in Maya 6. If this is the wrong place to ask this, then I'm sorry.
The problem I'm having is this:
Code:
select -r nurbsCylinder67 ;
CreateActiveRigidBody;
rigidBody -active -m 1 -dp 0 -sf 0.2 -df 0.2 -b 0.6 -l 0 -tf 200 -iv 0 0 0 -iav 0 0 0 -c 0 -pc 0 -i 0 0 0 -imp 0 0 0 -si 0 0 0 -sio none ;
// Error:  //
That's all it says... And there is no x mark on the cylinder indicating that it is a rigid body, nor are the coordinates in yellow (or any rigid attr showing). Does anyone know why this is happening?

/Edward