Commit: 375be25eaf76552f87ea5362c51dd29c2f025dc8
Author: Hans Goudey
Date:   Tue Feb 16 11:21:16 2021 -0600
Branches: temp-node-error-messages
https://developer.blender.org/rB375be25eaf76552f87ea5362c51dd29c2f025dc8

Remove "TODO"

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

M       source/blender/editors/space_node/node_draw.cc

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

diff --git a/source/blender/editors/space_node/node_draw.cc 
b/source/blender/editors/space_node/node_draw.cc
index 8a6d6523ed5..a136c431cc2 100644
--- a/source/blender/editors/space_node/node_draw.cc
+++ b/source/blender/editors/space_node/node_draw.cc
@@ -1260,7 +1260,7 @@ static void node_add_error_message_button(
     return;
   }
 
-  /* TODO: The UI API forces us to allocate memory for each error message we 
pass.
+  /* The UI API forces us to allocate memory for each error message we pass.
    * The ownership of #UI_but_func_tooltip_set's argument is transferred to 
the button.
    * We shouldn't need to do this though, investigate improving this. */
   int total_str_len = node_ui_storage->warnings.size(); /* Leave room for new 
line characters. */

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to