Add batch exporting textures for some additional formats
This commit is contained in:
parent
9c138bd590
commit
2088200479
@ -21,7 +21,7 @@ using SPICA.WinForms.Formats;
|
||||
|
||||
namespace FirstPlugin.CtrLibrary
|
||||
{
|
||||
public class BCH : TreeNodeFile, IContextMenuNode, IFileFormat
|
||||
public class BCH : TreeNodeFile, IContextMenuNode, IFileFormat, ITextureContainer
|
||||
{
|
||||
public FileType FileType { get; set; } = FileType.Model;
|
||||
|
||||
@ -58,6 +58,14 @@ namespace FirstPlugin.CtrLibrary
|
||||
propertyGrid.LoadProperty(new FileSettings(H3DFile));
|
||||
}
|
||||
|
||||
public bool DisplayIcons => true;
|
||||
|
||||
public List<STGenericTexture> TextureList
|
||||
{
|
||||
get { return Textures; }
|
||||
set { }
|
||||
}
|
||||
|
||||
public class FileSettings
|
||||
{
|
||||
private H3D H3DFile;
|
||||
|
Loading…
Reference in New Issue
Block a user