[Bf-blender-cvs] [4e72ffb3504] temp-geometry-nodes-timings: Geometry Nodes: Show node execution time

Erik noreply at git.blender.org
Thu Nov 18 06:02:14 CET 2021


Commit: 4e72ffb350421a23fa0145c1fd381cb7ae5dc129
Author: Erik
Date:   Wed Nov 17 03:08:12 2021 +0100
Branches: temp-geometry-nodes-timings
https://developer.blender.org/rB4e72ffb350421a23fa0145c1fd381cb7ae5dc129

Geometry Nodes: Show node execution time

Differential Revision: https://developer.blender.org/D13256

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



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

diff --cc source/blender/editors/space_node/node_draw.cc
index 823e3e83f37,b2c16280c58..f0181eb29bd
--- a/source/blender/editors/space_node/node_draw.cc
+++ b/source/blender/editors/space_node/node_draw.cc
@@@ -85,10 -85,8 +85,10 @@@
  
  #include "FN_field_cpp_type.hh"
  
- #include "node_intern.h" /* own include */
+ #include "node_intern.hh" /* own include */
  
 +#include <iomanip>
 +
  #ifdef WITH_COMPOSITOR
  #  include "COM_compositor.h"
  #endif



More information about the Bf-blender-cvs mailing list