Cleanup: use boolean arguments and return values

This commit is contained in:
2022-04-26 14:25:58 +10:00
parent a9d1b3d7e3
commit 6d12bc9e91
10 changed files with 50 additions and 51 deletions

View File

@@ -67,7 +67,7 @@ void BPY_text_free_code(struct Text *text);
void BPY_modules_update(void);
void BPY_modules_load_user(struct bContext *C);
void BPY_app_handlers_reset(short do_all);
void BPY_app_handlers_reset(bool do_all);
/**
* Update function, it gets rid of python-drivers global dictionary: `bpy.app.driver_namespace`,