A Blender addon for generating meshes with AI.
This initial release contains a minimal integration of LLaMa-Mesh in Blender.
Go to the Latest Release page for a download link and installation instructions.
- In
MeshGen
addon preferences, clickDownload Required Models
- If set up correctly, addon preferences should display the message `Ready to generate. Press 'N' -> MeshGen to get started.'
- Press
N
->MeshGen
(orView
->Sidebar
-> Select theMeshGen
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
- ModuleNotFoundError when loading generator:
- Go to Scripting and give the following command in the Python Interactive Console to get the path to your modules folder
>>> bpy.utils.user_resource("SCRIPTS", path="modules")
- Install missing modules by specifying target using pip. For example installing PyTorch in Windows with cuda 12.1:
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121 --target=<path-to-your-modules-folder>
- Go to Scripting and give the following command in the Python Interactive Console to get the path to your modules folder
- Find errors in the console:
- Windows: In Blender, go to
Window
->Toggle System Console
- Mac/Linux: Launch Blender from the terminal
- Windows: In Blender, go to
- Report errors in Issues