Skip to content

hannah-computer/blender-mesh-attribute-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Blender extension that adds two new commands to the mesh editor:

  • Mesh > Show Attributes

    Displays values for the currently selected vertex, edge or face mesh attribute as text in the 3D view (limited to 100 values to avoid crashing with large meshes).

  • Mesh > Batch Set Attributes

    An enhanced version of Mesh > Set Attribute which allows setting multiple mesh attributes for the selection at once, instead of only the current attribute.

And two new commands to object mode:

  • Object > Rename Attribute

    Rename an attribute on the selected meshes, preserving data.

  • Object > Edit Mesh Attribute Schema

    Copy attribute definitions from/to all selected meshes, or bulk-delete attributes.

I've found this quite useful when using meshes with many custom attributes as inputs for geometry nodes.

About

mesh_attribute_utils extension for blender

Resources

Stars

Watchers

Forks