Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How do I move the pivot along the local axis?
from pymxs import runtime as mxs
mxs.clearListener()
obj = mxs.selection[0]
mxs.setRefCoordSys(mxs.Name('local'))
obj.pivot = mxs.Point3(claw.pivot.x, claw.pivot.y, claw.pivot.z + 0.5)
When the code is run, it moves along a non-local axis. thanks
Solved! Go to Solution.