mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2025-02-16 22:08:26 +00:00
Use first skeleton for now when batch exporting bfres (fix bone index mapping)
This commit is contained in:
parent
62a822f3ab
commit
b8f000dd1f
1 changed files with 1 additions and 7 deletions
|
@ -74,13 +74,7 @@ namespace FirstPlugin
|
|||
|
||||
public STSkeleton ExportableSkeleton
|
||||
{
|
||||
get
|
||||
{
|
||||
STSkeleton skeleton = new STSkeleton();
|
||||
foreach (var model in BFRESRender.models)
|
||||
skeleton.bones.AddRange(model.Skeleton.bones);
|
||||
return skeleton;
|
||||
}
|
||||
get { return BFRESRender.models[0].Skeleton; }
|
||||
}
|
||||
|
||||
public override string ExportFilter => Utils.GetAllFilters(new BFRES());
|
||||
|
|
Loading…
Add table
Reference in a new issue