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:
authorHarley Acheson <harley.acheson@gmail.com>2021-01-24 00:10:07 +0300
committerHarley Acheson <harley.acheson@gmail.com>2021-01-24 00:10:07 +0300
commitded9484925edd768cb80e1ca1c32c964fd941800 (patch)
treec24d2156be3c0af28a724bbcee5561a23c1aedca /source/blender/editors/include
parentaaa1d580548d27d946a8f97fc7c6e99f8fd40f1c (diff)
UI: Viewport Navigate Gizmo Refactor
Simplification and changes to the Navigation gizmo. Better indication of negative axes, consistent use of color and size to indicate orientation, ability to be resized. Differential Revision: https://developer.blender.org/D9744 Reviewed by Campbell Barton
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/UI_interface.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
index ec2cb93a89f..2dc20973b1b 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -443,6 +443,16 @@ void UI_draw_roundbox_shade_x(bool filled,
float shadetop,
float shadedown,
const float col[4]);
+void UI_draw_roundbox_4fv_ex(float minx,
+ float miny,
+ float maxx,
+ float maxy,
+ const float inner1[4],
+ const float inner2[4],
+ float shade_dir,
+ float outline[4],
+ float outline_width,
+ float rad);
#if 0 /* unused */
int UI_draw_roundbox_corner_get(void);