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-20 05:25:07 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-11-20 16:30:26 +0400
commit33ae2b6c70b0f140502dc593e7882c687de2d1f4 (patch)
tree7d16c75fb65dfaac62a21f7dc38e60b86bfc2f9c /source/blender/editors/object/CMakeLists.txt
parent1158c1f7c0ec3f5d31989cb85207a08888d2c0d3 (diff)
Transform: Warp tool (rewritten)
* Can optionally warp a segment (sets min/max default so it acts as old warp did). * Can rotate the warp axis (old warp tool was limited to horizontal).
Diffstat (limited to 'source/blender/editors/object/CMakeLists.txt')
-rw-r--r--source/blender/editors/object/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/object/CMakeLists.txt b/source/blender/editors/object/CMakeLists.txt
index 3e7aeba63c3..143a33c3fdd 100644
--- a/source/blender/editors/object/CMakeLists.txt
+++ b/source/blender/editors/object/CMakeLists.txt
@@ -53,6 +53,7 @@ set(SRC
object_select.c
object_shapekey.c
object_transform.c
+ object_warp.c
object_vgroup.c
object_intern.h