don1138 / blender-itp

Blender Add-On To Change Properties on One or More Image Texture Nodes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blender ITP (Image Texture Properties)

Set Image Texture Properties on Multiple Nodes

Blender ITP

Installation

Download the latest ZIP from Releases, or node_image_texture_properties.py from repository, and install addon.

Usage

This addon creates a panel named Image Texture Properties under Shader Editor > Sidebar > Node.

Select one or more Image Textures and the panel looks like this:

Blender ITP Active

If projection is set to BOX, a Blend Value field appears:

Blender ITP Active Box Blend

If no Image Texture is selected, the panel shows an empty state:

Blender ITP Null

Backstory

I was working on a PBR with six image textures, and had to change the Projection to BOX six times. (Because it had slipped my mind that I could simply hold the Control key to copy changes across all selected nodes. 🤔)

The existing Properties panel will set things like Color Mode for all selected images, but doesn't include the full set of properties listed on the node itself.

Deciding that such tyranny will not stand on my watch, I made a quick extension that sets the outstanding properties of all selected Image Textures with one click.

Because that's what heroes do. (Instead of simply holding the Control key to copy changes across all selected nodes. 🙄)



GitHub latest commit GitHub repo size Github all releases
Repobeats analytics image

About

Blender Add-On To Change Properties on One or More Image Texture Nodes

License:GNU General Public License v3.0


Languages

Language:Python 100.0%