Help needed please!
I've been working on a timeline animation with multiple layers and animations. I've saved it but now when I re-open it the plugin is broken (no animation present and buttons don't work) and I get the following error in the console:
!> Timeline.AtomPlugin.Load: System.ArgumentOutOfRangeException: startIndex + length > this.length
Parameter name: length
at System.String.Substring (Int32 startIndex, Int32 length) [0x00000] in <filename unknown>:0
at VamTimeline.AtomAnimationClip.set_nextAnimationName (System.String value) [0x00000] in <filename unknown>:0
at VamTimeline.AtomAnimationSerializer.DeserializeClip (SimpleJSON.JSONClass clipJSON, VamTimeline.AnimatablesRegistry targetsRegistry, VamTimeline.Logger logger) [0x00000] in <filename unknown>:0
at VamTimeline.AtomAnimationSerializer.DeserializeAnimation (VamTimeline.AtomAnimation animation, SimpleJSON.JSONClass animationJSON) [0x00000] in <filename unknown>:0
at VamTimeline.AtomPlugin.Load (SimpleJSON.JSONNode animationJSON, SimpleJSON.JSONNode animationEditContextJSON) [0x00000] in <filename unknown>:0
I've looked at the JSON file and the plugin seems to be there along with all the keyframe data. Any idea how I might fix it?
any suggestions really welcome!
m
I've been working on a timeline animation with multiple layers and animations. I've saved it but now when I re-open it the plugin is broken (no animation present and buttons don't work) and I get the following error in the console:
!> Timeline.AtomPlugin.Load: System.ArgumentOutOfRangeException: startIndex + length > this.length
Parameter name: length
at System.String.Substring (Int32 startIndex, Int32 length) [0x00000] in <filename unknown>:0
at VamTimeline.AtomAnimationClip.set_nextAnimationName (System.String value) [0x00000] in <filename unknown>:0
at VamTimeline.AtomAnimationSerializer.DeserializeClip (SimpleJSON.JSONClass clipJSON, VamTimeline.AnimatablesRegistry targetsRegistry, VamTimeline.Logger logger) [0x00000] in <filename unknown>:0
at VamTimeline.AtomAnimationSerializer.DeserializeAnimation (VamTimeline.AtomAnimation animation, SimpleJSON.JSONClass animationJSON) [0x00000] in <filename unknown>:0
at VamTimeline.AtomPlugin.Load (SimpleJSON.JSONNode animationJSON, SimpleJSON.JSONNode animationEditContextJSON) [0x00000] in <filename unknown>:0
I've looked at the JSON file and the plugin seems to be there along with all the keyframe data. Any idea how I might fix it?
any suggestions really welcome!
m