Fix T102466: push/pull doesn't work if applied to many vertices

The assignment of member`distance` was missing in rB2d4ec9049744.
This commit is contained in:
Germano Cavalcante 2022-11-24 17:29:06 -03:00
parent 959f3cd645
commit cdc1c60f5b
Notes: blender-bot 2023-02-14 09:48:25 +01:00
Referenced by issue #100749, Blender LTS: Maintenance Task 3.3
Referenced by issue #102466, Regression: push/pull doesn't work if applied to many vertices
1 changed files with 2 additions and 0 deletions

View File

@ -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,