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>2021-06-18 07:38:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-06-18 08:03:31 +0300
commit253c5d25f79f08e8801778bc7d36403c9419901d (patch)
treeebdeb35c4c08965e41056d7b5b8c4577ca8145cd /source/blender/blenkernel/CMakeLists.txt
parentc290ac2ab19c2ef157b756882c69cbce08d18e50 (diff)
Cleanup: move mesh tessellation into it's own file
This matches BMesh which also has tessellation in it's own file. Using a separate file helps with organization when extracting code into smaller functions.
Diffstat (limited to 'source/blender/blenkernel/CMakeLists.txt')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index 021d7e15814..0f36887b234 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -194,6 +194,7 @@ set(SRC
intern/mesh_runtime.c
intern/mesh_sample.cc
intern/mesh_tangent.c
+ intern/mesh_tessellate.c
intern/mesh_validate.c
intern/mesh_validate.cc
intern/mesh_wrapper.c