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>2013-11-19 19:40:29 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-11-19 19:54:52 +0400
commit5743a6e36458874be1fe992a361ce493edbee5a4 (patch)
tree075bc48317f32c83b934c42a21333c0b9316f097 /source/blender/editors/util/CMakeLists.txt
parent035d86402bbb8dab2bfb086a3027e5ec93e52748 (diff)
Code Cleanup: move trans-verts out of snap code into their own file.
Developer Note: * minmax & centroid was being calculated when creating trans-verts but never used. * static vars removed, replace with TransVertStore stack var.
Diffstat (limited to 'source/blender/editors/util/CMakeLists.txt')
-rw-r--r--source/blender/editors/util/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/util/CMakeLists.txt b/source/blender/editors/util/CMakeLists.txt
index e72385b311d..6c0bf92a484 100644
--- a/source/blender/editors/util/CMakeLists.txt
+++ b/source/blender/editors/util/CMakeLists.txt
@@ -35,6 +35,7 @@ set(INC_SYS
)
set(SRC
+ ed_transverts.c
ed_util.c
editmode_undo.c
numinput.c
@@ -79,6 +80,7 @@ set(SRC
../include/ED_space_api.h
../include/ED_text.h
../include/ED_transform.h
+ ../include/ED_transverts.h
../include/ED_types.h
../include/ED_util.h
../include/ED_uvedit.h