Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: huggingface/meshgen

v0.7.1

14 Apr 20:00
5b81f24

Choose a tag to compare

This update includes:

  • Improved README
  • Added more information during setup
  • Changed default backend to Remote -> Hugging Face, avoiding default behavior of heavy local models that may not work on most machines
  • Heavy tools (LLaMA-Mesh, hyper3d) no longer block Blender main thread

Installation

Windows/Mac/Linux (CPU)

This version is slow for running local models, but supports more devices. If you meet the requirements, the GPU version is recommended.

Requirements

Steps

  • Download meshgen-cpu-{platform}.zip in Assets below, depending on your platform
  • In Blender, go to Edit -> Preferences -> Add-ons -> Click the arrow in the top right then Install from Disk
  • Choose meshgen-cpu-{platform}.zip

Windows/Linux (NVIDIA GPU)

This version is much faster for running local models, but requires a high-end NVIDIA GPU.

Requirements

Steps

  • Download meshgen-cuda-{platform}.zip in Assets below, depending on your platform
  • In Blender, go to Edit -> Preferences -> Add-ons -> Click arrow in the top right then Install from Disk
  • Choose meshgen-cuda-{platform}.zip

Setup

Once installed, follow instructions in Setup.

v0.7.0

01 Apr 21:33
71897cf

Choose a tag to compare

This major release adds AI Agents to Blender.

  • Use a variety of blender tools, similar to blender-mcp
  • Supports arbitrary model backends:
    • Local (llama_cpp_python, ollama)
    • HF Inference API
    • Anthropic API
    • OpenAI API
  • Adds optional integrations:
    • LLaMA-Mesh for local mesh generation and understanding
    • Hyper3D (Rodin) API for generating complex objects

Installation

Windows/Mac/Linux (CPU)

This version is slow for running local models, but supports more devices. If you meet the requirements, the GPU version is recommended.

Requirements

Steps

  • Download meshgen-cpu-{platform}.zip in Assets below, depending on your platform
  • In Blender, go to Edit -> Preferences -> Add-ons -> Click the arrow in the top right then Install from Disk
  • Choose meshgen-cpu-{platform}.zip
  • In addon preferences, click Download Recommended Model

Windows/Linux (NVIDIA GPU)

This version is much faster for running local models, but requires a high-end NVIDIA GPU.

Requirements

Steps

  • Download meshgen-cuda-{platform}.zip in Assets below, depending on your platform
  • In Blender, go to Edit -> Preferences -> Add-ons -> Click arrow in the top right then Install from Disk
  • Choose meshgen-cuda-{platform}.zip
  • In addon preferences, click Download Recommended Model

Usage

  • Press N -> MeshGen (or View -> Sidebar -> Select the MeshGen tab)
  • Enter a prompt, for example: Create a snowman
  • Click Submit

Troubleshooting

  • Find errors in the console:
    • Windows: In Blender, go to Window -> Toggle System Console
    • Mac/Linux: Launch Blender from the terminal
  • Report errors in Issues

v0.6.0

14 Mar 20:01
4195e07

Choose a tag to compare

This update includes a major backend and UI overhaul

  • Now supports multiple backends, remote litellm backend for various provides
  • Improved overall UI/UX

Installation

Windows/Mac/Linux (CPU)

This version is slow, but supports more devices. If you meet the requirements, the GPU version is recommended.

Requirements

Steps

  • Download meshgen-cpu-{platform}.zip in Assets below, depending on your platform
  • In Blender, go to Edit -> Preferences -> Add-ons -> Click the arrow in the top right then Install from Disk
  • Choose meshgen-cpu-{platform}.zip
  • In addon preferences, click Download Recommended Model

Windows/Linux (NVIDIA GPU)

This version is much faster, but requires a high-end NVIDIA GPU.

Requirements

Steps

  • Download meshgen-cuda-{platform}.zip in Assets below, depending on your platform
  • In Blender, go to Edit -> Preferences -> Add-ons -> Click arrow in the top right then Install from Disk
  • Choose meshgen-cuda-{platform}.zip
  • In addon preferences, click Download Recommended Model

