Message 1 of 10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to write a simple maxscript to rotate just the pivot of an object, i.e.: rotating with 'Affect Pivot Only' mode enabled. If I run the macro recorder it gives me this:
select $Root
rotate $ (angleaxis -90 [1,0,0])
The problem however is that this code rotates the object, not the pivot only. I've tried adding:
maxOps.pivotMode = #pivotOnly
But it still rotates the object.
What am I missing here?
Thanks.
Solved! Go to Solution.