Aetheris743 / Blender-PBR-Texture-Exporter

A Blender PBR Material Texture and Object Exporter
MIT License
24 stars 7 forks source link
baking baking-textures blender blender-addon blender-exporter blender-pbr-texture blender-plugin exporter materials pbr pbr-exporter texture-maps

Blender 2.8+ Object Exporter

This plugin is designed to improve the export process from blender to any external software by automaticly baking standard PBR texture maps, meshes, and other maps that are useful for texturing.

How to install this plugin

To install this plugin download PBR_Exporter.py, install it from the Add-ons panel in blender's preferences, and enable it.

How to use this plugin

First, Select the objects you want to export the textures of.

Select the options you want in the export panel. (In render properties)

image

Export Options

Exporting

Then, if you want to see the progress open the console (Window > Toggle Console), and click the Export Maps button. This will take a while. Blender will momentarily freeze while it is baking textures.

After it finishes you will have an your objects export somthing like this

Blend-file Name
├───Object_1
│       Object_1.fbx
│       Object_1_Albedo.png
│       Object_1_AO.png
│       Object_1_Custom.png
│       Object_1_Emission.png
│       ...
├───Object_2
│       Object_2.fbx
│       Object_2_Albedo.png
│       Object_2_AO.png
│       Object_2_Custom.png
│       Object_2_Emission.png
│       ...
├─ etc...

or this depending on your settings.

Blend-file Name
    Object_1_Albedo.png
    Object_1_AO.png
    Object_1_Custom.png
    Object_1_Metalness.png
    Object_1_Normal.png
    Object_1_Roughness.png
    Object_2_Albedo.png
    Object_2_AO.png
    Object_2_Custom.png
    ...
    Blend-file Name.fbx