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
- “FMOD failed to set the software format to the custom sample rate…” warnings are thrown as System Sample Rate value is being changed in Audio section of Project Settings window
- VFX Marquee selection does match the visual indicator
- “Invalid AABB aabb” errors are spammed when “Infinity” value is entered in Collider Component fields
- Editor Role does not sync with the MPPM Play Mode Scenario Role when entering Play mode
- Long asset names cause overlap with the “Find” function in search result tabs
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.