henriquelalves / GodotCSGExporter

Godot editor plugin to export CSG Meshes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Godot CSG Exporter

For more addons, check my GitHub and my itch.io page.

Godot editor plugin to export CSG Meshes as Wavefront (.obj) files.

Godot CSG Mesh Exporter Wavefront Mesh on Blender

For now the plugin is only able to export the raw mesh, not any materials appended to it.

Disclaimer To fix the CSGMesh material exporting, I merged mohammedzero43's CSG exporter with some slightly tweaks; the original code can be found here: https://github.com/mohammedzero43/CSGExport-Godot. Thanks for letting me use it!

How to install

Add the addon on your Godot project (you may copy the addon from this project folder, or install it via AssetLib). Then activate it on the project settings "Plugins" tab.

How to use it

Whenever you click on a root CSGMesh, the addon will add a "Export CSG" button to the Spatial Editor upper bar. This will open a File Dialog popup so you can choose where to save the exported file. Exporter option on Godot spatial container

Why using it

CSG Meshes are quite useful to prototyping and making quick modifications on levels, but sometimes you may want to export the mesh made in Godot so it can be edited in other software (e.g. Blender)

About

Godot editor plugin to export CSG Meshes

License:MIT License


Languages

Language:GDScript 100.0%