Blender Git Loki
Git Commits -> Revision 3e6ea47
July 26, 2021, 06:39 (GMT) |
Fix T89851: Geometry nodes: wrongly detected "Node group has unidentified nodes or sockets" error rBfe22635bf664 introduced a utility to check for this (but it was always returning true). This wasnt a problem in master (since it is unused there), but in the 2.93 branch, this utility is actually used and the error results in all geometry nodetrees to appear with the "Node group has unidentified nodes or sockets" message (and being unusable). Now return false in has_undefined_nodes_or_sockets if all nodes and sockets have been successfully checked. This commit then needs to end up in the 2.93 branch. Maniphest Tasks: T89851 Differential Revision: https://developer.blender.org/D11911 |
Commit Details:
Full Hash: 3e6ea470ee73159c2b82895396496a79448dfddc
Parent Commit: 25a1b27
Committed By: Jeroen Bakker
Lines Changed: +1, -1
1 Modified Path:
/source/blender/nodes/intern/node_tree_ref.cc (+1, -1) (Diff)