tornavis/source/blender/nodes
Jacques Lucke 142541c279 Geometry Nodes: create local tree logger only when something is logged
Currently, we create a logger for every compute context that is evaluated,
even when we don't actually log anything in that context (due to other
optimizations). Now, the logger is not created eagerly anymore.

This can be especially benefitial when there are many compute contexts
that should not log anything, e.g. if there is a repeat zone with many iterations.
In an extrem case I measured a speedup for the modifier evaluation
from 24ms to 14ms.
2023-09-16 10:08:06 +02:00
..
composite Cleanup: Remove unnecessary "add node search" 2023-09-11 18:36:09 +02:00
function Cleanup: Remove unnecessary "add node search" 2023-09-11 18:36:09 +02:00
geometry Geometry Nodes: send lazy threading hint from ico sphere node 2023-09-15 17:38:13 +02:00
intern Geometry Nodes: create local tree logger only when something is logged 2023-09-16 10:08:06 +02:00
shader Cycles: Rework Principled BSDF Emission 2023-09-13 03:05:27 +02:00
texture Cleanup: Remove unnecessary "add node search" 2023-09-11 18:36:09 +02:00
CMakeLists.txt Cleanup: Remove unnecessary "add node search" 2023-09-11 18:36:09 +02:00
NOD_common.h License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
NOD_composite.h License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
NOD_derived_node_tree.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
NOD_geometry.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
NOD_geometry_exec.hh Geometry Nodes: create local tree logger only when something is logged 2023-09-16 10:08:06 +02:00
NOD_geometry_nodes_execute.hh Nodes: Panels integration with blend files and UI 2023-08-30 12:37:21 +02:00
NOD_geometry_nodes_lazy_function.hh Geometry Nodes: create local tree logger only when something is logged 2023-09-16 10:08:06 +02:00
NOD_geometry_nodes_log.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
NOD_math_functions.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
NOD_multi_function.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
NOD_node_declaration.hh Nodes: Support for input/output sockets in same vertical space 2023-09-14 16:08:04 +02:00
NOD_register.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
NOD_rna_define.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
NOD_shader.h License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
NOD_socket.hh Nodes: Panels integration with blend files and UI 2023-08-30 12:37:21 +02:00
NOD_socket_declarations.hh Nodes: Support for input/output sockets in same vertical space 2023-09-14 16:08:04 +02:00
NOD_socket_declarations_geometry.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
NOD_socket_search_link.hh Nodes: Panels integration with blend files and UI 2023-08-30 12:37:21 +02:00
NOD_static_types.h Geometry Nodes: Expose sharp edge status with builtin nodes 2023-09-06 17:12:27 +02:00
NOD_texture.h License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00