690a3ddf7eaa23b0abc0b4d4428989dbcdb25f99
The goal is to allow passing template parameters in the string that is passed to `RNA_def_function` in rna code. This can reduce redundancy (e.g. when used together with #113114). Only "simple" template parameters are supported, i.e. only ones that do not contain a nested `,`. Function names passed to e.g. `RNA_def_property_pointer_funcs` and `RNA_def_property_update` happen to support this already without further changes. Pull Request: https://projects.blender.org/blender/blender/pulls/113121
…
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%
