Home Coding, Scripting, Shaders

[MEL] scriptJob for component pivot: how to?

Hi!
I need to start some proc when the pivot position (object or component) is changed.
I wrote a script for object pivot and it works as needed, but how to modify it for component pivot?
scriptJob -runOnce true -attributeChange ($s+".rotatePivot") doSomething;
Sign In or Register to comment.