Blender Git Loki
Git Commits -> Revision 654fde2
Revision 654fde2 by Campbell Barton (master) May 29, 2020, 05:55 (GMT) |
PyAPI: use bpy_rna_types_capi.c to set type methods Remove use of '_bpy' as an intermediate module to store functions which were then assigned in bpy_types.py. |
Commit Details:
Full Hash: 654fde2dd213e8799da09875eab961d5286b2452
Parent Commit: e115b7b
Lines Changed: +86, -63
9 Modified Paths:
/release/scripts/modules/bpy_types.py (+1, -6) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/python/intern/bpy.c (+1, -4) (Diff)
/source/blender/python/intern/bpy_library.h (+4, -2) (Diff)
/source/blender/python/intern/bpy_library_load.c (+8, -8) (Diff)
/source/blender/python/intern/bpy_library_write.c (+6, -13) (Diff)
/source/blender/python/intern/bpy_rna_id_collection.c (+18, -29) (Diff)
/source/blender/python/intern/bpy_rna_id_collection.h (+3, -1) (Diff)
/source/blender/python/intern/bpy_rna_types_capi.c (+44, -0) (Diff)
/source/blender/makesrna/RNA_access.h (+1, -0) (Diff)
/source/blender/python/intern/bpy.c (+1, -4) (Diff)
/source/blender/python/intern/bpy_library.h (+4, -2) (Diff)
/source/blender/python/intern/bpy_library_load.c (+8, -8) (Diff)
/source/blender/python/intern/bpy_library_write.c (+6, -13) (Diff)
/source/blender/python/intern/bpy_rna_id_collection.c (+18, -29) (Diff)
/source/blender/python/intern/bpy_rna_id_collection.h (+3, -1) (Diff)
/source/blender/python/intern/bpy_rna_types_capi.c (+44, -0) (Diff)