Skip to content
Snippets Groups Projects
Commit c3dd2e9a authored by Nathan Vegdahl's avatar Nathan Vegdahl
Browse files

Rigify: fixed silly mistake in basic.copy rig sample.

Thanks to Jack Simpson for the heads up!
parent c795106a
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ class Rig:
bpy.ops.object.mode_set(mode='OBJECT')
pbone = obj.pose.bones[bones['Bone']]
pbone.rigify_type = 'simple.bone'
pbone.rigify_type = 'basic.copy'
pbone.lock_location = (False, False, False)
pbone.lock_rotation = (False, False, False)
pbone.lock_rotation_w = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment