GlTF Shell Extensions Versions Save

Microsoft Windows shell extensions that pack .gltf to .glb and unpack .glb to .gltf

v0.3.0

2 years ago

Click here to install the latest version from the Windows Store.

Changes

  • Switch to using explorer command verbs for adding to the context menu.
  • Fix issue with packing to a glb from a special folder (e.g., Downloads) where it would open the destination folder in a new explorer window.
  • Add a Windows Application Packaging Project to enable submission to the Windows Store.
  • Add icons to context menu items.

Fixes #2 Fixes #3

v0.2.0

5 years ago

Changes

  • Preserve extensions/extras during packing and unpacking
  • Show error message when errors occur during packing/unpacking
  • Add option to not unpack images when unpacking (useful for debugging)
  • Remove dependency on glTF2Loader
  • Use memory mapped file API for better performance

v0.1.1

6 years ago

Changes

  • Fixed bug with unpacking where bufferView from image did not get removed
  • Replaced setup script with installer

v0.1.0

6 years ago

Initial version with support for .gltf -> .glb and vice versa.