Blender: Difference between revisions

6 bytes added ,  9 September 2021
m
(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 obj:
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===
191

edits