[Bf-extensions-cvs] [8ddb4baa] master: Dynamic Brush Menus: Add icons for new sculpt brushes.

Ryan Inch noreply at git.blender.org
Sat Oct 26 07:05:06 CEST 2019


Commit: 8ddb4baae18b309971c33a25336c34749fd9a3ea
Author: Ryan Inch
Date:   Sat Oct 26 01:01:21 2019 -0400
Branches: master
https://developer.blender.org/rBA8ddb4baae18b309971c33a25336c34749fd9a3ea

Dynamic Brush Menus: Add icons for new sculpt brushes.

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

M	space_view3d_brush_menus/__init__.py
M	space_view3d_brush_menus/brushes.py

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

diff --git a/space_view3d_brush_menus/__init__.py b/space_view3d_brush_menus/__init__.py
index 5b1245e5..1567b309 100644
--- a/space_view3d_brush_menus/__init__.py
+++ b/space_view3d_brush_menus/__init__.py
@@ -23,7 +23,7 @@ bl_info = {
     "name": "Dynamic Brush Menus",
     "description": "Fast access to brushes & tools in Sculpt and Paint Modes",
     "author": "Ryan Inch (Imaginer)",
-    "version": (1, 1, 7),
+    "version": (1, 1, 8),
     "blender": (2, 80, 0),
     "location": "Spacebar in Sculpt/Paint Modes",
     "warning": '',
diff --git a/space_view3d_brush_menus/brushes.py b/space_view3d_brush_menus/brushes.py
index 3478d575..4d99b7d5 100644
--- a/space_view3d_brush_menus/brushes.py
+++ b/space_view3d_brush_menus/brushes.py
@@ -36,6 +36,8 @@ brush_icon = {
     "CLAY_STRIPS": 'BRUSH_CLAY_STRIPS',
     "CREASE": 'BRUSH_CREASE',
     "DRAW": 'BRUSH_SCULPT_DRAW',
+    "DRAW_SHARP": 'BRUSH_SCULPT_DRAW',
+    "ELASTIC_DEFORM": 'BRUSH_GRAB',
     "FILL": 'BRUSH_FILL',
     "FLATTEN": 'BRUSH_FLATTEN',
     "GRAB": 'BRUSH_GRAB',
@@ -44,6 +46,7 @@ brush_icon = {
     "MASK": 'BRUSH_MASK',
     "NUDGE": 'BRUSH_NUDGE',
     "PINCH": 'BRUSH_PINCH',
+    "POSE": 'BRUSH_GRAB',
     "ROTATE": 'BRUSH_ROTATE',
     "SCRAPE": 'BRUSH_SCRAPE',
     "SIMPLIFY": 'BRUSH_DATA',



More information about the Bf-extensions-cvs mailing list