[Bf-blender-cvs] [35567d5] master: Possible todo notes for more polished UI?

Joshua Leung noreply at git.blender.org
Sun Feb 15 13:23:11 CET 2015


Commit: 35567d563dbc481657772f3484facd6e524e32d7
Author: Joshua Leung
Date:   Mon Feb 16 01:20:53 2015 +1300
Branches: master
https://developer.blender.org/rB35567d563dbc481657772f3484facd6e524e32d7

Possible todo notes for more polished UI?

===================================================================

M	source/blender/editors/space_outliner/outliner_tree.c

===================================================================

diff --git a/source/blender/editors/space_outliner/outliner_tree.c b/source/blender/editors/space_outliner/outliner_tree.c
index 681a0a7..7aac6a7 100644
--- a/source/blender/editors/space_outliner/outliner_tree.c
+++ b/source/blender/editors/space_outliner/outliner_tree.c
@@ -1284,6 +1284,10 @@ static void outliner_add_orphaned_datablocks(Main *mainvar, SpaceOops *soops)
 			
 			if (id) {
 				/* header for this type of datablock */
+				/* TODO's:
+				 *   - Add a parameter to BKE_idcode_to_name_plural to get a sane "user-visible" name instead?
+				 *   - Ensure that this uses nice icons for the datablock type involved instead of the dot?
+				 */
 				ten = outliner_add_element(soops, &soops->tree, (void *)lbarray[a], NULL, TSE_ID_BASE, 0);
 				ten->directdata = lbarray[a];




More information about the Bf-blender-cvs mailing list