Blender Git Commit Log

Git Commits -> Revision 8f4f3cc

Revision 8f4f3cc by Campbell Barton (master)
May 13, 2020, 05:54 (GMT)
Cleanup: split RNA type extension methods into it's own API

This isn't so closely related to the RNA API,
it's a way to use the C/Python API to extend RNA types
and can be in it's own file.

Commit Details:

Full Hash: 8f4f3cce0393f2fdbf91133feb147096c53fee3d
Parent Commit: 13130ca
Lines Changed: +184, -92

2 Added Paths:

/source/blender/python/intern/bpy_rna_types_capi.c (+129, -0) (View)
/source/blender/python/intern/bpy_rna_types_capi.h (+26, -0) (View)

4 Modified Paths:

/source/blender/python/intern/bpy.c (+3, -2) (Diff)
/source/blender/python/intern/bpy_rna.c (+22, -89) (Diff)
/source/blender/python/intern/bpy_rna.h (+2, -1) (Diff)
/source/blender/python/intern/CMakeLists.txt (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021