Modeling toolset

 From:  Michael Gibson
2662.15 In reply to 2662.14 
Hi Danny,

> Thanks for that, does this hack apply to all commands ?

Yup, pretty much - it does depend a bit on the specific controls being used though.

For numeric input fields, they actually default to non-persisting (since there are several things like circle and rectangle where those values do not persist) and to make it persist there will be a style="persist:true" on these controls, which you can remove if you want. Those are present for these commands: ArrayCircular, Chamfer, Fillet, Move (Distance from edge option), Offset and Shell.

Some other controls like checkboxes default to being persisted but you can add a style="persist:false" on those controls to make them not persist as well.

- Michael