- 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:
Campbell Barton
2009-12-10 11:56:31 +00:00
parent 901962c621
commit f26e188a7c
12 changed files with 100 additions and 37 deletions

View File

@@ -120,7 +120,7 @@ def draw(layout, context, context_member, use_edit=True):
prop = row.operator("wm.properties_edit", text="edit")
assign_props(prop, val_draw, key)
prop = row.operator("wm.properties_remove", text="", icon='ICON_ZOOMOUT')
prop = row.operator("wm.properties_remove", text="", icon='ZOOMOUT')
assign_props(prop, val_draw, key)