diff --git a/source/blender/editors/transform/transform_mode_push_pull.c b/source/blender/editors/transform/transform_mode_push_pull.c index 87309b45231..b7806b3519e 100644 --- a/source/blender/editors/transform/transform_mode_push_pull.c +++ b/source/blender/editors/transform/transform_mode_push_pull.c @@ -152,6 +152,8 @@ static void applyPushPull(TransInfo *t, const int UNUSED(mval[2])) struct TransDataArgs_PushPull data = { .t = t, .tc = tc, + + .distance = distance, .axis_global = {UNPACK3(axis_global)}, .is_lock_constraint = is_lock_constraint, .is_data_space = is_data_space,