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