Slave Rotation by Script
#2
I'm not exactly sure what you're trying to accomplish, but why not simply copy the full object transform to the particle and then revert the position afterwards?

Something like:

Code:
var origPos = tf.GetPos(sInx);
tf.SetTM(sInx, obj001.GetTM());
tf.SetPos(sInx, origPos);
  Reply


Messages In This Thread
Slave Rotation by Script - by usc001 - 10-01-2020, 10:38 AM
RE: Slave Rotation by Script - by tyFlow - 10-05-2020, 10:00 PM

Forum Jump: