Hello,

Is there a way in PyMel to access world space velocity values (without
having to resort to using getAttr)?

The following code only returns local space values (for the first
particle in the set):

pars = pm.ls( 'nParticleShape1' )[ 0 ]
v = pars.velocity()[ 0 ]

Unfortunately the 'velocity' API method referenced by PyMel doesn't
have a parameter to set the space.

Thx, Ken

-- 
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings: 
http://groups.google.com/group/python_inside_maya/subscribe

Reply via email to