Skip to content

v0.1.0

Compare
Choose a tag to compare
@dylanebert dylanebert released this 27 Nov 20:18
· 14 commits to main since this release

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