misc rna renaming.

This commit is contained in:
Campbell Barton
2010-08-19 17:46:00 +00:00
parent fedde2f8e3
commit bea1c4fb13
7 changed files with 23 additions and 23 deletions

View File

@@ -64,8 +64,8 @@ class DATA_PT_metaball(DataButtonsPanel, bpy.types.Panel):
col = split.column()
col.label(text="Resolution:")
sub = col.column(align=True)
sub.prop(mball, "wire_size", text="View")
sub.prop(mball, "render_size", text="Render")
sub.prop(mball, "resolution", text="View")
sub.prop(mball, "render_resolution", text="Render")
col = split.column()
col.label(text="Settings:")