Save back proportional editing size to toolsettings after transform.
This commit is contained in:
Martin Poirier
2009-10-05 20:31:41 +00:00
parent 4e60007102
commit 1f0ee67579

View File

@@ -1326,6 +1326,7 @@ void saveTransform(bContext *C, TransInfo *t, wmOperator *op)
if ((t->options & CTX_NO_PET) == 0)
{
ts->proportional = proportional;
ts->proportional_size = t->prop_size;
}
if(t->spacetype == SPACE_VIEW3D)