Blender Git Loki
Git Commits -> Revision 8cbfc4c
Revision 8cbfc4c by Hans Goudey (master) August 19, 2020, 10:37 (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: 8cbfc4c76ed7747111e387863ad511939d389d87
Parent Commit: 5549ee2
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)