b17937876619e3a371de32a77d1f83ffc05144f9
Using `bpy.types.OperatorProperties.__subclasses__()` has become utterly unreliable now, to the point that it keeps references to freed (aka unregistered) operators now, leading to crash when accessing them. This commit refactors quite seriously the `dump_rna_messages` code, by first listing all 'valid' classes, and then processing them all at once in a flat iteration. RNA classes are still generated from class hierarchy rooted on the 'virtual' `rna_struct` one, except for operators. These are now generated by introspecting `bpy.ops` instead.
…
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%
