Files
test2/source/blender/makesdna
Jacques Lucke 51904839ac Fix #135948: Geometry Nodes: support evaluating undefined custom group nodes
The main reason that didn't work before because undefined custom node groups
have the undefined `bNodeType` (and thus are ignored in various places) but are
actually still groups that can be evaluated. The fix is just to handle custom
node groups a bit more explicitly.

In the future, we may want to have a separate "undefined custom group"
`bNodetype`, but that might a be a bit bigger project.

Pull Request: https://projects.blender.org/blender/blender/pulls/135974
2025-03-14 18:31:29 +01:00
..
2024-01-03 13:38:14 +01:00
2024-08-30 17:48:52 +02:00
2024-06-18 12:09:40 +10:00
2025-01-29 12:31:19 +11:00