This Blender addon generates NOCS (Normalized Object Coordinate Space) materials for mesh objects, allowing you to visualize objects in normalized object space.
- Generate NOCS materials for individual objects.
- Automatically calculates bounding box dimensions for accurate normalization.
- Adds the generated material to the object with a vertex color map.
- Download the latest version of the addon (
nocs_material_generator.py
). - Open Blender and go to Edit > Preferences > Add-ons.
- Click Install..., select the downloaded file, and enable the addon.
- Access the addon in the Item Tab in the Sidebar under NOCS Material Generator.
- Select the object for which you want to generate a NOCS material.
- Open the Sidebar (N key) and go to the Item Tab.
- Find the NOCS Material Generator panel.
- Click Generate NOCS Material to apply the material to the selected object.
- Only works on objects of type
MESH
. - Adds a new vertex color map called
NOCS
to the object.
- Blender 2.82 or newer.