denisT: provide the coordsys matrix (tmAxis) How I could do that? how I can convert a quat to the tmAxis ?
denisT: INode::Rotate um… it seems too complicated, I only have a Quat value. How I can use that like the MaxScript one? Rotate node value(quat)
Any advice @denisT?
guruware: you want undo on/off: TheHold.Suspend() TheHold.Resume() for recording an undo-action TheHold.Begin() TheHold.Accept(“name of undo ac…
what about collection? it seems I should look at somewhere else.
Yea, sorry, I should describe it clearly, I just want to say that my goal was not to save the pose temporary or in the scene or in the buffer, I just …
I mean something like this: undo on with redraw off ( SuspendEditing() biped_ctrl = selection[1].controller biped.createCopyCollection biped_ctrl …
macroScript TEST_MacroDialog Category:”TESTS” buttonText:”MacroDialog” toolTip:”MacroDialog” ( rollout mcrrol “Macro Dialog” width:200 ( label lb …
Can we set a local variable inside rollout?
The macro can be anywhere, menus , right-click context menu, … So searching toolbar doesn’t work.