Skip to content
  • Artur Grunau's avatar
    Support setting the step of numeric properties · ec9a8b81
    Artur Grunau authored
    A new attribute has been added to all numeric properties: step value. It
    determines the value of a single increment/decrement that numeric
    property widgets use when their associated properties are modified using
    sliders or spin boxes (users are still able to type any valid property
    value in text edits).
    
    Numerous processors and pipelines had to be updated to work with the
    changed NumericProperty interface. However, choosing a well-suited step
    value for each property can make it easier for users to modify the
    property — using one step value for all properties leads to cases where
    it is either too small, causing users to go through property values
    which don't cause any visible change, or too big, making it difficult to
    quickly determine the right property value.
    ec9a8b81