Notifications
Clear all
[Closed] Access to "bone edit mode" with maxscript
Aug 02, 2006 7: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?
1 Reply
Aug 02, 2006 7:32 am
maxops.affectchildren = false
maxops.affectchildren = true
False will allow you to edit bones.
Stev