code cleanup: group python reset functions in BPY_python_reset()
This commit is contained in:
@@ -63,6 +63,7 @@ int BPY_is_pyconstraint(struct Text *text);
|
||||
|
||||
void BPY_python_start(int argc, const char **argv);
|
||||
void BPY_python_end(void);
|
||||
void BPY_python_reset(struct bContext *C);
|
||||
|
||||
/* 2.5 UI Scripts */
|
||||
int BPY_filepath_exec(struct bContext *C, const char *filepath, struct ReportList *reports);
|
||||
|
Reference in New Issue
Block a user