R3F JSX/TSX Exporter turns your Blender scene into a ready-to-use
React Three Fiber component —
and the .glb it loads — in a single click.
Normally this takes two tools: export a GLB, then run gltfjsx (or a web
converter) to generate the component. Every scene tweak means doing both
again, and the two files quietly drift out of sync. This add-on does both
steps natively — tweak your scene, click Export GLB + Component, refresh
your app.
<name>.glb and a matching <Name>.jsx /
.tsx to your chosen folders.GLTFResult for the exact
nodes and materials the component uses.castShadow /
receiveShadow individually.Press N in the 3D Viewport, open the BR3F tab, set a component name and
your output folders, pick JSX or TSX, then click Export GLB + Component.
The component loads via drei's useGLTF, which works out of the box with
Vite, Next.js and CRA.
This version removes attribution message on exported files
This extension requests the following permission:
Write the .glb and generated component to your project folders
So useful! Thank you!