Fix rotate around selection only working if object is at origin for

texpaint
This commit is contained in:
Antony Riakiotakis
2015-01-09 13:21:25 +01:00
parent 62cc4bab08
commit ca9bdf3f28

View File

@@ -4544,6 +4544,7 @@ static bool project_paint_op(void *state, const float lastpos[2], const float po
}
ups->average_stroke_counter++;
mul_m4_v3(ps->ob->obmat, world);
add_v3_v3(ups->average_stroke_accum, world);
ups->last_stroke_valid = true;
}