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

@@ -239,7 +239,7 @@ void BPY_modules_update(void)
BPY_update_rna_module();
}
bContext *BPy_GetContext(void)
bContext *BPY_context_get(void)
{
return bpy_context_module->ptr.data;
}