Write Zero lines of ThreeJS! Now compile your Blender scenes automatically into ThreeJS websites!
Built with 💖 by Preetham Pemmasani
- Download the
three_blender_v0.1.py
file from the releases section - Open Blender and navigate to
Edit > Preferences > Add-ons > Install
- Select the downloaded zip file
- Enable the addon by checking the box next to
Import-Export: Three.js Scene Exporter
- Create and set up your scene in Blender
- Navigate to Output Properties panel
- Find the
Three.js Export
section - Enter a path where your HTML file should be saved
- Click
Export Scene
button - Get the generated HTML file!
- Add support for HDRi (by converting it to cubemaps)
- Support for more lights (Area light and Sun)
- Support for keyframes
- Apply modifier before exporting the model.
- Draco GLB compression
- Support for Volumetrics
-
Fork the repository.
-
Clone the repository.
-
Create a new branch.
-
Make changes and commit them.
-
Push the changes to your fork.
-
Create a pull request.
-
Make sure to follow the code of conduct.