View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005980 | DarkRadiant | Map Editing | public | 17.06.2022 08:18 | 18.06.2022 05:01 |
Reporter | Frost_Salamander | Assigned To | |||
Priority | normal | Severity | normal | Reproducibility | N/A |
Status | acknowledged | Resolution | open | ||
Platform | PC | OS | Windows | OS Version | 10 |
Product Version | 3.0.0 | ||||
Summary | 0005980: Feature request: Global rotation value option | ||||
Description | When you use the x/y/z-rotate shortcuts, it rotates objects by 90 degrees. It would be useful to be able to customise this angle in a global setting, for example 45 degrees instead. The reason I have the Arbitrary Transformation dialogue open so much (in 5979) is I'm always looking to rotate stuff by 45 degrees instead of 90. I'm always wishing I could just set the rotation value for the shortcuts to 45 and use those instead of having to fiddle with arbitrary transformation. The setting could go into Edit -> Preferences somewhere and the default could be 90 so existing functionality wouldn't break. A single value could apply to all of x,y,z rotation shortcuts, or there could be a separate setting for each. | ||||
Tags | No tags attached. | ||||
As workaround, you can create a custom command in the console: bind RotateX45 "RotateSelectedEulerXYZ '45 0 0'" bind RotateY45 "RotateSelectedEulerXYZ '0 45 0'" bind RotateZ45 "RotateSelectedEulerXYZ '0 0 45'" (Mind the single quotes within the double-quoted command string) Once that is done, you can assign keyboard shortcuts to the Rotate45 binds. |
|
Cool - I did not know that was an option. I just tried it and it works fine. | |
Date Modified | Username | Field | Change |
---|---|---|---|
17.06.2022 08:18 | Frost_Salamander | New Issue | |
17.06.2022 09:40 | Frost_Salamander | Description Updated | |
17.06.2022 10:10 | Frost_Salamander | Description Updated | |
17.06.2022 13:10 | greebo | Note Added: 0014900 | |
17.06.2022 13:11 | greebo | Status | new => feedback |
17.06.2022 16:33 | Frost_Salamander | Note Added: 0014901 | |
17.06.2022 16:33 | Frost_Salamander | Status | feedback => new |
18.06.2022 05:01 | greebo | Status | new => acknowledged |