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