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:
authormano-wii <germano.costa@ig.com.br>2018-10-03 22:23:32 +0300
committermano-wii <germano.costa@ig.com.br>2018-10-03 23:45:55 +0300
commitdfce96dbf77a3f10f0911192b3e0b844d40e569e (patch)
tree55320214ee88b011a920362dec0dbaa6e08f2197 /source/blender/editors/include/ED_transform.h
parent222ea729818215835dbd3b0c9f962a9a601f0ad1 (diff)
Dial3d Gizmo: Add the Incremental Angle option to snap.
Diffstat (limited to 'source/blender/editors/include/ED_transform.h')
-rw-r--r--source/blender/editors/include/ED_transform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_transform.h b/source/blender/editors/include/ED_transform.h
index 223163264ca..4b4c995980f 100644
--- a/source/blender/editors/include/ED_transform.h
+++ b/source/blender/editors/include/ED_transform.h
@@ -173,6 +173,7 @@ void ED_widgetgroup_gizmo2d_draw_prepare(const struct bContext *C, struct wmGizm
/* Snapping */
#define SNAP_MIN_DISTANCE 30
+#define SNAP_INCREMENTAL_ANGLE DEG2RAD(5.0)
bool peelObjectsTransform(
struct TransInfo *t,