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:
authorClément Foucault <foucault.clem@gmail.com>2018-04-24 16:05:07 +0300
committerClément Foucault <foucault.clem@gmail.com>2018-04-24 16:06:27 +0300
commit19808c347dac72bd63415fb08ea38923d00e5cdc (patch)
tree613fb5ad569ec3fb4a1f25699957dbdb61322493 /source/blender/editors/manipulator_library
parentadb915c1a63d7927eb9101ba2757606f6887790f (diff)
Manipulators: Make rotate manipulator smoother.
Diffstat (limited to 'source/blender/editors/manipulator_library')
-rw-r--r--source/blender/editors/manipulator_library/manipulator_types/dial3d_manipulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/manipulator_library/manipulator_types/dial3d_manipulator.c b/source/blender/editors/manipulator_library/manipulator_types/dial3d_manipulator.c
index 29aff0a1250..88961e85cca 100644
--- a/source/blender/editors/manipulator_library/manipulator_types/dial3d_manipulator.c
+++ b/source/blender/editors/manipulator_library/manipulator_types/dial3d_manipulator.c
@@ -92,7 +92,7 @@ typedef struct DialInteraction {
} DialInteraction;
#define DIAL_WIDTH 1.0f
-#define DIAL_RESOLUTION 32
+#define DIAL_RESOLUTION 48
/**
* We can't use this for the #wmManipulatorType.matrix_basis_get callback, it conflicts with depth picking.