jBrush serializer

Started by Eloy7, November 07, 2012, 09:42:40 AM

Previous topic - Next topic

Eloy7

I use jBrush v0.3 load 3ds object and create animation
i serialize object with animation and get many .ser file.
When i use Loader.loadSerializedObject in jpct-ae i get error "ERROR: Can't deserialize object: null"

Loader.loadSerializedObject(getAssetManager().open("data/1.ser"));

What i doing wrong?

EgonOlsen

There should be a stack trace printed into the log...that might help.