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>2017-08-03 10:55:16 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-08-03 10:57:00 +0300
commitfe8fcb4343a5da4ec97db697a70afe423898e833 (patch)
tree76ffea09718b7d3d62af922ee83a94545448ca24 /source/blender/editors/manipulator_library/manipulator_types/grab3d_manipulator.c
parentc27446b5a0077cd7c69a27b88a3efdc93920dfb9 (diff)
Manipulator: render border widget
Note there are issues clamping & updating, will resolve as part of changes to cage2d widget.
Diffstat (limited to 'source/blender/editors/manipulator_library/manipulator_types/grab3d_manipulator.c')
-rw-r--r--source/blender/editors/manipulator_library/manipulator_types/grab3d_manipulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/manipulator_library/manipulator_types/grab3d_manipulator.c b/source/blender/editors/manipulator_library/manipulator_types/grab3d_manipulator.c
index 152595eea38..2b7864b0a4c 100644
--- a/source/blender/editors/manipulator_library/manipulator_types/grab3d_manipulator.c
+++ b/source/blender/editors/manipulator_library/manipulator_types/grab3d_manipulator.c
@@ -141,6 +141,7 @@ static void grab3d_draw_intern(
float col[4];
BLI_assert(CTX_wm_area(C)->spacetype == SPACE_VIEW3D);
+ UNUSED_VARS_NDEBUG(C);
manipulator_color_get(mpr, highlight, col);