8697bffe22db5a69cffcd66b3cd0841a503c2e1e
The Node Wrangler addon has a _Reset Nodes_ operator that can remove the input node of a node zone. This crashes in reference set updates because the code expects valid input/output node pairs in each zone. The fix is two-fold: 1. Finding zones for the runtime now returns an empty result to ensure no invalid node pointers are being accessed. This should not happen in practice, all operators should make sure zone relationships are not broken. 2. The node wrangler addon is updated to ignore all zone types, including the newer repeat, closure, and for-each-element zones. The type filtering was outdated and now uses the `bl_idname` consistently. Pull Request: https://projects.blender.org/blender/blender/pulls/147028
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
