tornavis/source/blender/nodes/intern
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
..
add_node_search.cc Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
derived_node_tree.cc Nodes: Add bNodeInstanceKey to DerivedNodeTree 2023-06-21 05:03:56 +02:00
geometry_nodes_execute.cc Fix: geometry nodes modifier property not working after changing it in Python 2023-06-21 14:16:36 +02:00
geometry_nodes_lazy_function.cc Fix #109209: crash when attributes are propagated to non-first output geometry 2023-06-21 22:36:58 +02:00
geometry_nodes_log.cc Cleanup: improve node tree zones naming 2023-06-20 10:25:41 +02:00
math_functions.cc Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
node_common.cc Nodes: Add rotation socket type, support in many geometry nodes 2023-06-14 20:30:10 +02:00
node_common.h Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
node_declaration.cc Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
node_exec.cc Cleanup: remove redundant struct qualifiers 2023-06-03 08:54:37 +10:00
node_exec.hh Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
node_geometry_exec.cc Cleanup: Move GeometrySet and components to proper namespace 2023-06-15 22:18:28 +02:00
node_multi_function.cc Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
node_register.cc Cleanup: remove strcpy usage 2023-06-19 20:40:49 +10:00
node_socket.cc Cleanup: Move GeometrySet and components to proper namespace 2023-06-15 22:18:28 +02:00
node_socket_declarations.cc Cleanup: Move GeometrySet and components to proper namespace 2023-06-15 22:18:28 +02:00
node_util.cc Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
node_util.hh Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
socket_search_link.cc Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00