Hunyuan3d Bridge is a Blender addon that integrates Hunyuan3D (specially Hunyuan 2.5) functionalities directly within Blender. This allows users to leverage the power of Hunyuan3D for their 3D projects without leaving the Blender environment. (Further details about the specific functionalities can be added here).
- Generate 3D models from text prompts using Hunyuan3D API.
- Generate 3D models from images (Image-to-3D).
- Latest Hunyuan3D 2.5 with editing features!
- Download and Import 3D models into Blender.
- 3D assets management.
- Customizable settings for model generation.
- User-friendly interface.
- Blender 5.0+
- Python 3.11+
- Hunyuan3D account (you should provide a key and user to the addon)
- Download the latest release
hunyuan3d_bridge.zip(or the specific addon file) from the releases page or clone repo and compress thehunyuan3d_blenderfolder into azipfile. - Open Blender (5.0+).
- Go to
Edit>Preferences>Add-ons. - Click
Install from diskand navigate to the downloaded.zipfile. - Select the file and click
Install Add-on. - Enable the addon by checking the box next to its name ("Hunyuan3d Bridge").
- N-Panel, 'AI' tab, panel called 'Hunyuan3D'
- First, you need to provide a key and user to the addon and start a session.
- Then, you can generate 3D models from text prompts or images using the
Generatebutton. - For text-to-3D: Enter a text prompt describing the 3D model you want.
- For image-to-3D: Select an image and optionally provide a prompt for additional guidance.
This addon bundles the following Python modules:
- imageio-2.37.0
- numpy-2.2.3
- pillow-11.1.0 (required for image-to-3D functionality)
These dependencies are handled automatically by the addon.
Blender 5.0.0 or newer is required to use this addon.
This addon is licensed under the GPL-2.0-or-later.
See the blender_manifest.toml file for more details.
This addon is maintained by @jfranmatheu.
This addon requires the following permissions:
- Network Access: This addon makes network requests to the Hunyuan3D API. Used for 3D model generation and download of 3d models.
- File Access: This addon can read and write files to the Blender file system. Used for 3d assets management, import of 3d assets.
- Improve the user interface.
- Support multi-image to 3d.
- Add mesh editing features.