Message 1 of 1
[MEL] scriptJob for component pivot: how to?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
I need to start some proc when 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;