Blender Git Loki
Git Commits -> Revision 83c7852
Revision 83c7852 by Hans Goudey (master) August 19, 2020, 10:14 (GMT) |
Fix T79816: Restore scene.statistics() BPY function This RNA/BPY function was removed in c08d84748804. For understandable reasons really-- getting scene statistics from a string displayed in the status bar is not exactly the best design. But we have committed to not changing the RNA API too much for the 2.90 release, so we would like to keep this functionality. Differential Revision: https://developer.blender.org/D8604 Reviewd by: Julian Eisel |
Commit Details:
Full Hash: 83c78529b9ef024f87ad96bc260fb25583fb9e7b
Parent Commit: 97dc370
Committed By: Julian Eisel
Lines Changed: +53, -15
5 Modified Paths:
/source/blender/editors/include/ED_info.h (+7, -2) (Diff)
/source/blender/editors/space_info/info_stats.c (+24, -9) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+0, -2) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+18, -0) (Diff)
/source/blender/makesrna/intern/rna_screen.c (+4, -2) (Diff)
/source/blender/editors/space_info/info_stats.c (+24, -9) (Diff)
/source/blender/makesdna/DNA_screen_types.h (+0, -2) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+18, -0) (Diff)
/source/blender/makesrna/intern/rna_screen.c (+4, -2) (Diff)