From ba1e9ae4733ae956331c7e8899f6939997205298 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Wed, 20 Nov 2019 16:12:32 -0500 Subject: Bevel: Custom Profile and CurveProfile Widget Custom profiles in bevel allows the profile curve to be controlled by manually placed control points. Orientation is regularized along groups of edges, and the 'pipe case' is updated. This commit includes many updates to comments and changed variable names as well. A 'cutoff' vertex mesh method is added to bevel in addition to the existing grid fill option for replacing vertices. The UI of the bevel modifier and tool are updated and unified. Also, a 'CurveProfile' widget is added to BKE for defining the profile in the interface, which may be useful in other situations. Many thanks to Howard, my mentor for this GSoC project. Reviewers: howardt, campbellbarton Differential Revision: https://developer.blender.org/D5516 --- source/blender/blenkernel/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/blenkernel/CMakeLists.txt') diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt index 023980292fa..49cead5c003 100644 --- a/source/blender/blenkernel/CMakeLists.txt +++ b/source/blender/blenkernel/CMakeLists.txt @@ -185,6 +185,7 @@ set(SRC intern/pbvh_bmesh.c intern/pbvh_parallel.cc intern/pointcache.c + intern/curveprofile.c intern/report.c intern/rigidbody.c intern/scene.c @@ -330,6 +331,7 @@ set(SRC BKE_particle.h BKE_pbvh.h BKE_pointcache.h + BKE_curveprofile.h BKE_report.h BKE_rigidbody.h BKE_scene.h -- cgit v1.2.3