Blender Git Loki

Git Commits -> Revision 1e31127

Revision 1e31127 by Dalai Felinto (master)
May 16, 2017, 10:50 (GMT)
Fix info header stats to iterator over layer instead of scene

Although this is working fine, there are two changes expected in the new
future once depsgraph copy on write is implemented:

1) To call ED_info_stats_clear a callback from depsgraph, instead of the
notifier system. (that would also allow us to clear only one
SceneLayer).

2) To store/get stats from the evaluated SceneLayer, as well as iterate
over the evaluated objects as well.

Commit Details:

Full Hash: 1e311279336841aa313e690aca17a092b933ba05
Parent Commit: 9619275
Lines Changed: +41, -31

10 Modified Paths:

/release/scripts/startup/bl_ui/space_info.py (+1, -1) (Diff)
/source/blender/blenkernel/intern/layer.c (+2, -0) (Diff)
/source/blender/blenkernel/intern/scene.c (+2, -3) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -1) (Diff)
/source/blender/editors/include/ED_info.h (+2, -2) (Diff)
/source/blender/editors/space_info/info_stats.c (+26, -22) (Diff)
/source/blender/makesdna/DNA_layer_types.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+2, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+3, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021