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:
authorPhilipp Oeser <info@graphics-engineer.com>2022-01-12 14:03:26 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2022-01-18 12:48:16 +0300
commita6d70eecf48ea4d4a5cbbc4c39e88a94462b8490 (patch)
treed2c5c546e6d1f48086eda808625abbafb8543272 /source/blender/blenkernel/BKE_blender_version.h
parent6ea0ecdc51cb826dbda7bd49d0ce11b87385cbe8 (diff)
Fix T94837: curve tilt on a 2-point-curve is wrong
2-point-curves are treated separately from 3plus-point-curves (assume a lot of the twisting reduction can be skipped, so there is a dedicated function for single segment curves). And while using the 3plus-point-curves function [`make_bevel_list_3D`] would actually work in this case, the dedicated function `make_bevel_list_segment_3D` would only consider the tilt of the second point and would just copy over the quat to the first point as well. Dont see a reason for this, now consider the first point's tilt as well. Maniphest Tasks: T94837 Differential Revision: https://developer.blender.org/D13813
Diffstat (limited to 'source/blender/blenkernel/BKE_blender_version.h')
0 files changed, 0 insertions, 0 deletions