Cleanup: move public doc-strings into headers for 'python/intern'
Ref T92709
This commit is contained in:
@@ -47,6 +47,9 @@ bool BPy_errors_to_report(struct ReportList *reports);
|
||||
struct bContext *BPY_context_get(void);
|
||||
|
||||
extern void bpy_context_set(struct bContext *C, PyGILState_STATE *gilstate);
|
||||
/**
|
||||
* Context should be used but not now because it causes some bugs.
|
||||
*/
|
||||
extern void bpy_context_clear(struct bContext *C, const PyGILState_STATE *gilstate);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user