- [GUI] Highlight nodes that are exportable as fbx.
- [GUI] Add option to toggle between selecting all subnodes or matching only (using `Alt` key).
This commit is contained in:
@@ -10,6 +10,10 @@ namespace AssetStudio.GUI
|
||||
{
|
||||
this.gameObject = gameObject;
|
||||
Text = gameObject.m_Name;
|
||||
if (gameObject.HasModel())
|
||||
{
|
||||
BackColor = System.Drawing.Color.LightBlue;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user