Bugfix #31842
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user