Blender Git Commit Log
Git Commits -> Revision 185f588
Revision 185f588 by Julian Eisel (temp-layers-ui-table) February 5, 2017, 17:22 (GMT) |
Initial commit to use uiTable API for collections editor Does nothing but drawing a single column for collection name, but it shows that the API works ;) |
Commit Details:
Full Hash: 185f588e1c314aed31fe9a6383642bee6df4913a
Parent Commit: 7dfd122
Lines Changed: +144, -4
2 Added Paths:
/source/blender/editors/space_collections/collections_draw.c (+53, -0) (View)
/source/blender/editors/space_collections/collections_edit.c (+55, -0) (View)
/source/blender/editors/space_collections/collections_edit.c (+55, -0) (View)
5 Modified Paths:
/source/blender/editors/space_collections/CMakeLists.txt (+3, -0) (Diff)
/source/blender/editors/space_collections/collections_intern.h (+11, -0) (Diff)
/source/blender/editors/space_collections/collections_ops.c (+4, -1) (Diff)
/source/blender/editors/space_collections/space_collections.c (+16, -3) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -0) (Diff)
/source/blender/editors/space_collections/collections_intern.h (+11, -0) (Diff)
/source/blender/editors/space_collections/collections_ops.c (+4, -1) (Diff)
/source/blender/editors/space_collections/space_collections.c (+16, -3) (Diff)
/source/blender/makesdna/DNA_space_types.h (+2, -0) (Diff)