kristianolson
9 years agoHonored Guest
Bug? All My Art Disappeared
In several of my Quill files, all of the layers show up with nothing on them. I'm afraid to keep working with this program if that is going to happen again. Attaching one here so hopefully someone can...
- 9 years agoHey Kristian - sorry for the problems!
I hopped into your quill.json file in a text editor and noticed the root transform had:
"Transform": [inf, -inf, inf,0.727409,............"
Those infs are.....weird. I replaced them to look like
"Transform": [1, 0, 0,0.727409,............"
and it loaded up just fine. My guess is that you're scaled way up or way down while saving, and we're writing out these funky values. We'll look into reproducing it and fixing it on our end. It may be a while until we can kick out a patch for this issue though.
I noticed that the Root node was selected. I'm guessing you have been using this to transform around the scene? This might be what's triggering the bug. I've attached an image that better shows what I'm talking about.
To "deselect" the arrows icon you just click them a second time. You can still move around the scene in this mode - but it keeps us from saving out a ton of crazy values into your quill file. Hopefully that makes sense? Let me know if it doesn't (and if that fixes your other files as well).