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/bmesh_tools.h
parentb3c34011c0ff08c4ce0a75798546ffbb6ef1cfd6 (diff)
UV: support region fill for path select
This matches edit-mesh region selection (Ctrl-Shift-Select).
Diffstat (limited to 'source/blender/bmesh/bmesh_tools.h')
-rw-r--r--source/blender/bmesh/bmesh_tools.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/bmesh/bmesh_tools.h b/source/blender/bmesh/bmesh_tools.h
index a0dc6abf009..4593f34792b 100644
--- a/source/blender/bmesh/bmesh_tools.h
+++ b/source/blender/bmesh/bmesh_tools.h
@@ -36,6 +36,7 @@ extern "C" {
#include "tools/bmesh_edgesplit.h"
#include "tools/bmesh_path.h"
#include "tools/bmesh_path_region.h"
+#include "tools/bmesh_path_region_uv.h"
#include "tools/bmesh_path_uv.h"
#include "tools/bmesh_region_match.h"
#include "tools/bmesh_separate.h"