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>2017-05-09 11:05:54 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-05-09 11:05:54 +0300
commit382c38efae053fa71075a1a0067c1fe304b57c64 (patch)
treef72238565add6ba43d492e1fffa4627e8392d1a7 /source/blender/depsgraph/intern
parentf7ce1be694e6f0242acce03e4825162356f24346 (diff)
Fix T51439: Object not updated when particle system settings change in 2.8
A bit too early to disable workaround for particles. Guess it was commented out after particles removal but was not brought back after particles restore commit.
Diffstat (limited to 'source/blender/depsgraph/intern')
-rw-r--r--source/blender/depsgraph/intern/depsgraph_tag.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph_tag.cc b/source/blender/depsgraph/intern/depsgraph_tag.cc
index e960200a4cc..978e329136a 100644
--- a/source/blender/depsgraph/intern/depsgraph_tag.cc
+++ b/source/blender/depsgraph/intern/depsgraph_tag.cc
@@ -74,9 +74,7 @@ extern "C" {
* design of those areas is more clear we'll do the same legacy code here.
* - sergey -
*/
-#if 0
#define DEPSGRAPH_USE_LEGACY_TAGGING
-#endif
namespace {