Commit: 5290d7e79fd0889d6ce231d62424bde5f88d6a56
Author: Nathan Craddock
Date:   Wed Jul 29 16:41:13 2020 -0600
Branches: soc-2020-outliner
https://developer.blender.org/rB5290d7e79fd0889d6ce231d62424bde5f88d6a56

Cleanup: Add TODO comments

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

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

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

diff --git a/source/blender/editors/object/object_constraint.c 
b/source/blender/editors/object/object_constraint.c
index dae3728e950..d032fcef934 100644
--- a/source/blender/editors/object/object_constraint.c
+++ b/source/blender/editors/object/object_constraint.c
@@ -1409,6 +1409,7 @@ void ED_object_constraint_dependency_tag_update(Main 
*bmain, Object *ob, bConstr
   DEG_relations_tag_update(bmain);
 }
 
+/* TODO (Nathan): Use the reports? */
 bool ED_object_constraint_move_to_index(ReportList *reports,
                                         Object *ob,
                                         bConstraint *con,
diff --git a/source/blender/editors/space_outliner/outliner_tree.c 
b/source/blender/editors/space_outliner/outliner_tree.c
index e5e90ac3d21..6b7d8437747 100644
--- a/source/blender/editors/space_outliner/outliner_tree.c
+++ b/source/blender/editors/space_outliner/outliner_tree.c
@@ -1839,6 +1839,7 @@ static int treesort_obtype_alpha(const void *v1, const 
void *v2)
 }
 #endif
 
+/* TODO (Nathan): Why have I kept this around? */
 /* sort happens on each subtree individual */
 static void outliner_sort(ListBase *lb)
 {

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to