apply rna rename most of the show_*, names.

This commit is contained in:
2010-08-17 17:03:52 +00:00
parent c61127d502
commit 3bd039eff9
48 changed files with 200 additions and 200 deletions

View File

@@ -194,7 +194,7 @@ class BONE_PT_display(BoneButtonsPanel, bpy.types.Panel):
split = layout.split()
col = split.column()
col.prop(bone, "draw_wire", text="Wireframe")
col.prop(bone, "show_wire", text="Wireframe")
col.prop(bone, "hide", text="Hide")
col = split.column()