Blender Git Commit Log
Git Commits -> Revision ea1322c
Revision ea1322c by Diego Gangl (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) June 1, 2018, 13:41 (GMT) |
Add number and memory size formatting throughout the UI This commit adds number formatting (thousands separator) to the baking panel. It also adds a new function to format memory sizes (KB/GB/etc) and applies it to the baking panel and scene stats. The new function is unit tested. Reviewers: Severin Tags: #user_interface Differential Revision: https://developer.blender.org/D1248 |
Commit Details:
Full Hash: ea1322c64d5e4771aa982d08143d3aa520a08aca
Parent Commit: f383c3c
Committed By: Erik Englesson
Lines Changed: +125, -15
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+2, -1) (Diff)
/source/blender/blenkernel/intern/pointcache.c (+9, -8) (Diff)
/source/blender/blenlib/BLI_string.h (+1, -0) (Diff)
/source/blender/blenlib/intern/string.c (+35, -0) (Diff)
/source/blender/editors/space_info/info_stats.c (+12, -6) (Diff)
/tests/gtests/blenlib/BLI_string_test.cc (+66, -0) (Diff)
/source/blender/blenkernel/intern/pointcache.c (+9, -8) (Diff)
/source/blender/blenlib/BLI_string.h (+1, -0) (Diff)
/source/blender/blenlib/intern/string.c (+35, -0) (Diff)
/source/blender/editors/space_info/info_stats.c (+12, -6) (Diff)
/tests/gtests/blenlib/BLI_string_test.cc (+66, -0) (Diff)