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>2015-02-26 06:39:57 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-03-25 14:40:09 +0300
commit3d20bf75cbfa2ea6444a68af860b8ef1db5675a8 (patch)
tree05eda115a6fdca0fba9022d04c6a80d02dbc67de /source/blender/blenkernel/CMakeLists.txt
parentec03ab021f171bf529746bb440756fbc986b45e7 (diff)
BKE_mball: split tessellation into its own file
this has a lot of its own local structs, functions, better to keep isolated from general metaball selection/library logic.
Diffstat (limited to 'source/blender/blenkernel/CMakeLists.txt')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index a826fe26e68..f19c1066766 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -119,6 +119,7 @@ set(SRC
intern/mask_rasterize.c
intern/material.c
intern/mball.c
+ intern/mball_tessellate.c
intern/mesh.c
intern/mesh_evaluate.c
intern/mesh_mapping.c
@@ -233,6 +234,7 @@ set(SRC
BKE_mask.h
BKE_material.h
BKE_mball.h
+ BKE_mball_tessellate.h
BKE_mesh.h
BKE_mesh_mapping.h
BKE_mesh_remap.h