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:
authorTon Roosendaal <ton@blender.org>2005-04-24 17:22:24 +0400
committerTon Roosendaal <ton@blender.org>2005-04-24 17:22:24 +0400
commitd8f23c8d3cb2a56740227d7a712123afec10cc19 (patch)
tree2f73618b77fd486cce1054f7a17ef72797ddc307 /source/blender/makesdna
parent0016d29b518f871bb88d9d9388b9a1d873b6d884 (diff)
Reflecting the discussions on Transform Manipulators...
Here you can see the notes and pictures: http://www.blender3d.org/cms/Manipulator_Widgets.548.0.html The alternative rotate widgets are still under rt=2 and rt=3. Still enough work todo here, but hope it's a good step forward!
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 8bc0600e286..1c60b508181 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -235,7 +235,7 @@ extern UserDef U; /* from usiblender.c !!!! */
#define USER_VRML_TWOSIDED 4
/* tw_flag (transform widget) */
-#define U_TW_ABSOLUTE 1
+
#endif