Skip to content

Super3D Import & Export .Wrl

by shouwang·Workflow

Images © shouwang. Used for product review; image policy.

Why we like it

Super3D Import & Export .Wrl earns its place as a focused, single-format bridge for teams that specifically need VRML 97 rather than its X3D successor, keeping the conversion off the local machine and the workflow tied to standard Blender menus.

What is Super3D Import & Export .Wrl?

The .wrl format is the file form of VRML 97, the older sibling of X3D that was once the standard for 3D on the early web. It remains required by certain scientific visualization tools, embedded UIs and 3D-printing services. Super3D Import & Export .Wrl opens this classic VRML container inside Blender through dedicated File menu entries.

Import runs from File → Import → Super3D: VRML (.wrl): the add-on uploads your file to the Super3D conversion service, then downloads the result and merges it into your active scene. Export runs from File → Export → Super3D: VRML (.wrl), where the scene is written to OBJ on the main thread, converted to .wrl via Super3D and saved to disk. Because conversion happens in the cloud, Blender stays lightweight.

On import, IndexedFaceSet meshes with per-vertex and per-face color carry through, along with object hierarchy and group nodes; sensors, scripts and animation timers are not converted, and texture-mapping nodes survive only as image references. On export, polygon meshes are written into a .wrl with material and color and hierarchy is preserved, though animation and interactivity are not exported. The add-on ships under a GPL license and is tested on Blender 4.2 to 5.1.

Who is Super3D Import & Export .Wrl best for?

Super3D Import & Export .Wrl is best for web 3D, education and visualization pipelines: importing VRML output from tools like MATLAB, ParaView or ABAQUS, preparing files for 3D-printing services that accept VRML, and inspecting classic VRML demos inside Blender.

How much does Super3D Import & Export .Wrl cost?

Super3D Import & Export .Wrl is completely free to download and use.

Key features

  • Dedicated Blender File menu entries for VRML (.wrl) import and export
  • Conversion handled through the Super3D cloud service
  • Import preserves IndexedFaceSet meshes with per-vertex / per-face color, plus object hierarchy and group nodes
  • Export writes polygon meshes into a .wrl with material and color, preserving hierarchy
  • Export path writes the scene to OBJ on the main thread, then converts it to .wrl via Super3D and saves to disk
  • GPL licensing, tested on Blender 4.2 to 5.1
  • Installs alongside other Super3D format add-ons using separate extension IDs and operator names

Tags

#vrml#wrl#import-export#blender-addon#format-conversion#scientific-visualization#3d-printing#super3d

Frequently asked questions

Which Blender versions does Super3D Import & Export .Wrl support?

Super3D Import & Export .Wrl is tested on Blender 4.2 through 5.1, so those releases are where compatibility is confirmed. The add-on's legacy bl_info entry covers Blender 4.0 and above, indicating support reaches back to that point, though the tested range is the safer bet. Because the actual .wrl conversion happens in the Super3D cloud service rather than inside Blender, you also need an active internet connection alongside a supported Blender version. If you run a version outside the tested range, checking the developer's page for the latest compatibility details is the sensible next step before relying on it in a project.

Do I need VRML 97 or X3D installed to use Super3D Import & Export .Wrl?

Super3D Import & Export .Wrl does not require you to install VRML 97 or X3D software on your machine. The conversion runs in the cloud through the Super3D service, so all you need is Blender and an internet connection. On import, the add-on uploads your .wrl file to the service and downloads the converted result into your active scene; on export it sends data out for conversion and saves the resulting .wrl to disk. This keeps Blender lightweight, since the format handling lives on the service rather than as local dependencies you have to manage yourself.

Will color-print services accept .wrl files from Super3D Import & Export .Wrl?

Super3D Import & Export .Wrl writes polygon meshes into a .wrl with material and color, and per-vertex and per-face color round-trips through the workflow, which is why most color-print services accept the output. That said, VRML profiles vary between providers, so confirm with your specific printing service which profile they require before sending a file. The export also preserves hierarchy, though animation and interactivity are not written by the add-on. For color prints in particular, the color data carrying through is the key detail worth verifying against your provider's requirements.

Can I run Super3D Import & Export .Wrl alongside other Super3D format add-ons?

Super3D Import & Export .Wrl can be installed alongside other Super3D format add-ons without conflicts. Each format ships as a separate extension with its own ID and operator names, so they coexist in the same Blender installation. This add-on is the VRML (.wrl) slice specifically; if you need the XML-based X3D successor instead, the original Super3D Bridge bundle is broader, and a combined option covering every supported format also exists. Running several Super3D format extensions side by side is fully supported, letting you add only the formats your pipeline actually uses.

Does Super3D Import & Export .Wrl carry VRML animation and interactivity across?

Super3D Import & Export .Wrl does not carry VRML interactivity through the round trip. On import, sensors, scripts and animation timers are not converted, and texture-mapping nodes survive only as image references. On export, animation and interactivity are not written by the add-on. What does come across is geometry and color: IndexedFaceSet meshes with per-vertex and per-face color plus object hierarchy and group nodes on import, and polygon meshes with material, color and preserved hierarchy on export. The tool focuses on moving mesh and color data between Blender and .wrl.

Similar plugins