AnalyticalGraphicsInc / gltf-vscode

This is an extension for Visual Studio Code to add support for editing glTF files.
Apache License 2.0
441 stars 61 forks source link

✨Add Support Import / Export VRM files. #259

Open kazu0617 opened 10 months ago

kazu0617 commented 10 months ago

This PR support to import / export vrm files from right-click menus. no more need to rename from glb -> vrm!

I hooked into 'gltf.validateFile' and 'gltf.importGlbFile', and also export as vrm directly. but I know VRM is just extension format from glb, so I separate filters first. If no problem to merge it, I'll replace.

Known Issue: This PR doesn't support validate VRM extensions! just validate as gltf.

What is VRM?: Please see here: https://vrm.dev/en/vrm/vrm_about.html