mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
Fix the undo redo action's name for unmark seam.
This commit is contained in:
parent
fa1a945319
commit
cf5dcf4512
@ -1569,7 +1569,7 @@ func unmark_seam():
|
||||
|
||||
MDRMeshUtils.remove_seam(_mdr, eis[0], eis[1])
|
||||
|
||||
_undo_redo.create_action("mark_seam")
|
||||
_undo_redo.create_action("unmark_seam")
|
||||
_undo_redo.add_do_method(self, "set_seam", _mdr, copy_pool_int_array(_mdr.seams))
|
||||
_undo_redo.add_undo_method(self, "set_seam", _mdr, prev_seams)
|
||||
_undo_redo.commit_action()
|
||||
|
Loading…
Reference in New Issue
Block a user