Skip to content

Hunyuan3D x Blender bridge - A Blender addon to use Hunyuan3d 2.5

Notifications You must be signed in to change notification settings

synapticore-studio/Hunyuan3DBlenderBridge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Hunyuan3d x Blender Bridge

Description

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).

Features

  • 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.

Requirements

  • Blender 5.0+
  • Python 3.11+
  • Hunyuan3D account (you should provide a key and user to the addon)

Installation

  1. Download the latest release hunyuan3d_bridge.zip (or the specific addon file) from the releases page or clone repo and compress the hunyuan3d_blender folder into a zip file.
  2. Open Blender (5.0+).
  3. Go to Edit > Preferences > Add-ons.
  4. Click Install from disk and navigate to the downloaded .zip file.
  5. Select the file and click Install Add-on.
  6. Enable the addon by checking the box next to its name ("Hunyuan3d Bridge").

Usage

  • 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 Generate button.
  • 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.

Dependencies

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.

Minimum Blender Version

Blender 5.0.0 or newer is required to use this addon.

License

This addon is licensed under the GPL-2.0-or-later. See the blender_manifest.toml file for more details.

Maintainer

This addon is maintained by @jfranmatheu.

Permissions

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.

Future Work

  • Improve the user interface.
  • Support multi-image to 3d.
  • Add mesh editing features.

About

Hunyuan3D x Blender bridge - A Blender addon to use Hunyuan3d 2.5

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%