- rigify context changes & example for delta

- sequencer transform had 0.0 for rotation minimum
- missed icon rename in last commit
This commit is contained in:
2009-12-10 11:56:31 +00:00
parent 901962c621
commit f26e188a7c
12 changed files with 100 additions and 37 deletions

View File

@@ -29,7 +29,7 @@ METARIG_NAMES = "shoulder", "arm", "forearm", "hand"
def metarig_template():
# generated by rigify.write_meta_rig
bpy.ops.object.mode_set(mode='EDIT')
obj = bpy.context.object
obj = bpy.context.active_object
arm = obj.data
bone = arm.edit_bones.new('shoulder')
bone.head[:] = 0.0000, -0.4515, 0.0000