Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_info/info_ops.c
| Context not available. | |||||
| #include "info_intern.h" | #include "info_intern.h" | ||||
| /********************* pack blend file libaries operator *********************/ | /********************* pack blend file libraries operator *********************/ | ||||
| static int pack_libraries_exec(bContext *C, wmOperator *op) | static int pack_libraries_exec(bContext *C, wmOperator *op) | ||||
| { | { | ||||
| Context not available. | |||||
| ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO; | ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO; | ||||
| } | } | ||||
| /********************* toogle auto-pack operator *********************/ | /********************* toggle auto-pack operator *********************/ | ||||
| static int autopack_toggle_exec(bContext *C, wmOperator *op) | static int autopack_toggle_exec(bContext *C, wmOperator *op) | ||||
| { | { | ||||
| Context not available. | |||||