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:
authorGermano Cavalcante <germano.costa@ig.com.br>2021-11-08 02:45:19 +0300
committerGermano Cavalcante <germano.costa@ig.com.br>2021-11-08 02:45:19 +0300
commit4f387e66ac85dceaa2a50f496d6f43811379b866 (patch)
tree9945d234976e1db1ef3f0e6aefad00a4be5db4bf /source/blender/editors/include/ED_view3d.h
parent892da668dc0d81eaa1bc01f2779a652392b7767d (diff)
parent56ee96349dce3826999a1ebcfff890d8066dce50 (diff)
Merge branch 'blender-v3.0-release'
Diffstat (limited to 'source/blender/editors/include/ED_view3d.h')
-rw-r--r--source/blender/editors/include/ED_view3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_view3d.h b/source/blender/editors/include/ED_view3d.h
index f9ccd916327..38f607dddcb 100644
--- a/source/blender/editors/include/ED_view3d.h
+++ b/source/blender/editors/include/ED_view3d.h
@@ -277,7 +277,7 @@ typedef struct V3DSnapCursorState {
uchar color_line[4];
uchar color_point[4];
uchar color_box[4];
- struct ARegion *region; /* Forces the cursor to be drawn only in this specific region. */
+ struct wmGizmoGroupType *gzgrp_type; /* Force cursor to be drawn only when gizmo is available. */
float *prevpoint;
float box_dimensions[3];
short snap_elem_force; /* If zero, use scene settings. */