[Bf-extensions-cvs] [8fc7459] master: Putting paint palette into tools category

Daniel Salazar noreply at git.blender.org
Tue May 20 10:10:57 CEST 2014


Commit: 8fc745907e6b1035171423302190aff97e4a585d
Author: Daniel Salazar
Date:   Tue May 20 02:10:38 2014 -0600
https://developer.blender.org/rBA8fc745907e6b1035171423302190aff97e4a585d

Putting paint palette into tools category

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

M	paint_palette.py

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

diff --git a/paint_palette.py b/paint_palette.py
index c8c6cab..992db0d 100644
--- a/paint_palette.py
+++ b/paint_palette.py
@@ -447,6 +447,7 @@ class BrushButtonsPanel():
 class PaintPanel():
     bl_space_type = 'VIEW_3D'
     bl_region_type = 'TOOLS'
+    bl_category = 'Tools'
 
     @staticmethod
     def paint_settings(context):



More information about the Bf-extensions-cvs mailing list