SculptMate is a Blender add-on that simplifies the process of generating meshes. It automates a significant part of the game development pipeline, allowing users to quickly create meshes from a single image.
- Generate meshes of objects and humans from a single image.
- Create background assets with ease allowing you more time to work on the important parts of your render.
- Automate a major part of the character generation pipeline by obtaining a base human mesh.
- Download the latest release zip file from the blue button name 'Code' on top of this page.
- In Blender, go to
Edit
>Preferences
>Add-Ons
. - Click on
Install
and select the downloaded zip file. - Enable the add-on by checking the checkbox next to its name.
- Inside the add-on in the preferences, you will have to install the required dependancies. You might have to start Blender with admin privileges for this step, depending on your Blender installation path.
- Open Blender and head to the Render Properties Tab.
- Scroll down to find the SculptMate Panel.
- If you have the dependencies installed, you can select an image of the character you'd like to generate a mesh of.
- Click on Generate.
Contributions are welcome! Feel free to fork the repository and submit pull requests with your improvements or bug fixes.
This project utilizes the following third-party libraries:
- Library: TripoSR - A state-of-the-art open-source model for fast feedforward 3D reconstruction.
- Author: Tripo AI and Stability AI
- Year: 2024
If you are experiencing trouble getting SculptMate running, check Blender's system console (in the top left under the "Window" dropdown next to "File" and "Edit") for any error messages. Then search in the issues list with your error message and symptoms.
Note On macOS there is no option to open the system console. Instead, you can get logs by opening the app Terminal, entering the command
/Applications/Blender.app/Contents/MacOS/Blender
and pressing the Enter key. This will launch Blender and any error messages will show up in the Terminal app.
Features and feedback are also accepted on the issues page. If you have any issues that aren't listed, feel free to add them there!
The SculptMate Discord server also has a common issues list and a community of helpful people.