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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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.