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>2018-01-20 11:41:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-01-20 11:41:41 +0300
commitda53eb3748b42a5d77e1074b767dbd64d79ccc4a (patch)
tree1d294d961d3d488feb91db49272150c2655c6139 /source/blender/editors/space_view3d/view3d_manipulator_navigate.c
parenta3716f5945b4ea0451281e9ae4ba9e43d2793938 (diff)
Manipulator: tweak shape drawing
Draw triangles over wire for a more subtle outline.
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_manipulator_navigate.c')
-rw-r--r--source/blender/editors/space_view3d/view3d_manipulator_navigate.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/view3d_manipulator_navigate.c b/source/blender/editors/space_view3d/view3d_manipulator_navigate.c
index 3fc3300e2c1..0f7df8fe6aa 100644
--- a/source/blender/editors/space_view3d/view3d_manipulator_navigate.c
+++ b/source/blender/editors/space_view3d/view3d_manipulator_navigate.c
@@ -201,7 +201,6 @@ static void WIDGETGROUP_navigate_setup(const bContext *UNUSED(C), wmManipulatorG
mpr->ptr, prop,
(const char *)info->shape, info->shape_size);
/* don't fade icons so much */
- copy_v3_fl(mpr->color, 0.0f);
mpr->color[3] = 0.5f;
}