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:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-12-10 17:09:46 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-12-10 17:11:57 +0300
commitc2b0d8b6d6c771da70b8fd9da5ac9cc53d04184d (patch)
treef8d0db99e875b9f56c067e894b6c5f130f50b816 /source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc
parentfc52d51d73844397b4410ced48448b496403953e (diff)
Fix T57633: Particle texture update problem
Textures are now hooked up to the RESET operation of particle settings, which ensures particles being re-distributed when texture is changed. This is limited to a direct user modifications, which matches old behavior in 2.79.
Diffstat (limited to 'source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc')
-rw-r--r--source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc b/source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc
index 15744ff614f..d8a24292aa6 100644
--- a/source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc
+++ b/source/blender/depsgraph/intern/debug/deg_debug_relations_graphviz.cc
@@ -416,7 +416,8 @@ static void deg_debug_graphviz_node(const DebugContext &ctx,
case DEG_NODE_TYPE_CACHE:
case DEG_NODE_TYPE_POINT_CACHE:
case DEG_NODE_TYPE_LAYER_COLLECTIONS:
- case DEG_NODE_TYPE_EVAL_PARTICLES:
+ case DEG_NODE_TYPE_PARTICLE_SYSTEM:
+ case DEG_NODE_TYPE_PARTICLE_SETTINGS:
case DEG_NODE_TYPE_COPY_ON_WRITE:
case DEG_NODE_TYPE_OBJECT_FROM_LAYER:
case DEG_NODE_TYPE_BATCH_CACHE: