[Bf-blender-cvs] [e515d64] master: UI: Panels shared same class-name

Campbell Barton noreply at git.blender.org
Fri Aug 28 07:40:49 CEST 2015


Commit: e515d64c3e11f8d4ff89c6df89716282c039df19
Author: Campbell Barton
Date:   Fri Aug 28 15:33:01 2015 +1000
Branches: master
https://developer.blender.org/rBe515d64c3e11f8d4ff89c6df89716282c039df19

UI: Panels shared same class-name

===================================================================

M	release/scripts/startup/bl_ui/space_image.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_image.py b/release/scripts/startup/bl_ui/space_image.py
index b3fc643..80796cd 100644
--- a/release/scripts/startup/bl_ui/space_image.py
+++ b/release/scripts/startup/bl_ui/space_image.py
@@ -920,7 +920,7 @@ class IMAGE_PT_paint_curve(BrushButtonsPanel, Panel):
         row.operator("brush.curve_preset", icon='NOCURVE', text="").shape = 'MAX'
 
 
-class VIEW3D_PT_tools_imagepaint_symmetry(BrushButtonsPanel, Panel):
+class IMAGE_PT_tools_imagepaint_symmetry(BrushButtonsPanel, Panel):
     bl_category = "Tools"
     bl_context = "imagepaint"
     bl_label = "Tiling"




More information about the Bf-blender-cvs mailing list