mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-20 09:34:42 -05:00
add Undo.RegisterFullObjectHierarchyUndo
This commit is contained in:
@@ -107,7 +107,9 @@ namespace UniVRM10
|
||||
GUI.enabled = true;
|
||||
if (pressed)
|
||||
{
|
||||
Undo.RegisterFullObjectHierarchyUndo(exportTarget, "MeshUtility");
|
||||
_meshUtility.Process(exportTarget);
|
||||
|
||||
// Show Result ?
|
||||
// Close();
|
||||
// GUIUtility.ExitGUI();
|
||||
|
||||
@@ -181,7 +181,6 @@ namespace UniVRM10
|
||||
|
||||
if (ForceUniqueName)
|
||||
{
|
||||
// TODO: UNDO
|
||||
throw new NotImplementedException();
|
||||
|
||||
// 必用?
|
||||
|
||||
Reference in New Issue
Block a user