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:
authorAntony Riakiotakis <kalast@gmail.com>2014-08-13 17:11:19 +0400
committerAntony Riakiotakis <kalast@gmail.com>2014-08-13 17:11:19 +0400
commiteca7c96a2887e1ebbf982abbd37be2522a5495ff (patch)
tree76eba2b2704b0ac55dfadd9754e603aea58c5883 /source/blender/editors/interface/interface_intern.h
parentb30ac75f8c9ec5ab9889708374b3a80456512dad (diff)
Maybe slightly controversial pie commit:
Make pie menu item placement touch the radius from the internal side of the buttons rather than placing on the center on the cirtcle. This allows us to get rid of the separate visual angle property, also allows for tighter placement of pies with a smaller radius without easily overlapping. Also pie menu title now always appears above the threshold indicator.
Diffstat (limited to 'source/blender/editors/interface/interface_intern.h')
-rw-r--r--source/blender/editors/interface/interface_intern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface_intern.h b/source/blender/editors/interface/interface_intern.h
index d3ff1c7063f..f5a965e9701 100644
--- a/source/blender/editors/interface/interface_intern.h
+++ b/source/blender/editors/interface/interface_intern.h
@@ -137,7 +137,6 @@ typedef enum RadialDirection {
extern const char ui_radial_dir_order[8];
extern const char ui_radial_dir_to_numpad[8];
-extern const short ui_radial_dir_to_angle_visual[8];
extern const short ui_radial_dir_to_angle[8];
/* internal panel drawing defines */