b41c6489bc17a1b075a643918abfe5657c9f2584
The goal is to get to closer to removing `NOD_static_types.h` and to define all/most aspects of a node in the node file itself instead. Data defined in node files is not available when rna structs are created currently, because that happens in a preprocessing step. This patch moves part of what was defined in `rna_nodetree.cc` to `node.cc` which makes it easier to replace when `NOD_static_types.h` is removed. Pull Request: https://projects.blender.org/blender/blender/pulls/110824
…
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%
