Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform.c
| Show First 20 Lines • Show All 2,555 Lines • ▼ Show 20 Lines | else { | ||||
| } | } | ||||
| } | } | ||||
| exit_code = OPERATOR_FINISHED; | exit_code = OPERATOR_FINISHED; | ||||
| } | } | ||||
| /* aftertrans does insert keyframes, and clears base flags; doesn't read transdata */ | /* aftertrans does insert keyframes, and clears base flags; doesn't read transdata */ | ||||
| special_aftertrans_update(C, t); | special_aftertrans_update(C, t); | ||||
| /* free data */ | /* Free data, also handles overlap [in freeTransCustomData()]. */ | ||||
| postTrans(C, t); | postTrans(C, t); | ||||
| /* send events out for redraws */ | /* send events out for redraws */ | ||||
| viewRedrawPost(C, t); | viewRedrawPost(C, t); | ||||
| viewRedrawForce(C, t); | viewRedrawForce(C, t); | ||||
| } | } | ||||
| ▲ Show 20 Lines • Show All 6,609 Lines • Show Last 20 Lines | |||||