mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-16 19:14:15 -04:00
Add more options to work with Scene Hierarchy (#23)
- Added option to group exported assets by node path in scene hierarchy - Added field with node path to exported xml asset list
This commit is contained in:
@ -1948,7 +1948,7 @@ namespace AssetStudioGUI
|
||||
private void clearSelectionToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
treeRecursionEnabled = false;
|
||||
for(var i = 0; i < treeNodeSelectedList.Count; i++)
|
||||
for (var i = 0; i < treeNodeSelectedList.Count; i++)
|
||||
{
|
||||
treeNodeSelectedList[i].Checked = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user