Message 1 of 6
How to copy working pivot translation and rotation to local and world pivot?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
-- Get the working pivot transformation matrix
workingPivotTM = WorkingPivot.getTM()
-- Set the pivot values to match the working pivot transformation matrix
$.pivot = [workingPivotTM[4][1], workingPivotTM[4][2], workingPivotTM[4][3]] -- Set pivot translation
I got the translation to work, but couldn't do it for the pivot rotation.