Blender Git Commit Log
Git Commits -> Revision 16ed20f
Revision 16ed20f by Bastien Montagne (master) January 3, 2015, 09:13 (GMT) |
Add some BLI helpers needed by asset branch. `BLI_strncpy_ensure_pad()` is also useful with current master code. The two others (`BLI_strcmp_ignore_pad()` and `BLI_filelist_duplicate()`) are only used in asset branch currently, but think they could be useful in other places too, and simplifies handling of asset branch & future patch review. Reviewers: campbellbarton Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D965 |
Commit Details:
Full Hash: 16ed20ff3cc68589a5fe48075d2b80692d3c90ea
Parent Commit: 6b8b3ba
Lines Changed: +151, -43
7 Modified Paths:
/source/blender/blenlib/BLI_fileops.h (+3, -0) (Diff)
/source/blender/blenlib/BLI_string.h (+4, -0) (Diff)
/source/blender/blenlib/intern/storage.c (+34, -1) (Diff)
/source/blender/blenlib/intern/string.c (+92, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+1, -9) (Diff)
/source/blender/editors/space_outliner/outliner_tree.c (+16, -33) (Diff)
/tests/gtests/blenlib/BLI_path_util_test.cc (+1, -0) (Diff)
/source/blender/blenlib/BLI_string.h (+4, -0) (Diff)
/source/blender/blenlib/intern/storage.c (+34, -1) (Diff)
/source/blender/blenlib/intern/string.c (+92, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+1, -9) (Diff)
/source/blender/editors/space_outliner/outliner_tree.c (+16, -33) (Diff)
/tests/gtests/blenlib/BLI_path_util_test.cc (+1, -0) (Diff)