Usage

  • Press N -> MeshGen (or View -> Sidebar -> Select the MeshGen tab)
  • Click Load Generator (this will take a while)
  • Enter a prompt, for example: Create a 3D obj file using the following description: a desk
  • Click Generate Mesh

Troubleshooting

  • Find errors in the console:
    • Windows: In Blender, go to Window -> Toggle System Console
    • Mac/Linux: Launch Blender from the terminal
  • Report errors in Issues

v0.5.0

08 Mar 03:16
758d9ca

Choose a tag to compare

This release massively simplifies dependency management by using included wheels.

As a result, the ollama backend option is removed. A more flexible solution for using various models/backends will be added. For now, if using an ollama backend, a previous release is recommended.

Installation

Windows/Mac/Linux (CPU)

This version is slow, but supports more devices. If you meet the requirements, the GPU version is recommended.

Requirements

Steps

  • Download meshgen-cpu-{platform}.zip in Assets below, depending on your platform
  • In Blender, go to Edit -> Preferences -> Add-ons -> Click the arrow in the top right then Install from Disk
  • Choose meshgen-cpu-{platform}.zip
  • In addon preferences, click Download Required Models

Windows/Linux (NVIDIA GPU)

This version is much faster, but requires a high-end NVIDIA GPU.

Requirements

Steps

  • Download meshgen-cuda-{platform}.zip in Assets below, depending on your platform
  • In Blender, go to Edit -> Preferences -> Add-ons -> Click arrow in the top right then Install from Disk
  • Choose meshgen-cuda-{platform}.zip
  • In addon preferences, click Download Required Models

Usage

  • Press N -> MeshGen (or View -> Sidebar -> Select the MeshGen tab)
  • Click Load Generator (this will take a while)
  • Enter a prompt, for example: Create a 3D obj file using the following description: a desk
  • Click Generate Mesh

Troubleshooting

  • Find errors in the console:
    • Windows: In Blender, go to Window -> Toggle System Console
    • Mac/Linux: Launch Blender from the terminal
  • Report errors in Issues

v0.4.0

07 Mar 02:45
41dcd09

Choose a tag to compare

This release migrates to the new Blender extension system, for Blender 4.2+.

Before installing, uninstall any previous release, then restart Blender.

Installation

Windows/Mac/Linux (CPU)

This version is slow, but supports more devices. If you meet the requirements, the GPU version is recommended.

Requirements

Steps

  • Download meshgen-cpu-{platform}.zip in Assets below, depending on your platform
  • In Blender, go to Edit -> Preferences -> Add-ons -> Click the arrow in the top right then Install from Disk
  • Choose meshgen-cpu-{platform}.zip
  • In addon preferences, click Download Required Models

Windows/Linux (NVIDIA GPU)

This version is much faster, but requires a high-end NVIDIA GPU.

Requirements

Steps

  • Download meshgen-cuda-{platform}.zip in Assets below, depending on your platform
  • In Blender, go to Edit -> Preferences -> Add-ons -> Click arrow in the top right then Install from Disk
  • Choose meshgen-cuda-{platform}.zip
  • In addon preferences, click Download Required Models

Usage

  • Press N -> MeshGen (or View -> Sidebar -> Select the MeshGen tab)
  • Click Load Generator (this will take a while)
  • Enter a prompt, for example: Create a 3D obj file using the following description: a desk
  • Click Generate Mesh

Troubleshooting

  • Find errors in the console:
    • Windows: In Blender, go to Window -> Toggle System Console
    • Mac/Linux: Launch Blender from the terminal
  • Report errors in Issues

v0.3.1

23 Dec 17:50
e5b82e1

Choose a tag to compare

This release includes support for Ollama server and additional release architectures.

Thanks to:

Before installing, uninstall any previous release, then restart Blender.

Installation

Windows/Mac/Linux (CPU)

This version is slow, but supports more devices. If you meet the requirements, the GPU version is recommended.

Requirements

