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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-09-11 09:37:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-11 09:37:56 +0300
commit17e57859e734681f33dc20bed76881a4e8ee47f5 (patch)
treea168196be20a5e781ba7859cbaf13b7673440fd7 /source
parentf34a2af4b37cc9f90ab5739f97796d3e6a273def (diff)
Error in last commit
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/transform/transform_gizmo_3d.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/transform/transform_gizmo_3d.c b/source/blender/editors/transform/transform_gizmo_3d.c
index 55093a1c163..0ccf5ed072c 100644
--- a/source/blender/editors/transform/transform_gizmo_3d.c
+++ b/source/blender/editors/transform/transform_gizmo_3d.c
@@ -1070,6 +1070,7 @@ int ED_transform_calc_gizmo_stats(
}
/* Get the boundbox out of the evaluated object. */
+ const BoundBox *bb = NULL;
if (params->use_only_center == false) {
bb = BKE_object_boundbox_get(base->object);
}