f811e9c6d64325c34642f2f59afb25a27766a8d6
The issue was that some code expected the "extend" sockets to always exist. This was already always true from the user point of view, but not internally. There are different possible fixes, but this patch makes sure that the extend socket will be available as expected. This is achieved by making them part of the static node declaration. We want to extend the static declaration of such dynamic nodes anyway, to improve reflection capabilities without having to instantiate nodes.
…
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%
