191
edits
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 | ||
import bpy | |||
obj = bpy.data.objects | obj = bpy.data.objects | ||
edits