Blender Git Loki

Git Commits -> Revision e4986f9

Revision e4986f9 by Erik Abrahamsson (master)
November 23, 2021, 16:37 (GMT)
Geometry Nodes: Node execution time overlay

Adds a new overlay called "Timings" to the Geometry Node editor.
This shows the node execution time in milliseconds above the node.
For group nodes and frames, the total time for all nodes inside
(recursively) is shown. Group output node shows the node tree total.
The code is prepared for easily adding new rows of information
to the box above the node in the future.

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

Commit Details:

Full Hash: e4986f92f32b096aa85440f8f517e38fcdf15e07
Parent Commit: fab3944
Lines Changed: +289, -2

9 Modified Paths:

/release/scripts/startup/bl_ui/space_node.py (+4, -0) (Diff)
/source/blender/editors/space_node/drawnode.cc (+5, -2) (Diff)
/source/blender/editors/space_node/node_draw.cc (+235, -0) (Diff)
/source/blender/editors/space_node/node_intern.hh (+1, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+6, -0) (Diff)
/source/blender/modifiers/intern/MOD_nodes_evaluator.cc (+8, -0) (Diff)
/source/blender/nodes/intern/geometry_nodes_eval_log.cc (+13, -0) (Diff)
/source/blender/nodes/NOD_geometry_nodes_eval_log.hh (+16, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021