A plugin for blender to quickly bake id maps from different source, f.E. Material Indecies
Find a file
2024-02-02 20:51:59 +01:00
build fixes imports 2024-02-02 20:51:48 +01:00
docu Update features.md 2024-02-02 10:36:55 +01:00
src fixes imports 2024-02-02 20:51:48 +01:00
.gitignore first commit 2024-01-29 21:11:49 +01:00
.version adds build code 2024-01-29 21:57:05 +01:00
README.md adds documentation 2024-02-02 10:32:47 +01:00

Blender - ID Mask Tools

A set of tools to quickly create ID masks for meshes.

What is this?

For usage in specific programs like Substance Painter, its useful to create a mask for specific parts for your mesh, so you can easily make out parts of the mesh, to f.E. apply a mterial. You can specify colors in color attributes that define "IDs" for specific parts of the mesh, which you can then use in different programs.

Currently this workflow requires you to assign them tediously by using a mixture of Edit Mode and Vertex Paint to paint the mesh correctly.

This plugin tries to fix that, by providing proper tools for it. The most important is probably the ID Mask Editor, that allows you to quickly add IDs to faces all within the Edit Mode.

Installation

  1. Download the newest file from the releases tab.
  2. Go to your blender preferences
  3. In Add-Ons, click on the "Install..." button and navigate to the downloaded file.
  4. After selecting it, just enable it and done.

Usage

Check out the Features page to find more specific information about the usage of each feature.