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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.