VSJ OBJ
Not possible

Convert VSJ to OBJ

Can you convert VSJ to OBJ?
QUICK ANSWER
Is it possible to convert VSJ to OBJ?
No - not a direct conversion.

VSJ is a JSON scene file whose get_vsj() output explicitly excludes the model's binary data - it just lists model info and container settings. Because there is no geometry inside, there is nothing to write into an .obj. The realistic path is to get the actual model ViewSTL was showing (as STL) and convert that to OBJ.

No direct path
Also to OBJ: USD · LWO · LIB

On this page

Tested on macOS, Windows & Linux
Last verified Sep 2026

More free converters

HEIC, PNG, WEBP, MP3 and more - every tool here is free.

Open the toolbox

Why convert VSJ to OBJ?

Wavefront .obj needs real vertex and face data, which a .vsj never stores. So instead of converting the VSJ itself, you recover the referenced mesh - either from the matching VSB archive or by exporting from ViewSTL - and convert that to OBJ.

How to convert VSJ to OBJ

Unzip the matching VSB FREE

If you also have the scene's .vsb, rename it to .zip and extract the STL models inside, since the VSB packages the .vsj together with the actual STL files.

Blender OPEN-SOURCE

Import the recovered .stl with File > Import > STL, then run File > Export > Wavefront (.obj) to get an OBJ mesh.

About these formats

Quality & what to watch

  • There is no direct VSJ-to-OBJ path because the VSJ carries no geometry, only scene metadata.
  • You must have access to the STL models the VSJ points to; a lone .vsj with missing models cannot produce any mesh.
  • STL and OBJ store only surface triangles, so color, materials and scene layout from the ViewSTL scene are not preserved.

Frequently asked questions

Why can't I just convert .vsj to .obj directly?
The VSJ file has no 3D geometry - it stores scene status and model references, not vertices and faces.
How do I get the actual model out?
Export it from ViewSTL with download_model() as STL, or extract the STL from the matching VSB archive.
What converts STL to OBJ once I have it?
Blender, MeshLab or an online STL-to-OBJ converter will import the STL and export OBJ.