You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I converted a 500 second mocap into a timeline animation. It worked great on playback but for some reason when I export the animation it doesn't actually save anything. When i go to import, the animation file is not there.
I didn't realize it wasn't actually saving until an hour or so of work.
It works fine with animations that much shorter.... I'm wondering if it has to do with the length of the animation?
There were some different issues, but the 'not saving' is the more consistent issue.
Background, I used BVH player to bake animations in the vam native player.
Then used Timeline to transfer the mocap over.
It worked for a bunch of shorter animations, like i said, but larger one ghost saves.
I was able to save some other animations, but onto some other issues, there was an issue where the animations saved but wouldn't load:
with this error (all the animations work fine in the actual timeline player, so just not sure what can be done)
I just realized first line says "out of memory" ..... hmm i have a beast computer... maybe this is the issue? timeline running out of memory? or my pc?
!> Exception during SaveJSON: System.OutOfMemoryException: Out of memory
at (wrapper managed-to-native) string:InternalAllocateStr (int)
at System.Text.StringBuilder.InternalEnsureCapacity (Int32 size) [0x00000] in :0
at System.Text.StringBuilder.Append (System.String value) [0x00000] in :0
at SimpleJSON.JSONArray.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0
at SimpleJSON.JSONClass.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0
at SimpleJSON.JSONArray.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0
at SimpleJSON.JSONClass.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0
at SimpleJSON.JSONArray.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0
at SimpleJSON.JSONClass.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0
at SuperController.SaveJSONInternal (SimpleJSON.JSONClass jc, System.String saveName) [0x00000] in :0
!> Exception during SaveJSON: System.OutOfMemoryException: Out of memory
at (wrapper managed-to-native) string:InternalAllocateStr (int)
at System.Text.StringBuilder.InternalEnsureCapacity (Int32 size) [0x00000] in :0
at System.Text.StringBuilder.Append (System.String value) [0x00000] in :0
at SimpleJSON.JSONArray.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0
at SimpleJSON.JSONClass.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0
at SimpleJSON.JSONArray.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0
at SimpleJSON.JSONClass.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0
at SimpleJSON.JSONArray.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0
at SimpleJSON.JSONClass.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0
at SuperController.SaveJSONInternal (SimpleJSON.JSONClass jc, System.String saveName) [0x00000] in :0
!> Timeline.MocapScreen.ImportRecorded: System.Exception: Timeline: No motion animation to import.
at VamTimeline.MocapImportOperations.Prepare (Boolean resize) [0x00000] in :0
at VamTimeline.MocapScreen.ImportRecorded () [0x00000] in :0
The text was updated successfully, but these errors were encountered:
The problem is VaM... at some point, it cannot serialize JSON anymore. There was improvements on both VaM's side and mine to reduce the memory required for it but there's always a limit :)
You can use the "Reduce" feature to remove useless frames, you might need to play with the settings to reduce the loss, but you probably don't need the full original recording resolution.
I converted a 500 second mocap into a timeline animation. It worked great on playback but for some reason when I export the animation it doesn't actually save anything. When i go to import, the animation file is not there.
I didn't realize it wasn't actually saving until an hour or so of work.
It works fine with animations that much shorter.... I'm wondering if it has to do with the length of the animation?
There were some different issues, but the 'not saving' is the more consistent issue.
Background, I used BVH player to bake animations in the vam native player.
Then used Timeline to transfer the mocap over.
It worked for a bunch of shorter animations, like i said, but larger one ghost saves.
I was able to save some other animations, but onto some other issues, there was an issue where the animations saved but wouldn't load:
with this error (all the animations work fine in the actual timeline player, so just not sure what can be done)
I just realized first line says "out of memory" ..... hmm i have a beast computer... maybe this is the issue? timeline running out of memory? or my pc?
!> Exception during SaveJSON: System.OutOfMemoryException: Out of memory
at (wrapper managed-to-native) string:InternalAllocateStr (int)
at System.Text.StringBuilder.InternalEnsureCapacity (Int32 size) [0x00000] in :0
at System.Text.StringBuilder.Append (System.String value) [0x00000] in :0
at SimpleJSON.JSONArray.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0
at SimpleJSON.JSONClass.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0
at SimpleJSON.JSONArray.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0
at SimpleJSON.JSONClass.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0
at SimpleJSON.JSONArray.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0
at SimpleJSON.JSONClass.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0
at SuperController.SaveJSONInternal (SimpleJSON.JSONClass jc, System.String saveName) [0x00000] in :0
!> Exception during SaveJSON: System.OutOfMemoryException: Out of memory
at (wrapper managed-to-native) string:InternalAllocateStr (int)
at System.Text.StringBuilder.InternalEnsureCapacity (Int32 size) [0x00000] in :0
at System.Text.StringBuilder.Append (System.String value) [0x00000] in :0
at SimpleJSON.JSONArray.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0
at SimpleJSON.JSONClass.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0
at SimpleJSON.JSONArray.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0
at SimpleJSON.JSONClass.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0
at SimpleJSON.JSONArray.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0
at SimpleJSON.JSONClass.ToString (System.String aPrefix, System.Text.StringBuilder sb) [0x00000] in :0
at SuperController.SaveJSONInternal (SimpleJSON.JSONClass jc, System.String saveName) [0x00000] in :0
!> Timeline.MocapScreen.ImportRecorded: System.Exception: Timeline: No motion animation to import.
at VamTimeline.MocapImportOperations.Prepare (Boolean resize) [0x00000] in :0
at VamTimeline.MocapScreen.ImportRecorded () [0x00000] in :0
The text was updated successfully, but these errors were encountered: