Skip to content

Commit

Permalink
askTransformDialog: Reduce the step size of the rotation boxes in the…
Browse files Browse the repository at this point in the history
… roto-translate tool from +/-15 degrees per click to +/-10 deg for X and Y, and +/-5 for Z, as that one needs more granularity. Requested by @invain on Discord.

InVain
 —
04/29/2024 8:52 PM
Swyter, you never cease to amaze. I was so used already to closing the menu and checking re-checking the mesh that I had all but forgotten that it's missing this feature 🙂
When I last gave this a try, I noticed that the translate tool works with different iterations that the old version. Could you look into that? I find that the old tool had perfect stepping.
(Maybe same for the UV menu, but I'm not sure, only tried it once.)
  • Loading branch information
Swyter committed May 1, 2024
1 parent 300aa55 commit 71d7ba9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions askTransformDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<double>360.000000000000000</double>
</property>
<property name="singleStep">
<double>15.000000000000000</double>
<double>10.000000000000000</double>
</property>
</widget>
<widget class="MyDoubleSpinBox" name="roty">
Expand All @@ -82,7 +82,7 @@
<double>360.000000000000000</double>
</property>
<property name="singleStep">
<double>15.000000000000000</double>
<double>10.000000000000000</double>
</property>
</widget>
<widget class="MyDoubleSpinBox" name="rotz">
Expand All @@ -104,7 +104,7 @@
<double>360.000000000000000</double>
</property>
<property name="singleStep">
<double>15.000000000000000</double>
<double>5.000000000000000</double>
</property>
</widget>
<widget class="QCheckBox" name="localRot">
Expand Down

0 comments on commit 71d7ba9

Please sign in to comment.