Blender Git Loki
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)
/source/blender/python/intern/bpy_rna_types_capi.h (+26, -0) (View)