Message 1 of 3
Creating a macro to apply an action to bones
Not applicable
12-01-2009
08:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Ok I’m trying to create a script that will allow me to put a position list and a position constraint to all the bones I select. I created a macro using the max script listener. I placed the macro into a new toolbar so I can just click it and apply the action I want. The macro works when I only select one bone at a time, but I would like it to work when I select more than one bone at a time. Can anyone please help me on this thanks.
The code now
macroScript Putting position list postion constraint
category:"DragAndDrop"
toolTip:""
(
$.pos.controller = position_list ()
$.pos.controller.Available.controller = Position_Constraint ()
)
Sorry the specs
3D studio max 2010 x64bit XP pro
Intel quad-core 2.4
Nividia quadro 1700
The code now
macroScript Putting position list postion constraint
category:"DragAndDrop"
toolTip:""
(
$.pos.controller = position_list ()
$.pos.controller.Available.controller = Position_Constraint ()
)
Sorry the specs
3D studio max 2010 x64bit XP pro
Intel quad-core 2.4
Nividia quadro 1700