Jump to content

Blender: Difference between revisions

2 bytes added ,  13 September 2021
m
Line 133: Line 133:


===Rig bone constraint target setting script===
===Rig bone constraint target setting script===
This script sets the targets of Geyser's rig bone constraints, after removing one of the existing pose-matching characters and replacing it with another.
<pre>
#RigBoneConstraintTargetSetter
#RigBoneConstraintTargetSetter
This script sets the targets of Geyser's rig bone constraints, after removing one of the existing pose-matching characters and replacing it with another.
import bpy
<pre>import bpy
obj = bpy.data.objects
obj = bpy.data.objects


191

edits