View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005629 | DarkRadiant | Map Editing | public | 31.05.2021 08:50 | 02.04.2022 05:55 |
Reporter | thebigh | Assigned To | greebo | ||
Priority | low | Severity | trivial | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.12.0 | ||||
Target Version | 2.13.0 | Fixed in Version | 2.13.0 | ||
Summary | 0005629: "Shift textures randomly" shifts all selected faces by the same amount | ||||
Description | If you have multiple faces selected, this script shifts them all by the same random amount instead of each face independently. | ||||
Steps To Reproduce | Make a staircase by cloning brushes. Select all the front faces and then use the script. | ||||
Tags | Mapping | ||||
DarkRadiant: master 2dc9f1f7 08.06.2021 19:14 Details Diff |
0005629: Introduce a way for Python scripts to hit every selected face |
Affected Issues 0005629 |
|
mod - install/scripts/test.py | Diff File | ||
mod - plugins/script/interfaces/SelectionInterface.cpp | Diff File | ||
mod - plugins/script/interfaces/SelectionInterface.h | Diff File | ||
DarkRadiant: master a3ac0329 09.06.2021 17:32 Details Diff |
0005629: Extend CameraInterface for scripts to request a redraw of the view |
Affected Issues 0005629 |
|
mod - plugins/script/interfaces/CameraInterface.cpp | Diff File | ||
mod - plugins/script/interfaces/CameraInterface.h | Diff File | ||
DarkRadiant: master b45b1cc2 09.06.2021 17:42 Details Diff |
0005629: Wrap script command execution in a scoped UndoableCommand, to make the changes undoable. |
Affected Issues 0005629 |
|
mod - plugins/script/ScriptingSystem.cpp | Diff File | ||
DarkRadiant: master 5e2f3a2c 09.06.2021 17:44 Details Diff |
0005629: Rewrite the "Shift Textures randomly [upwards]" scripts to use a SelectedFaceVisitor to shift each texdef independently |
Affected Issues 0005629 |
|
mod - install/scripts/commands/shift_textures_randomly.py | Diff File | ||
mod - install/scripts/commands/shift_textures_upwards_randomly.py | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
31.05.2021 08:50 | thebigh | New Issue | |
31.05.2021 08:50 | thebigh | Tag Attached: Mapping | |
31.05.2021 17:41 | greebo | Status | new => confirmed |
09.06.2021 17:32 | greebo | Assigned To | => greebo |
09.06.2021 17:32 | greebo | Status | confirmed => assigned |
09.06.2021 17:32 | greebo | Target Version | => 2.13.0 |
09.06.2021 17:45 | greebo | Changeset attached | => DarkRadiant master 2dc9f1f7 |
09.06.2021 17:45 | greebo | Changeset attached | => DarkRadiant master a3ac0329 |
09.06.2021 17:45 | greebo | Changeset attached | => DarkRadiant master b45b1cc2 |
09.06.2021 17:45 | greebo | Changeset attached | => DarkRadiant master 5e2f3a2c |
09.06.2021 17:45 | greebo | Status | assigned => resolved |
09.06.2021 17:45 | greebo | Resolution | open => fixed |
09.06.2021 17:45 | greebo | Fixed in Version | => 2.13.0 |
02.04.2022 05:55 | greebo | Status | resolved => closed |