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:
authorAleksi Juvani <aleksijuvani>2022-03-30 04:57:59 +0300
committerHans Goudey <h.goudey@me.com>2022-03-30 04:57:59 +0300
commiteddffdd3988af768e56243fdffd18813b31b1441 (patch)
treebcbc10ce20f9aa227d10dcbde5615b50c4c6aee9 /source/blender/editors/uvedit/CMakeLists.txt
parent4a93c4bf1d3931a41000afcca1d963fccac18d26 (diff)
Cleanup: Move UV edit parameterize code to geometry module
This will allow reusing it elsewhere, such as in a geometry node. Differential Revision: https://developer.blender.org/D14453
Diffstat (limited to 'source/blender/editors/uvedit/CMakeLists.txt')
-rw-r--r--source/blender/editors/uvedit/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/editors/uvedit/CMakeLists.txt b/source/blender/editors/uvedit/CMakeLists.txt
index f8a192e3254..761e7cd091e 100644
--- a/source/blender/editors/uvedit/CMakeLists.txt
+++ b/source/blender/editors/uvedit/CMakeLists.txt
@@ -7,6 +7,7 @@ set(INC
../../blentranslation
../../bmesh
../../depsgraph
+ ../../geometry
../../gpu
../../makesdna
../../makesrna
@@ -24,7 +25,6 @@ set(SRC
uvedit_draw.c
uvedit_islands.c
uvedit_ops.c
- uvedit_parametrizer.c
uvedit_path.c
uvedit_rip.c
uvedit_select.c
@@ -32,7 +32,6 @@ set(SRC
uvedit_unwrap_ops.c
uvedit_intern.h
- uvedit_parametrizer.h
)
set(LIB