fix for changes in recent renaming

This commit is contained in:
Campbell Barton
2010-08-22 05:45:04 +00:00
parent 4fe2c63e6d
commit c2036fda5d
2 changed files with 3 additions and 3 deletions

View File

@@ -2167,7 +2167,7 @@ class VIEW3D_PT_background_image(bpy.types.Panel):
if (bg.image):
box.template_image(bg, "image", bg.image_user, compact=True)
box.prop(bg, "use_transparency", slider=True)
box.prop(bg, "transparency", slider=True)
if bg.view_axis != 'CAMERA':
box.prop(bg, "size")
row = box.row(align=True)