Fireandsmoke 5 Posted October 12, 2020 (edited) I have an animated model, Model A. I want to set its pivot point, and then return the position of that point, using that position to drive some transform parameters of another object, Model B... so for example, as Model A rises vertically I want the other Model B to scale wider. How would I most easily achieve this ? Thanks for the advice Edited October 12, 2020 by Fireandsmoke Share this post Link to post Share on other sites
Rence 6 Posted October 12, 2020 Not sure if this is what you are looking for. But by just using Transform SOPs you can get the centroid of one object and then use that to drive the scale of another object. I'm sure there are better ways to do this, but if it's something simple, this might work scale_by_object_position.hiplc Share this post Link to post Share on other sites
Fireandsmoke 5 Posted October 13, 2020 Thank you Rence, the centroid function looks like what I need. Cheers Share this post Link to post Share on other sites