Hello !
I have a problem, your sandbox stopped exporting metadata when I export in glb.
I’m using this sandbox quite often to modify glbs that blender can’t export (for unknown reasons), and I really need this feature.
I need this feature really bad, do you know at least how can I run a previous of the sandbox locally to achieve my needs ?
Thanks a lot for your great product and your help.
Downloaded the 7.54.3,
ran npm install
npm run start
then in a new terminal :
cd packages/tools/sandbox
npm install
npm run serve:dev
It successfully opened me the sandbox, but unfortunately the bug was already there in 7.54.3.
I’ll do the same with previous versions until I find when it broke.
in the 7.29.0 export to glb correctly exports metadata.
Hope you’ll be able to fix this regression and implements tests that will prevent it to happen again in the future :
Maybe this was just a default feature that have been changed, idk, but at least add the ability to toggle “export metadata” in the sandbox.
Thanks for the report! Could you share a repro of your issue? Happy to look into this.
- Export a cube in GLB with metadata from Blender.
- Open in sandbox (check that metadata are here).
- Reexport as GLB from the sandbox.
- Metadata are now gone.
Can’t share .glb in this forum for help
Indeed, I have verified it
Attempting to re export this model will result in the disappearance of the metadata attribute
Done!