Steps

  • Download meshgen-cpu-{platform}.zip in Assets below, depending on your platform
  • In Blender, go to Edit -> Preferences -> Add-ons -> Click the arrow in the top right then Install from Disk
  • Choose meshgen-cpu-{platform}.zip
  • In addon preferences, click Download Required Models

Windows/Linux (NVIDIA GPU)

This version is much faster, but requires a high-end NVIDIA GPU.

Requirements

Steps

  • Download meshgen-cuda-{platform}.zip in Assets below, depending on your platform
  • In Blender, go to Edit -> Preferences -> Add-ons -> Click arrow in the top right then Install from Disk
  • Choose meshgen-cuda-{platform}.zip
  • In addon preferences, click Download Required Models

Usage

  • Press N -> MeshGen (or View -> Sidebar -> Select the MeshGen tab)
  • Click Load Generator (this will take a while)
  • Enter a prompt, for example: Create a 3D obj file using the following description: a desk
  • Click Generate Mesh

Troubleshooting

  • Find errors in the console:
    • Windows: In Blender, go to Window -> Toggle System Console
    • Mac/Linux: Launch Blender from the terminal
  • Report errors in Issues

v0.3.0

03 Dec 18:54
e6500f8

Choose a tag to compare

This release dramatically improves performance and memory requirements. It does so by replacing the transformers backend and full model with a llama-cpp-python backend and quantized model.

Before installing, uninstall any previous release, then restart Blender.

Installation

Windows/Mac/Linux (CPU)

This version is slow, but supports more devices. If you meet the requirements, the GPU version is recommended.

Requirements

Steps

  • Download meshgen-cpu.zip in Assets below
  • In Blender, go to Edit -> Preferences -> Add-ons -> Click the arrow in the top right then Install from Disk
  • Choose meshgen-cpu.zip
  • In addon preferences, click Download Required Models

Windows/Linux (NVIDIA GPU)

This version is much faster, but requires a high-end NVIDIA GPU.

Requirements

Steps

  • Download meshgen-cuda.zip in Assets below
  • In Blender, go to Edit -> Preferences -> Add-ons -> Click arrow in the top right then Install from Disk
  • Choose meshgen-cuda.zip
  • In addon preferences, click Download Required Models

Usage

  • Press N -> MeshGen (or View -> Sidebar -> Select the MeshGen tab)
  • Click Load Generator (this will take a while)
  • Enter a prompt, for example: Create a 3D obj file using the following description: a desk
  • Click Generate Mesh

Troubleshooting

  • Find errors in the console:
    • Windows: In Blender, go to Window -> Toggle System Console
    • Mac/Linux: Launch Blender from the terminal
  • Report errors in Issues

v0.1.0

27 Nov 20:18

Choose a tag to compare

This initial release contains a minimal integration of LLaMa-Mesh in Blender.

Installation

Windows/Linux

Requirements

Steps

  • Download meshgen-win-linux-cuda.7z in Assets below
  • Right click -> Show more options -> 7-Zip -> Extract Here to extract the meshgen.zip file
  • In Blender, go to Edit -> Preferences -> Add-ons -> Click arrow in the top right then Install from Disk
  • Choose meshgen.zip

Mac (untested)

Requirements

Steps

  • Download meshgen-macos-arm.zip in Assets below
  • Extract the contained meshgen.zip file
  • In Blender, go to Edit -> Preferences -> Add-ons -> Click arrow in the top right then Install from Disk
  • Choose meshgen.zip

Setup

  • In MeshGen addon preferences, click Download Required Models
  • If set up correctly, addon preferences should display the message `Ready to generate. Press 'N' -> MeshGen to get started.'

Usage

  • Press N -> MeshGen
  • Click Load Generator (this will take a while)
  • Enter a prompt, for example: Create a 3D obj file using the following description: a desk
  • Click Generate Mesh

Troubleshooting

  • Find errors in the console:
    • Windows: In Blender, go to Window -> Toggle System Console
    • Mac/Linux: Launch Blender from the terminal
  • Report errors in Issues