Ok so it turns out that that's an error that you also get when you forget to .build() your deserialized objects...
I can't remember why I was doing this with my library, I think I read somewhere that building the objects in AE would impede some other process, maybe it was the animations.... so I was only calling .calcBoundingBox() and .calcNormals()...and this was working fine in another AE project..... but yeah, seems like I need to remember to always build all objects!...
Thanks for your prompt reply!
I can't remember why I was doing this with my library, I think I read somewhere that building the objects in AE would impede some other process, maybe it was the animations.... so I was only calling .calcBoundingBox() and .calcNormals()...and this was working fine in another AE project..... but yeah, seems like I need to remember to always build all objects!...
Thanks for your prompt reply!