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:
authorJacques Lucke <mail@jlucke.com>2019-09-06 17:34:21 +0300
committerJacques Lucke <mail@jlucke.com>2019-09-06 17:34:21 +0300
commit5045219ca978dbadd4644dfe9c43d101e792416f (patch)
tree0e253e53fc2df2480994648242e6f7f65674b295 /source/blender/editors/space_outliner/outliner_draw.c
parentd30979dddb30390986b23c7d9bdfe621ce401181 (diff)
separate BParticles Output modifier
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_draw.c')
-rw-r--r--source/blender/editors/space_outliner/outliner_draw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_outliner/outliner_draw.c b/source/blender/editors/space_outliner/outliner_draw.c
index 32436af598f..84125a5ee00 100644
--- a/source/blender/editors/space_outliner/outliner_draw.c
+++ b/source/blender/editors/space_outliner/outliner_draw.c
@@ -2184,6 +2184,7 @@ TreeElementIcon tree_element_get_icon(TreeStoreElem *tselem, TreeElement *te)
case eModifierType_FunctionDeform:
case eModifierType_FunctionPoints:
case eModifierType_BParticles:
+ case eModifierType_BParticlesOutput:
case NUM_MODIFIER_TYPES:
data.icon = ICON_DOT;