2EZ GLTFJSX just got even eazier with V2!
This is a Blender Add-on developed to simplify the integration of GLB/GLTF models into React Three Fiber projects using the gltfjsx CLI tool by 0xca0a. Export your scene or model right from the the 3D Viewport. No CLI, no webtool, no cap frfr.
Core Features:
If you find any bugs or have suggestions, don't hesitate to write me an email:
V2.0.1 โ CHANGELOG
Fixed an error where the R3F project path was not recognized correctly by the addon in Blender 4+.
V2 โ CHANGELOG
2EZ GLTFJSX just got even eazier with V2!
New cleaned up UI
Added "Project Based Export Mode": choose the root folder of your R3F project and the output paths of the JSX and model files. This mode uses the -root flag when exporting.
Automatic JSX Function Renaming: Automatically updates the JSX component's function name to match the specified model name. This makes iterating just waay 2EZ!
Added ability to specify a custom texture folder for glTF exports.
Future Features:
Currently looking into adding KTX2 texture export support. Blender 4.1 has the ability to load gltfpack so might as well just exploit that somehow.
Known Issues:
Animation Export Error: There is a known issue when exporting animated models with the -transform flag enabled, which will result in "Export failed: instance: Instancing is not currently supported for animated models." error. The current workaround is to export without transformations.
V1.1 - CHANGELOG
Fixed an error where some MacOS users experienced "npx command not found" error when exporting. This was due to the Add-on not finding Nodejs when installed with homebrew.
Added "Selected Objects Only" to the export options