MetaGenAI / MetaGenNeos

Neos Interface for the MetaGen system. Record and Playback
MIT License
12 stars 1 forks source link

Feature: record avatar animations #16

Open sirkitree opened 3 years ago

sirkitree commented 3 years ago

Observation

Animations on the avatar are not currently recorded.

Request

Record animations that are happening on the avatar during recording for playback.

mralext20 commented 3 years ago

the most robust way to do this would likely be to record the audio stream and controller inputs for playback.

guillefix commented 3 years ago

Yeah I'm already recording and "reinstalling" the audio stream in the "Debug play" option of the system. I do plan to record the controller inputs but I haven't finished looking at how to do that.

But what you are asking could be done by just looking for all the Fields inside the avatar. However, before doing that, we would need to update the recording system to a system that only records changes in values, otherwise the animation files would be way too big.