Merge branch 'blender-v3.4-release'

This commit is contained in:
Germano Cavalcante 2022-11-24 17:30:54 -03:00
commit 49129180b2
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,