Blender Git Loki
Git Commits -> Revision 709ffd9
Revision 709ffd9 by Sergey Sharybin (master) March 15, 2018, 14:21 (GMT) |
Depsgraph: Fix missing shader updates with copy on write Basically, don't do full in-place copy of node tree datablock if it's already expanded. Current way how node tree is evaluated is fully built around the idea that evaluation copies values from original to copied datablocks. Changing links is handled on another level. |
Commit Details:
Full Hash: 709ffd94eeca1f2f6f7e929128b5657665b2736c
Parent Commit: 1816d1f
Lines Changed: +16, -0
1 Modified Path:
/source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc (+16, -0) (Diff)