Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Salazar <zanqdo@gmail.com>2014-05-20 12:10:38 +0400
committerDaniel Salazar <zanqdo@gmail.com>2014-05-20 12:10:38 +0400
commit8fc745907e6b1035171423302190aff97e4a585d (patch)
treeb714298ea46a3a0c1b47423bcd0e8b5a415bc9bd /paint_palette.py
parentc4f073334e559d664e9b01267af9f13491523dc4 (diff)
Putting paint palette into tools category
Diffstat (limited to 'paint_palette.py')
-rw-r--r--paint_palette.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/paint_palette.py b/paint_palette.py
index c8c6caba..992db0d7 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):