SamSuka
Trace
Trace

gumroad


Edge Pixel Extension [Blender Addon]

A python file that is the addon

This addon is to add a panel to the image editor in blender that allows the ability to extend edge pixels.

This effect is useful to things such as textures, where seams on textures can become visible from a distance on a model if the part of the texture under the UV map does not exceed the size of the UV island by enough pixels. A similar feature to this addon is built into substance painter (probably better than my implementation), but I wanted to be able to do it in blender using the image editor. This addon works by simply finding nearby transparent pixels and setting their color to be the average of the non-transparent pixels around them and repeating.


Usage:

Notes:

Install Guide:

  1. Download the file
  2. Go to Edit->Preferences->Add-ons then press the "Install from disk" button hidden in the arrow drop down menu in the top right
  3. Select the python file downloaded earlier
  4. Hit the install button (should be called "Extend Edge Pixels" once installed)
ExtendEdgePixelsAddon.py


Edge Pixel Extension [Blender Addon]

More Creators