Web3D X3D/VRML2 format Add-on
Go to file
BujusKrachus 085ba83113 Fix blender/blender-addons#95365: uv is not defined for elevation grid
Seems like someone forgot an s in uvs.
2024-11-04 21:00:43 +01:00
.gitea/issue_template Adjust copyright notices; rename issue template oempty to other 2024-11-02 10:50:46 +01:00
source Fix blender/blender-addons#95365: uv is not defined for elevation grid 2024-11-04 21:00:43 +01:00
.editorconfig Add editorconfig 2024-05-15 14:05:18 +10:00
.gitignore add issue templates 2024-11-01 20:18:34 +01:00
LICENSE.txt update license, bump version to 2.3.6 2024-08-27 03:22:56 +02:00
pyproject.toml Adjust copyright notices; rename issue template oempty to other 2024-11-02 10:50:46 +01:00
README.md Adjust copyright notices; rename issue template oempty to other 2024-11-02 10:50:46 +01:00

Web3D X3D/VRML2 format Add-on

Features

see Web3D X3D/VRML2 Documentation

Import file formats

  • .x3d
  • .wrl

Export file formats

  • .x3d

Guides

This add-on was part of Blender 4.1 bundled add-ons. This is now available as an extension on the Extensions platform.

To build a new version of the extension:

  • <path_to_blender> -c extension build --source-dir=./source

For more information about building extensions refer to the documentation.

Contribute

This add-on is offered as it is and maintained by @Bujus_Krachus and the community, no support expected.

Contributions in form of bug reports, bug fixes, improvements, new features, etc. are always welcome as I don't have the time to do it all.

For code contributions fork the repository, do your changes and create a Pull-Request to https://projects.blender.org/extensions/io_scene_x3d/src/branch/main. Describe as detailed as possible what this PR does and why it's good to have. Ideally include sample files for testing and demonstrating. Also make sure, that a merge of the PR does not break other features.

Fellow active maintainers are also always very welcome. If you're interested, reach out.

Original authors: Campbell Barton, Bart, Bastien Montagne, Seva Alekseyev

Specifications

For deeper understanding of both file formats supported by this extension, refer to:

Comparison software:

License

GPL-3.0