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>2007-11-10 18:31:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-11-10 18:31:41 +0300
commit90b4ed95438d03c94870edef0061e1a2a9bfd31b (patch)
tree2cfb578690625cead2322094bd17f4d2d9c03971 /source/blender/include
parent38d12b3c8de23acb7820b238523c9d28f83854d4 (diff)
added buttons in the Transform Properties for changing curve handle types, (Similar to how Metaballs can be selected) for easier access then H,Shift H, V keys
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/butspace.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/include/butspace.h b/source/blender/include/butspace.h
index fec85c03b77..4fbfb8c1e80 100644
--- a/source/blender/include/butspace.h
+++ b/source/blender/include/butspace.h
@@ -455,6 +455,10 @@ void curvemap_buttons(struct uiBlock *block, struct CurveMapping *cumap, char la
#define B_SETW4 2122
#define B_SUBSURFTYPE 2123
#define B_TILTINTERP 2124
+#define B_SETPT_AUTO 2125
+#define B_SETPT_VECTOR 2126
+#define B_SETPT_ALIGN 2127
+#define B_SETPT_FREE 2128
/* *********************** */
#define B_FONTBUTS 2300