View Issue Details

IDProjectCategoryView StatusLast Update
0005629DarkRadiantMap Editingpublic02.04.2022 05:55
Reporterthebigh Assigned Togreebo  
PrioritylowSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Product Version2.12.0 
Target Version2.13.0Fixed in Version2.13.0 
Summary0005629: "Shift textures randomly" shifts all selected faces by the same amount
DescriptionIf you have multiple faces selected, this script shifts them all by the same random amount instead of each face independently.

Steps To ReproduceMake a staircase by cloning brushes. Select all the front faces and then use the script.
TagsMapping

Activities

There are no notes attached to this issue.

Related Changesets

DarkRadiant: master 2dc9f1f7

08.06.2021 19:14

greebo


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

greebo


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

greebo


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

greebo


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

Issue History

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