Material and Image Remap [Cleaner for Blender]
$0+
$0+
https://schema.org/InStock
usd
iva kereselidze
This Blender addon is designed to simplify the process of remapping materials and images in a Blender project. The primary function of the addon is to remap materials and images based on their corresponding names without suffixes.
-
MaterialRemapOperator: This is an operator (a custom command) that handles the remapping of materials. When executed, it iterates through all the materials in the Blender project. For each material, it extracts the name without any suffix (everything after a dot). If a material's name without a suffix matches a name already stored in a dictionary, the operator remaps the material slots on objects to use the corresponding material from the dictionary. The operation's success is reported in the Blender UI using the
self.report()
function. -
ImageRemapOperator: Similar to the
MaterialRemapOperator
, this operator handles the remapping of images used in materials. It iterates through all the images in the project and extracts the image name without any suffix. If a name matches an entry in the dictionary, the operator remaps the texture nodes in material node trees to use the corresponding image from the dictionary.
T panel
This addon
Size
4 KB
Add to wishlist