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:
authorHans Goudey <h.goudey@me.com>2022-07-05 23:51:12 +0300
committerHans Goudey <h.goudey@me.com>2022-07-05 23:51:12 +0300
commit7688f0ace7a6c45aaa8304d2a26a760be0056aa6 (patch)
treed101d9e6321d5e4acf9a4f4f3c23ffd00ea32658 /source/blender/geometry/CMakeLists.txt
parentc52a18abf84b29ca19aa79ef1ce580e67a437779 (diff)
Curves: Move type conversion to the geometry module
This helps to separate concerns, and makes the functionality available for edit mode.
Diffstat (limited to 'source/blender/geometry/CMakeLists.txt')
-rw-r--r--source/blender/geometry/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/geometry/CMakeLists.txt b/source/blender/geometry/CMakeLists.txt
index f0fb5c5c9af..21b2071d0e6 100644
--- a/source/blender/geometry/CMakeLists.txt
+++ b/source/blender/geometry/CMakeLists.txt
@@ -24,6 +24,7 @@ set(SRC
intern/realize_instances.cc
intern/resample_curves.cc
intern/reverse_uv_sampler.cc
+ intern/set_curve_type.cc
intern/uv_parametrizer.c
GEO_add_curves_on_mesh.hh
@@ -35,6 +36,7 @@ set(SRC
GEO_realize_instances.hh
GEO_resample_curves.hh
GEO_reverse_uv_sampler.hh
+ GEO_set_curve_type.hh
GEO_uv_parametrizer.h
)