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

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

View File

@@ -72,7 +72,7 @@ class DATA_PT_metaball(DataButtonsPanel, bpy.types.Panel):
col.prop(mball, "threshold", text="Threshold")
layout.label(text="Update:")
layout.prop(mball, "flag", expand=True)
layout.prop(mball, "update_method", expand=True)
class DATA_PT_metaball_element(DataButtonsPanel, bpy.types.Panel):
@@ -94,7 +94,7 @@ class DATA_PT_metaball_element(DataButtonsPanel, bpy.types.Panel):
col = split.column(align=True)
col.label(text="Settings:")
col.prop(metaelem, "stiffness", text="Stiffness")
col.prop(metaelem, "negative", text="Negative")
col.prop(metaelem, "use_negative", text="Negative")
col.prop(metaelem, "hide", text="Hide")
col = split.column(align=True)