Handle sarc archives the same way to load faster
This commit is contained in:
parent
d6ca128798
commit
fa4ada2c1a
@ -885,10 +885,6 @@ namespace FirstPlugin
|
||||
var animFolder = new BFRESAnimFolder();
|
||||
var externalFilesFolder = new BFRESGroupNode(BRESGroupType.Embedded, true);
|
||||
|
||||
//Reload context menus to load specific context menus
|
||||
modelFolder.LoadContextMenus();
|
||||
texturesFolder.LoadContextMenus();
|
||||
|
||||
texturesFolder.ShowNewContextMenu = false;
|
||||
|
||||
Nodes.Add(modelFolder);
|
||||
@ -1011,9 +1007,6 @@ namespace FirstPlugin
|
||||
var animFolder = new BFRESAnimFolder();
|
||||
var externalFilesFolder = new BFRESGroupNode(BRESGroupType.Embedded);
|
||||
|
||||
//Reload context menus for models to load specific context menus
|
||||
modelFolder.LoadContextMenus();
|
||||
|
||||
//Texture folder acts like a bntx for saving back
|
||||
//This will only save if the user adds textures to it or the file has a bntx already
|
||||
texturesFolder.IFileInfo = new IFileInfo();
|
||||
|
Loading…
x
Reference in New Issue
Block a user