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>2018-03-19 19:10:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-03-19 19:45:20 +0300
commita5fc0ae150d737109ee1bd179bc5de81f9120f32 (patch)
treee595c8dfd6a5528be3504f7431f4fcf08155cb9d /source/blender/editors/armature/CMakeLists.txt
parent566f4e06ba39665bbaabdada6766daa973dbc911 (diff)
Cleanup: move armature undo into own file
Diffstat (limited to 'source/blender/editors/armature/CMakeLists.txt')
-rw-r--r--source/blender/editors/armature/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/armature/CMakeLists.txt b/source/blender/editors/armature/CMakeLists.txt
index b213aca478f..4c394d7836a 100644
--- a/source/blender/editors/armature/CMakeLists.txt
+++ b/source/blender/editors/armature/CMakeLists.txt
@@ -48,6 +48,7 @@ set(SRC
editarmature_generate.c
editarmature_retarget.c
editarmature_sketch.c
+ editarmature_undo.c
meshlaplacian.c
pose_edit.c
pose_lib.c