Open GoogleCodeExporter opened 9 years ago
I solved the problem though not completely in Python. I would like to make it
completely in Python.
mxs.addModifier(obj, mxs.XForm())
XForm = mxs.pyhelper.namify('XForm') # set flag
mxs.execute('max modify mode')
mxs.modPanel.setCurrentObject(obj.modifiers[XForm])
mxs.execute('mod_obj = modPanel.getCurrentObject();gizmo_rotation =
mod_obj.gizmo.rotation;mod_obj.gizmo.rotation += quat 0.707107 0 0 0.707107') #
rotate 90"
Original comment by AlexeyGu...@gmail.com
on 5 Apr 2012 at 2:22
Original issue reported on code.google.com by
AlexeyGu...@gmail.com
on 5 Apr 2012 at 7:48