-
- Downloads
Got rid of lastValue/revert functionality. Changed the structure of...
Got rid of lastValue/revert functionality. Changed the structure of validation/notification so that programmatic notification is a bit safer, and should not result in infinitely recursive callbacks. Now, whenever a property value changes, the HasProperties instance is notified; it then forces validation/notification for all other properties. This is done because the validity of one property may be dependent upon the value of another. Also, added ability in build.py for buttons to be added to interface.
Please register or sign in to comment