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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Vazquez <blendergit@gmail.com>2020-03-13 12:28:30 +0300
committerAntonio Vazquez <blendergit@gmail.com>2020-03-13 12:28:59 +0300
commitde9c7bae7b9e7c66584531953c5acae274c013c2 (patch)
tree737bb6e21a171f636ae2ae8d1fbeb2afb82f93b9 /source/blender/editors/space_outliner
parentdf032580c170d9f5e508b34673b84a14f8808990 (diff)
GPencil: Join Tint and Vertex Color modifier
Both are doing almost the same and can be merged. This reduce complexity for user and less code to maintain. Reviewed By: mendio, pepeland, fclem Differential Revision: https://developer.blender.org/D7134
Diffstat (limited to 'source/blender/editors/space_outliner')
-rw-r--r--source/blender/editors/space_outliner/outliner_draw.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/space_outliner/outliner_draw.c b/source/blender/editors/space_outliner/outliner_draw.c
index 3e88a7a7b88..1b34f85f800 100644
--- a/source/blender/editors/space_outliner/outliner_draw.c
+++ b/source/blender/editors/space_outliner/outliner_draw.c
@@ -2252,9 +2252,6 @@ TreeElementIcon tree_element_get_icon(TreeStoreElem *tselem, TreeElement *te)
case eGpencilModifierType_Armature:
data.icon = ICON_MOD_ARMATURE;
break;
- case eGpencilModifierType_Vertexcolor:
- data.icon = ICON_MOD_NORMALEDIT;
- break;
/* Default */
default: