1982
« on: February 04, 2008, 01:01:33 pm »
Great idea. along those lines, I've experimented making all the values update real-time (even better that an Apply button) but there are numerous problems with that approach (besides the sheer volum of code I'd need to write). The main one is that you might need to set two fields to have valid value. The intermediate state could be wrong. Things quickly got so complex I dropped that approach.
As for an Apply button, the big problem is that the Undo mechanism was added after Anim8or was designed. It's quite fragile and handled in a multiple ways depending on how the original code was written. Figuring out how to manage Apply, Reset and Undo would be hard.
However I can see if it will work in some places perhap.