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-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
- When returning the number of items in a collection use BLI_*_len() - Keep _size() for size in bytes. - Keep _count() for data structures that don't store length (hint this isn't a simple getter). See P611 to apply instead of manually resolving conflicts.
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: minor edits to last commitCampbell Barton
2017-12-12UI: rewrite color-ramp re-samplingCampbell Barton
Instead of picking evenly spaced pixels color-ramp simplification now works by removing elements with the lowest cost.
2017-12-12Add eyedropper to color-ramp widgetRay Molenkamp
D2886 by @LazyDodo with edit's by @campbellbarton The line drawn with the eyedropper is used to fill the color-ramp.
2017-12-07Cleanup: Use BKE_colorband prefixCampbell Barton
2017-12-07Cleanup: extract BKE_colorband from BKE_textureCampbell Barton