Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I have zero max script experience, but some with Python, from other 3d applications.
My goal is to write a simple Python script that activates the WorkingPivot and auto-aligns it to the Transform Gizmo, among other things.
Im max script, this activates the WP:
WorkingPivot.EditMode = true
However, I can't figure how to do the same in Python, not counting this:
MaxPlus.Core.EvalMAXScript("WorkingPivot.EditMode = true")
What's the 'clean' way of accessing Max' core interface functionality?
Thanks a lot!
Solved! Go to Solution.