From c6b27dd4fa02b2609a18ce3aa9c71b64e12b500d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 1 Apr 2016 23:27:31 +1100 Subject: BMesh: improve path-select fill region w/ ngons Rewrote to work with ngons and and more complex topology, now uses separate function. Fixes T48009. --- source/blender/bmesh/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/bmesh/CMakeLists.txt') diff --git a/source/blender/bmesh/CMakeLists.txt b/source/blender/bmesh/CMakeLists.txt index 1afa98fd6f8..30fefe37f0e 100644 --- a/source/blender/bmesh/CMakeLists.txt +++ b/source/blender/bmesh/CMakeLists.txt @@ -148,6 +148,8 @@ set(SRC tools/bmesh_intersect.h tools/bmesh_path.c tools/bmesh_path.h + tools/bmesh_path_region.c + tools/bmesh_path_region.h tools/bmesh_region_match.c tools/bmesh_region_match.h tools/bmesh_triangulate.c -- cgit v1.2.3