Add automatic skeleton retargeting when playing Anim Graph on other skeletal model

This commit is contained in:
Wojtek Figat
2023-04-26 20:03:27 +02:00
parent 12f5157bfb
commit 915f6a719d
7 changed files with 104 additions and 39 deletions

View File

@@ -298,6 +298,7 @@ namespace FlaxEditor.Windows.Assets
// Skeleton Bones
{
var group = layout.Group("Skeleton Bones");
group.Panel.Close();
var tree = group.Tree();
tree.TreeControl.RightClick += OnTreeNodeRightClick;