Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform.c
| Context not available. | |||||
| { | { | ||||
| const TransInfo *t = op->customdata; | const TransInfo *t = op->customdata; | ||||
| switch (value) { | switch (value) { | ||||
| case TFM_MODAL_CANCEL: | |||||
| { | |||||
| if ((t->flag & T_RELEASE_CONFIRM) && ISMOUSE(t->launch_event)) { | |||||
| return false; | |||||
| } | |||||
| break; | |||||
| } | |||||
| case TFM_MODAL_PROPSIZE: | case TFM_MODAL_PROPSIZE: | ||||
| case TFM_MODAL_PROPSIZE_UP: | case TFM_MODAL_PROPSIZE_UP: | ||||
| case TFM_MODAL_PROPSIZE_DOWN: | case TFM_MODAL_PROPSIZE_DOWN: | ||||
| Context not available. | |||||