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-04-14 01:51:05 +0300
committerHans Goudey <h.goudey@me.com>2022-04-14 01:51:05 +0300
commitabd02da4bd5ca5fac4aca2bc1868da0827aa74c2 (patch)
tree76ef2d8bdaf64da7e117bf46a8b1f17f7a950836 /source/blender/blenkernel/CMakeLists.txt
parent5a98e3827559c9363c2e942daf05c09a8f0f7863 (diff)
Cleanup: Move three mesh files to C++
This will allow easier interaction with other areas also using C++ features, and a potential optimization to edit mesh bounding box calculation.
Diffstat (limited to 'source/blender/blenkernel/CMakeLists.txt')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index c8af4bb69b8..ce4131a0627 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -126,7 +126,7 @@ set(SRC
intern/editlattice.c
intern/editmesh.c
intern/editmesh_bvh.c
- intern/editmesh_cache.c
+ intern/editmesh_cache.cc
intern/editmesh_tangent.c
intern/effect.c
intern/fcurve.c
@@ -203,12 +203,12 @@ set(SRC
intern/mesh_normals.cc
intern/mesh_remap.c
intern/mesh_remesh_voxel.cc
- intern/mesh_runtime.c
+ intern/mesh_runtime.cc
intern/mesh_sample.cc
intern/mesh_tangent.c
intern/mesh_tessellate.c
intern/mesh_validate.cc
- intern/mesh_wrapper.c
+ intern/mesh_wrapper.cc
intern/modifier.c
intern/movieclip.c
intern/multires.c