rna renaming, still only adjusting properties that wont be animated (at least its very unlikely).

This commit is contained in:
2010-08-18 07:14:10 +00:00
parent 54e6ea70c0
commit 7da5d9faec
72 changed files with 457 additions and 472 deletions

View File

@@ -210,7 +210,7 @@ class DATA_PT_shape_keys(MeshButtonsPanel, bpy.types.Panel):
split = layout.split(percentage=0.4)
row = split.row()
row.enabled = enable_edit
row.prop(key, "relative")
row.prop(key, "use_relative")
row = split.row()
row.alignment = 'RIGHT'