Blender Git Commit Log

Git Commits -> Revision edc5cf1

Revision edc5cf1 by Brecht Van Lommel (master)
March 23, 2011, 14:06 (GMT)
Fix #26573, #26574 and #26551: objects on layers not visible on load or undo
restore, would not get their dependencies updated when they became visible.
It happend with a shrinkwrap modifier in these reports, but could happen with
other modifiers too.

Now we keep track of which layers have ever been updated since load, and tag
objects on them to be recalculated when they become visible.

Commit Details:

Full Hash: edc5cf1f96f0f0a0eff65a4aa574dfae9c2fc606
SVN Revision: 35724
Parent Commit: 72fe34e
Lines Changed: +24, -11

9 Modified Paths:

/source/blender/blenkernel/BKE_depsgraph.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/blender.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/depsgraph.c (+3, -2) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+6, -1) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+2, -2) (Diff)
/source/creator/creator.c (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021