top of page

SketchUp GLTF Exporter

Exports one .glb file per Tag by isolating Tag visibility. Non-destructive, one click, built for the SketchUp-to-Blender visualization pipeline.

SketchUp GLTF Exporter

Code Snippet

Description

One click. One .glb per Tag. Nothing touched.

Tag glTF Batch Exporter turns a fully tagged SketchUp model into a folder of clean, per-tag .glb files in a single operation — no manual visibility toggling, no repeated export dialogs, no cleanup afterward.

What it does

  • Walks every Tag in your model automatically

  • Isolates each Tag's visibility and exports only that geometry

  • Names every file after its Tag, ready for downstream use

  • Gives Untagged geometry its own file instead of letting it leak into every export

Completely non-destructive

  • Nothing exploded, deleted, or moved

  • All Tag visibility, entity visibility, and view settings restored on completion

  • Each Tag exports independently — one failure never stops the batch

  • A summary reports exactly what exported and what did not

Why glTF

  • Real-world units and axis orientation are built into the specification

  • Files arrive in Blender, game engines, and web viewers at true scale

  • No unit guessing — the historical weakness of DAE, FBX, and OBJ workflows

Requirements

  • SketchUp 2024 or newer (native .glb export)

  • Runs from Extensions > Export Tags to glTF (.glb)

bottom of page