[Bf-blender-cvs] [19808c347da] blender2.8: Manipulators: Make rotate manipulator smoother.

Clément Foucault noreply at git.blender.org
Tue Apr 24 15:06:45 CEST 2018


Commit: 19808c347dac72bd63415fb08ea38923d00e5cdc
Author: Clément Foucault
Date:   Tue Apr 24 15:05:07 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB19808c347dac72bd63415fb08ea38923d00e5cdc

Manipulators: Make rotate manipulator smoother.

===================================================================

M	source/blender/editors/manipulator_library/manipulator_types/dial3d_manipulator.c

===================================================================

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.



More information about the Bf-blender-cvs mailing list