picky cleanup to use of bpy.types
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user