I'm trying to query per-particle attributes like "velocity" at a given
time instead of the current time?
I tried the following command:
e.g. (currentTime = 1)
getAttr('particleShape1.velocity', time=10)
But this does not seem to work since the returned values are still the
same as with the current time.
Right now, i'm using the command "currentTime" to do this by
temporarily setting current frame to
the desired frame and then querying particle values. But it is kinda
slow in my case. Is possible
to use getAttr to do this? or getParticleAttr?
Thanks,
Eric
--
http://groups.google.com/group/python_inside_maya