picky cleanup to use of bpy.types

This commit is contained in:
2012-01-18 06:11:56 +00:00
parent 259b68f5c7
commit a7c1e339cf
5 changed files with 32 additions and 24 deletions

View File

@@ -768,7 +768,7 @@ class IMAGE_PT_paint_curve(BrushButtonsPanel, Panel):
row.operator("brush.curve_preset", icon='NOCURVE', text="").shape = 'MAX'
class IMAGE_UV_sculpt_curve(bpy.types.Panel):
class IMAGE_UV_sculpt_curve(Panel):
bl_space_type = 'IMAGE_EDITOR'
bl_region_type = 'UI'
bl_label = "UV Sculpt Curve"