Blender Git Loki
Git Commits -> Revision e32cfb0
Revision e32cfb0 by Campbell Barton (master) November 29, 2017, 10:02 (GMT) |
Cleanup: rename bpy_util -> bpy_capi_utils This is for internal CAPI use only, avoid confusion w/ bpy.utils module. |
Commit Details:
Full Hash: e32cfb0743d9b4da08403f9fd33abd1cadbd0299
Parent Commit: ad7fb1c
Lines Changed: +221, -221
2 Added Paths:
/source/blender/python/intern/bpy_capi_utils.c (+151, -0) (View)
/source/blender/python/intern/bpy_capi_utils.h (+53, -0) (View)
/source/blender/python/intern/bpy_capi_utils.h (+53, -0) (View)
2 Deleted Paths:
/source/blender/python/intern/bpy_util.c (+0, -151)
/source/blender/python/intern/bpy_util.h (+0, -53)
/source/blender/python/intern/bpy_util.h (+0, -53)
13 Modified Paths:
/source/blender/freestyle/intern/system/PythonInterpreter.h (+1, -1) (Diff)
/source/blender/python/intern/bpy.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_interface.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_interface_atexit.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_library_load.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_library_write.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_operator.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_props.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_rna.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_rna_anim.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_rna_callback.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_rna_id_collection.c (+1, -1) (Diff)
/source/blender/python/intern/CMakeLists.txt (+5, -5) (Diff)
/source/blender/python/intern/bpy.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_interface.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_interface_atexit.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_library_load.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_library_write.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_operator.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_props.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_rna.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_rna_anim.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_rna_callback.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_rna_id_collection.c (+1, -1) (Diff)
/source/blender/python/intern/CMakeLists.txt (+5, -5) (Diff)