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 (Expand)Author
2012-07-17disable feather collapse during drawing, its very slow.Campbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-16correct own error in logic for skipping mask layers, inverted mask layers wit...Campbell Barton
2012-07-16use calculated spline resoltion rather then fixed at 32.Campbell Barton
2012-07-16defailt to ease weight interpolationCampbell Barton
2012-07-16fix for crash & leak when layer render option is disabled.Campbell Barton
2012-07-16fix for occasional crash with splines a lot larger then the viewCampbell Barton
2012-07-16mask rasterizer - use quad interpolation - gets rid of ugly diagonal banding,...Campbell Barton
2012-07-16correct own naming error BLI -> BKECampbell Barton
2012-07-16mask blending modes: lighten/darken/multiply/replaceCampbell Barton
2012-07-16fix crash for empty or single vertex layers.Campbell Barton
2012-07-16small speedup for mask rasterizer, only do single sided check for triangle in...Campbell Barton
2012-07-15svn merge -r48944:48942 .Campbell Barton
2012-07-15moving mask rasterizer file, this breaks building, will fix next commitCampbell Barton
2012-07-15replace fminf with minfCampbell Barton
2012-07-15falloff option for mask layersCampbell Barton
2012-07-15minor refactor for rect functions. more consistent naming.Campbell Barton
2012-07-15fix for some bugs when the mask layer was outside the view, also clamp the la...Campbell Barton
2012-07-15fix for minor error in previous commit (wasnt connecting right faces for cycl...Campbell Barton
2012-07-15unfilled-cyclic curves now works as expected, also fix for own crash on 32bit...Campbell Barton
2012-07-15use a different setting for fill/cyclic - you may want to have unfilled cycli...Campbell Barton
2012-07-15mask rasterizer, render unclosed splines as lines.Campbell Barton
2012-07-14code cleanupCampbell Barton
2012-07-14zealous bounds checking broke the invert option.Campbell Barton
2012-07-14mask rasterization: use a simpler method to check if a bucket intersects with...Campbell Barton
2012-07-14mask rasterizer - test if buckets overlap the face before adding the face int...Campbell Barton
2012-07-14add dynamic bucket xy resolution based on pixel size, also remove some redund...Campbell Barton
2012-07-14minor refactor, some comments and var names were misleading.Campbell Barton
2012-07-14minor refactor for mask rasterizerCampbell Barton
2012-07-14more minor speedups for new mask rasterizerCampbell Barton
2012-07-14new mask rasterizer - replace kdopbvh with with own bucket lookups.Campbell Barton
2012-07-13speedup - because we know triangles will always have the same z value.Campbell Barton
2012-07-13temp disable quad interpolationCampbell Barton
2012-07-13masking - add feather faces as quads and interpolate as quads to avoid ugly d...Campbell Barton
2012-07-13new mask rasterizer written to take advantage of the compositors threading, m...Campbell Barton