Cleanup: rename BPy_GetContext -> BPY_context_get

Matching BPY_context_set.
This commit is contained in:
2020-10-15 18:20:15 +11:00
parent 5531697f6d
commit f1aa55b6e9
8 changed files with 34 additions and 34 deletions

View File

@@ -34,7 +34,7 @@
static PyObject *bpy_atexit(PyObject *UNUSED(self), PyObject *UNUSED(args), PyObject *UNUSED(kw))
{
/* close down enough of blender at least not to crash */
struct bContext *C = BPy_GetContext();
struct bContext *C = BPY_context_get();
WM_exit_ex(C, false);