Cleanup: rename BPy_GetContext -> BPY_context_get
Matching BPY_context_set.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user