Blender Git Commit Log
Git Commits -> Revision 5531697
Revision 5531697 by Campbell Barton (master) October 15, 2020, 08:00 (GMT) |
Cleanup: remove duplicate context variable (__py_context) The context was stored both in __py_context & bpy_context_module. This avoids duplicate functions to update them too. |
Commit Details:
Full Hash: 5531697f6d4a27137dd91996ee80d452b7147a02
Parent Commit: 1cc3abc
Lines Changed: +33, -35
11 Modified Paths:
/source/blender/blenkernel/intern/blendfile.c (+3, -1) (Diff)
/source/blender/python/BPY_extern.h (+1, -2) (Diff)
/source/blender/python/BPY_extern_python.h (+1, -1) (Diff)
/source/blender/python/intern/bpy.c (+2, -3) (Diff)
/source/blender/python/intern/bpy.h (+3, -1) (Diff)
/source/blender/python/intern/bpy_capi_utils.c (+0, -10) (Diff)
/source/blender/python/intern/bpy_capi_utils.h (+1, -3) (Diff)
/source/blender/python/intern/bpy_interface.c (+15, -10) (Diff)
/source/blender/python/intern/bpy_operator.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_rna.c (+5, -0) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+1, -3) (Diff)
/source/blender/python/BPY_extern.h (+1, -2) (Diff)
/source/blender/python/BPY_extern_python.h (+1, -1) (Diff)
/source/blender/python/intern/bpy.c (+2, -3) (Diff)
/source/blender/python/intern/bpy.h (+3, -1) (Diff)
/source/blender/python/intern/bpy_capi_utils.c (+0, -10) (Diff)
/source/blender/python/intern/bpy_capi_utils.h (+1, -3) (Diff)
/source/blender/python/intern/bpy_interface.c (+15, -10) (Diff)
/source/blender/python/intern/bpy_operator.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_rna.c (+5, -0) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+1, -3) (Diff)