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:
authorCampbell Barton <ideasman42@gmail.com>2020-07-15 10:35:57 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-07-15 16:20:25 +0300
commit613d314251f32f32d9f634d073ce0d6993c22754 (patch)
treeb4435a6015d4e7d64a3efd580909ea11e77e0f3d /source/blender/bmesh/CMakeLists.txt
parentb3c34011c0ff08c4ce0a75798546ffbb6ef1cfd6 (diff)
UV: support region fill for path select
This matches edit-mesh region selection (Ctrl-Shift-Select).
Diffstat (limited to 'source/blender/bmesh/CMakeLists.txt')
-rw-r--r--source/blender/bmesh/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/bmesh/CMakeLists.txt b/source/blender/bmesh/CMakeLists.txt
index 0943b4a9c2a..fca411e594f 100644
--- a/source/blender/bmesh/CMakeLists.txt
+++ b/source/blender/bmesh/CMakeLists.txt
@@ -155,6 +155,8 @@ set(SRC
tools/bmesh_path_region.h
tools/bmesh_path_uv.c
tools/bmesh_path_uv.h
+ tools/bmesh_path_region_uv.c
+ tools/bmesh_path_region_uv.h
tools/bmesh_region_match.c
tools/bmesh_region_match.h
tools/bmesh_separate.c