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
diff options
context:
space:
mode:
authorHoward Trickey <howard.trickey@gmail.com>2015-08-16 22:15:13 +0300
committerHoward Trickey <howard.trickey@gmail.com>2015-08-16 22:15:13 +0300
commit0c420a2e496963c3f2730333a2c09f788efba39b (patch)
tree2ae44a28864d320677508d76b8642c71ff8ce044 /release/bin
parent9b43fce3c192be3172eb883af50445008daf5f53 (diff)
Fix T39486, screwed object bevel made bevel amount go out of control.
There is an adjustment pass in bevel that tries to make the bevel widths at either end of a beveled edge as equal as possible. When there are hundreds of beveled edges end-to-end, these adjustments can accumulate out of control and result looks awful. Yet the adjustment pass is sometimes needed to avoid equally awful appearances in other cases (see the "Bent test" in the bevel regression tests). This change uses the 'Clamp overlap' flag of bevel (on by default in the modifier, not in the tool) to limit the amount of adjustment to within 10% of the desired width. When the flag is off, there is no limit to the adjustment.
Diffstat (limited to 'release/bin')
0 files changed, 0 insertions, 0 deletions