Proportional editing of Objects in Object Mode didn't reset positions when
changing the circle influence size. Fix provided by Phillipp Oeser. Thanks!
This commit is contained in:
Ton Roosendaal
2012-10-26 09:55:19 +00:00
parent d19894c8cb
commit 6cc79fc3d0

View File

@@ -1712,8 +1712,9 @@ void calculatePropRatio(TransInfo *t)
/*
* The elements are sorted according to their dist member in the array,
* that means we can stop when it finds one element outside of the propsize.
* do not set td->flag |= TD_NOACTION , the prop circle is being changed.
*/
td->flag |= TD_NOACTION;
td->factor = 0.0f;
restoreElement(td);
}