Files
test/source/blender
Jacques Lucke 2a19810f97 Fix T104296: crash caused by incorrectly initialized group nodes
Versioning code in `do_versions_after_linking_260` inserted new group input
and output nodes. And (reasonably?) expected sockets to exist on those nodes.
However, `nodeAddStaticNode` did not initialize sockets on nodes with that use
`declare_dynamic` yet. This patch changes it so that `declare_dynamic` is used
in more places, which caused issues during file loading when node groups are
updated in somewhat arbitrary order (not in an order that is based on which
groups use which).

Differential Revision: https://developer.blender.org/D17183
2023-02-02 16:38:53 +01:00
..
2023-01-31 14:22:23 +11:00
2023-02-02 14:00:32 +11:00
2023-01-31 15:49:04 +11:00
2023-02-02 14:00:32 +11:00
2023-01-23 17:31:44 +11:00
2023-01-27 10:25:39 +01:00
2023-02-02 14:00:32 +11:00