Blender Git Commit Log

Git Commits -> Revision 17041bd

Revision 17041bd by Sergey Sharybin (master)
April 17, 2018, 10:47 (GMT)
Depsgraph: Fix unwanted node tree copy-over

Was caused by two things from the past:

- Tagging would set id->recalc to COW update flag.
This one is to be ignored.

- Particle tagging will use psys recalc flags on id->recalc,
but we only need to use flags from particles. Otherwise
it will be some collisions in bit masks.

Commit Details:

Full Hash: 17041bd895eadca1bff3bf88bc8b0f9982fe4573
Parent Commit: 2408a48
Lines Changed: +5, -2

3 Modified Paths:

/source/blender/depsgraph/intern/depsgraph_tag.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc (+3, -1) (Diff)
/source/blender/makesdna/DNA_ID.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021