26ce934148b0d5ae250670ae12cffc7eb61ce81a
The goal is to be able to reuse parts of this code in all the places that call Geometry Nodes. Currently, that's only a modifier and an operator. More places may follow in the future though. This patch does not implement any of the code-reuse yet, it just extracts the code into a separate file. Follow-up patches will work towards better code-reuse. Note, this extracts the entire modifier drawing, including error messages, baking etc. I found this to be easier, because they still often share a common core (like getting the logged data). Pull Request: https://projects.blender.org/blender/blender/pulls/139379
…
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%
