code cleanup: group python reset functions in BPY_python_reset()

This commit is contained in:
2013-06-09 23:31:53 +00:00
parent e70476db4b
commit e7a487d1e9
5 changed files with 12 additions and 13 deletions

View File

@@ -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);