Load all bone anims properly when an animation is loaded so it can save properly
This commit is contained in:
parent
c75c171792
commit
a47b77bc7c
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -195,8 +195,6 @@ namespace FirstPlugin
|
||||
{
|
||||
string dir = Path.GetDirectoryName(sarc.FullName);
|
||||
|
||||
Console.WriteLine("CurrentFullName " + sarc.FullName);
|
||||
|
||||
if (dir == string.Empty)
|
||||
sarc.FullName = sarc.Text;
|
||||
else
|
||||
|
@ -43,6 +43,8 @@ namespace Bfres.Structs
|
||||
ContextMenuStrip = new ContextMenuStrip();
|
||||
ContextMenuStrip.Items.Add(new ToolStripMenuItem("New Bone Target", null, NewAction, Keys.Control | Keys.W));
|
||||
LoadFileMenus(false);
|
||||
|
||||
OpenAnimationData();
|
||||
}
|
||||
|
||||
protected void NewAction(object sender, EventArgs e) { NewBoneAnim(); }
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -784,7 +784,7 @@ namespace Toolbox
|
||||
// If no any child form, hide tabControl
|
||||
else
|
||||
{
|
||||
ResetAnimPanel();
|
||||
// ResetAnimPanel();
|
||||
|
||||
// If child form is new and no has tabPage,
|
||||
// create new tabPage
|
||||
|
Loading…
Reference in New Issue
Block a user