Skip to content
  • R. B.'s avatar
    Fix more slider step disparities between 4.4.3 and master · 8c15dc3e
    R. B. authored and Dmitry Kazakov's avatar Dmitry Kazakov committed
    This merge request is an extension of commit 3dcd08f3, fixing most of the slider step disparities I could find.
    
    Specifically:
    
    * Freehand Brush Tool Weighted - Adjusted Distance steps from 1 to 0.1 and Stroke Ending steps from 1 to 0.01
    * Liquify Tool - Adjusted Amount and Flow steps from 1 to 0.01
    * Gradient Tool - Adjusted Anti-alias threshold steps from 1 to 0.001
    * Performance tab - Adjusted Pool Limit and Undo Limit steps from 1 to 0.01
    * Edge Detection Filter - Adjusted Radius steps from 1 to 0.01
    * Height to Normal Map Filter - Adjusted Radius steps from 1 to 0.01
    * Phong Bumpmap Filter - Adjusted Reflectivity steps from 1 to 0.01
    * Text Brushtip - Adjusted Spacing steps from 1 to 0.01
    * Pattern options - Adjusted Scale, Brightness, Contrast, and Neutral Point steps from 1 to 0.01
    
    Along with some other minor slider fixes.
    
    What I did not change:
    
    * Freehand Brush Stabilizer Distance - In stable, steps are 0.1. In master, Distance is instead Sample Count, which has integer precision.
    * Predefined Brush Tip Size - In stable, steps are 0.01, but steps of 1 in master aligns with autobrush size steps and the toolbar size slider.
    * Liquify Size - See above.
    * Unsharp Mask Amount - In stable this is just a spinbox with steps of 0.10, but the steps of 0.20 in master seems explicitly set by Sachin Jindal's filter slider patch.
    8c15dc3e