tornavis/source/blender/nodes
Jacques Lucke 2b4ea3c38a Fix #109209: crash when attributes are propagated to non-first output geometry
This wasn't covered by my other tests because in usually the geometry output
that anonymous attributes are propagated to is the first output, thus the index
was 0. In this case it didn't make it difference whether the `.index_range()` call
was there are not.
2023-06-21 22:36:58 +02:00
..
composite Cleanup: remove strcpy usage 2023-06-19 20:40:49 +10:00
function Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
geometry Fix #108344: default result buffer must be initially contain values 2023-06-21 16:02:20 +02:00
intern Fix #109209: crash when attributes are propagated to non-first output geometry 2023-06-21 22:36:58 +02:00
shader Cleanup: remove strcpy usage 2023-06-19 20:40:49 +10:00
texture Cleanup: remove strcpy usage 2023-06-19 20:40:49 +10:00
CMakeLists.txt Refactor: Move geometry nodes execute implementation for reusability 2023-06-12 13:31:09 +02:00
NOD_add_node_search.hh Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
NOD_common.h Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
NOD_composite.h Compositor: first steps to use realtime compositor for renders 2023-06-07 14:17:48 +02:00
NOD_derived_node_tree.hh Nodes: Add bNodeInstanceKey to DerivedNodeTree 2023-06-21 05:03:56 +02:00
NOD_geometry.h Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
NOD_geometry_exec.hh Cleanup: Move GeometrySet and components to proper namespace 2023-06-15 22:18:28 +02:00
NOD_geometry_nodes_execute.hh Cleanup: Move GeometrySet and components to proper namespace 2023-06-15 22:18:28 +02:00
NOD_geometry_nodes_lazy_function.hh Cleanup: improve node tree zones naming 2023-06-20 10:25:41 +02:00
NOD_geometry_nodes_log.hh Cleanup: improve node tree zones naming 2023-06-20 10:25:41 +02:00
NOD_math_functions.hh Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
NOD_multi_function.hh Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
NOD_node_declaration.hh Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
NOD_register.hh Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
NOD_shader.h Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
NOD_socket.h Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
NOD_socket_declarations.hh Nodes: Add rotation socket type, support in many geometry nodes 2023-06-14 20:30:10 +02:00
NOD_socket_declarations_geometry.hh Cleanup: Move GeometrySet and components to proper namespace 2023-06-15 22:18:28 +02:00
NOD_socket_search_link.hh Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
NOD_static_types.h Compositor: add new node: Kuwahara filter 2023-06-08 16:14:45 +02:00
NOD_texture.h Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00