Blender Git Commit Log

Git Commits -> Revision 8d3955c

Revision 8d3955c by Brecht Van Lommel (master)
September 14, 2009, 12:26 (GMT)
Depsgraph:

* Move function to compute visible screen layers to BKE.
* Use this now in the depsgraph, was still using this all layers
to flush. Still missing a way to get the current scene in
background mode..
* Also two more function to not require a scene pointer anymore:
* DAG_object_update_flags is now DAG_id_update_flags.
* DAG_ids_flush_update is now available next to DAG_scene_flush_update.

Commit Details:

Full Hash: 8d3955c28d4f3db7026dc7f1a33a421a727f89d3
SVN Revision: 23217
Parent Commit: 75d4a83
Lines Changed: +96, -58

9 Modified Paths:

/source/blender/blenkernel/BKE_depsgraph.h (+9, -4) (Diff)
/source/blender/blenkernel/BKE_screen.h (+3, -3) (Diff)
/source/blender/blenkernel/intern/depsgraph.c (+58, -17) (Diff)
/source/blender/blenkernel/intern/screen.c (+21, -0) (Diff)
/source/blender/editors/animation/anim_deps.c (+3, -11) (Diff)
/source/blender/editors/armature/editarmature_retarget.c (+0, -2) (Diff)
/source/blender/editors/include/ED_screen.h (+0, -1) (Diff)
/source/blender/editors/preview/previewrender.c (+1, -2) (Diff)
/source/blender/editors/screen/screen_edit.c (+1, -18) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021