Actor addons and animation

- Includes addons for hands and sex toys
- WIP and very buggy
This commit is contained in:
AbstractConcept 2022-10-24 23:43:25 -05:00
parent d9e6288e3a
commit cd4711a8e5
400 changed files with 10269 additions and 661 deletions

View file

@ -107,6 +107,7 @@ namespace RimWorldAnimationStudio
{ Debug.LogWarning("Cannot make new actor - there is no AnimationDef"); return false; }
Workspace.animationDef.actors.Add(this);
Workspace.actorID = Workspace.animationDef.actors.Count - 1;
foreach (AnimationStage stage in Workspace.animationDef.animationStages)
{
@ -116,6 +117,7 @@ namespace RimWorldAnimationStudio
{
stage.animationClips.Add(clip);
stage.Initialize();
stage.OnPostLoad();
}
}