Skip to content

Blender addon - Convenience tool for importing PBR materials with UDIM support

License

Notifications You must be signed in to change notification settings

prof-kerfuffle/kput

Repository files navigation

KPUT - PBR UDIM Tool

A convenience tool that automates the creation of materials from texture maps, with UDIM support.

Example exporting two UDIM based materials from Substance Painter to Blender:

Substance_to_blender_example

Download zip

Naming Guidelines

For the import to work, use the following naming convention, and use under-scores, instead of spaces:

MATERIAL-NAME_MAP-TYPE

Examples:

Skin_Roughness.png
Skin_Opacity.png

For UDIM textures, make sure they end with a tile number of the kind:

Examples:

Skin_Roughness_1001.png
Skin_Opacity_1003.png

Good to know

In order for Blender to recognize UDIM textures, it seems that currently (2.9) there has to be a 1001 tile present. To deal with this, the addon will create blank 1001 textures if one isn't found. You can disable this in the Advanced options section, if preferred.

Current Limitations

Currently only supports map types:

Base_Color (albedo, diffuse)
Roughness
Metallic
Height
Normal
Emissive
Opacity

About

Blender addon - Convenience tool for importing PBR materials with UDIM support

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages