- 15 Oct, 2013 1 commit
-
-
Sebastian Pölsterl authored
-
- 25 Sep, 2013 1 commit
-
-
Artur Grunau authored
Even though many float-based properties derived from FloatingPointProperty used the same step value, T(0.01), it had to be specified when instantiating them. To reduce boilerplate code in property constructors, FloatingPointProperty now uses T(0.01) as the default step value.
-
- 24 Sep, 2013 1 commit
-
-
Artur Grunau authored
FloatingPointProperty extends NumericProperty to control how many decimal places should be shown when displaying the property's value. For that reason, it stores information about the number of significant decimal places of each of its components.
-