Commit: 2c81b4d4cf758ec39ea02f0fe1e427d5188385b7
Author: Jacques Lucke
Date:   Mon Jul 25 12:27:45 2022 +0200
Branches: master
https://developer.blender.org/rB2c81b4d4cf758ec39ea02f0fe1e427d5188385b7

Fix T99880: no node timing for frames in node groups

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

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 9b8009cc7c0..c74cd58d8fb 100644
--- a/source/blender/editors/space_node/node_draw.cc
+++ b/source/blender/editors/space_node/node_draw.cc
@@ -1713,7 +1713,7 @@ static std::string node_get_execution_time_label(const 
SpaceNode &snode, const b
 {
   int node_count = 0;
   std::chrono::microseconds exec_time = node_get_execution_time(
-      *snode.nodetree, node, snode, node_count);
+      *snode.edittree, node, snode, node_count);
 
   if (node_count == 0) {
     return std::string("");

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to