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>2019-11-22 05:03:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-11-22 05:15:04 +0300
commit2ecb6645209fe74e58da3bf6f2b5a9af330b8609 (patch)
tree88851f7d3f39e60b765e17c9b21b8e56eb778d26 /source/blender/makesrna/intern/CMakeLists.txt
parente3204db7478343aa82d859e544ab0264376e9282 (diff)
Cleanup: rename mirror -> mesh_mirror
The term mirror on it's own is too ambiguous, use BKE_mesh prefix.
Diffstat (limited to 'source/blender/makesrna/intern/CMakeLists.txt')
-rw-r--r--source/blender/makesrna/intern/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt
index 7c06582dd6a..42569ec5fa1 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -40,6 +40,7 @@ set(DEFSRC
rna_constraint.c
rna_context.c
rna_curve.c
+ rna_curveprofile.c
rna_depsgraph.c
rna_dynamicpaint.c
rna_fcurve.c
@@ -68,7 +69,6 @@ set(DEFSRC
rna_palette.c
rna_particle.c
rna_pose.c
- rna_curveprofile.c
rna_render.c
rna_rigidbody.c
rna_rna.c