191
edits
(Added Script for enabling/disabling bone constraints in the selected object and amended) |
|||
Line 112: | Line 112: | ||
else: | else: | ||
value=0 | value=0 | ||
for body_part in | for body_part in body_parts: | ||
for con in body_part.constraints: | for con in body_part.constraints: | ||
con.mute = value</pre> | con.mute = value</pre> | ||
===Script for enabling/disabling bone constraints in the selected armature=== | ===Script for enabling/disabling bone constraints in the selected armature=== |
edits