Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2017-12-13Fix T53550: E hotkey not working after the color-band picker commitRay Molenkamp
Related to D2886, the color-band picker was lacking a poll function.
2017-12-13UI: color-band eyedropper now combines samplesCampbell Barton
Resulting color-band was too noisy (especially with photos), use gauss filter to take surrounding samples into account.
2017-12-12Cleanup: split eyedropper into separate filesCampbell Barton
Each handles separate data-types and didn't share much logic, better put each in it's own file.