Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/BPY_extern.h
| Show First 20 Lines • Show All 80 Lines • ▼ Show 20 Lines | |||||
| void BPY_modules_load_user(struct bContext *C); | void BPY_modules_load_user(struct bContext *C); | ||||
| void BPY_app_handlers_reset(const short do_all); | void BPY_app_handlers_reset(const short do_all); | ||||
| void BPY_driver_reset(void); | void BPY_driver_reset(void); | ||||
| float BPY_driver_exec(struct ChannelDriver *driver, const float evaltime); | float BPY_driver_exec(struct ChannelDriver *driver, const float evaltime); | ||||
| int BPY_button_exec(struct bContext *C, const char *expr, double *value, const bool verbose); | int BPY_button_exec(struct bContext *C, const char *expr, double *value, const bool verbose); | ||||
| int BPY_string_exec_ex(struct bContext *C, const char *expr, bool use_eval); | |||||
| int BPY_string_exec(struct bContext *C, const char *expr); | int BPY_string_exec(struct bContext *C, const char *expr); | ||||
| void BPY_DECREF(void *pyob_ptr); /* Py_DECREF() */ | void BPY_DECREF(void *pyob_ptr); /* Py_DECREF() */ | ||||
| void BPY_DECREF_RNA_INVALIDATE(void *pyob_ptr); | void BPY_DECREF_RNA_INVALIDATE(void *pyob_ptr); | ||||
| int BPY_context_member_get(struct bContext *C, const char *member, struct bContextDataResult *result); | int BPY_context_member_get(struct bContext *C, const char *member, struct bContextDataResult *result); | ||||
| void BPY_context_set(struct bContext *C); | void BPY_context_set(struct bContext *C); | ||||
| void BPY_context_update(struct bContext *C); | void BPY_context_update(struct bContext *C); | ||||
| Show All 12 Lines | |||||