Search Issue Tracker
By Design
Votes
0
Found in
Issue ID
1358620
Regression
No
Terrain - changing brush stroke parameters is not undoable via Edit > Undo
Using built in Terrain (not terrain tools package) changing the paint brush size or opacity in the inspector are not undoable actions. Other in the inspector like changing the transform values are undoable via Edit > Undo menu.
steps
1. open a new scene
2. add a terrain object to the hierarchy and select it
3. from the inspector, select paint terrain tab
4. select raise or lower terrain
5. change the value brush size or opacity
6. try and undo the brush size or opacity changes
results
you can't, the changes are not registered on the undo stack
expected results
you are able to restore previous brush size and opacity via Edit > Undo, as you can when you change the transform parameters for the terrain object
Versions
MacOS
Version: 2021.2.0b7.3246
Revision: 2021.2/staging f7def5121c60
Built: Tue, 03 Aug 2021 09:47:25 GMT
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Resolution Note:
Marking "By Design" as not adding parameter changes to the undo stack follows the Photoshop principle where brush parameter changes aren't undoable. Having the parameters added to the undo stack could make undoing between paint operations bothersome.