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>2016-12-28 21:55:19 +0300
committerHoward Trickey <howard.trickey@gmail.com>2016-12-28 21:55:19 +0300
commit3d243eb710dd7f2ddef3c421c1fd225390115185 (patch)
treeec1b3a418bcc94c6de0f92e790312573f2514d59 /CMakeLists.txt
parent2412e67ef860412d814d2fff505ac2f39eb80326 (diff)
Fix T49848: bevel of spiral gets bigger and bigger widths.
This is the same issue as was fixed with T39486: the adjustment pass that tries to equalize different widths at either end of an edge sometimes causes the widths to get bigger and bigger. The previous fix was to let "clamp_overlap" do double duty as a way to limit this behavior. But clearly this is undiscoverable, as the current bug report shows. So I put in an "auto-limiting" mode that detects when adjustments are going crazy and then acts as if clamp_overlap were set. The reason we can't always act as if clamp_overlap is set is that certain models (e.g., Bent_test in regression tests) look bad if that is enabled.
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions