PDA

View Full Version : Access to "bone edit mode" with maxscript


carlos_ramiro
08-02-2006, 06:32 AM
Hi

just a simple question, How could i access to "bone edit mode" using maxscript?

What i'm looking for is a checkbox. If checkbox is true, i want to access to "bone edit mode", and be able to change bone's position. Then change to checkbox false to exit "bone edit mode"

Does it make sense?

_stev_
08-03-2006, 09:28 PM
maxops.affectchildren = false


maxops.affectchildren = true


False will allow you to edit bones.

Stev

CGTalk Moderation
08-03-2006, 09:28 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.