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-10-13 05:09:23 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-10-13 05:09:23 +0400
commitb00a8122e3e5fa88e3870ca20eedbd251d245237 (patch)
treebea9571ad64f7bd5fcc69a74ecb927d89f198240 /source/blender/editors/transform/transform.h
parenteabf7ab3351ade8415cd38d6faf2cfba79ba7400 (diff)
improve warp transform so it can be used as a general bending tool too.
Diffstat (limited to 'source/blender/editors/transform/transform.h')
-rw-r--r--source/blender/editors/transform/transform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/transform/transform.h b/source/blender/editors/transform/transform.h
index 9355773c47b..b32ba5ad527 100644
--- a/source/blender/editors/transform/transform.h
+++ b/source/blender/editors/transform/transform.h
@@ -678,6 +678,7 @@ typedef enum {
INPUT_SPRING,
INPUT_SPRING_FLIP,
INPUT_ANGLE,
+ INPUT_ANGLE_SPRING,
INPUT_TRACKBALL,
INPUT_HORIZONTAL_RATIO,
INPUT_HORIZONTAL_ABSOLUTE,