material-maker icon indicating copy to clipboard operation
material-maker copied to clipboard

How to export PNGs only (without .mat, .tres or anything else)

Open kodra-dev opened this issue 1 year ago • 3 comments

Feature/enhancement description:

I just want to export the result of a single Export node to a single PNG file. I don't want to export a Godot, Unity, Blender, or any other software's material format. How could I do this?

kodra-dev avatar May 23 '23 17:05 kodra-dev

You could create your own export target, or use the 2D preview panel to export (which is the simplest way to export a single image).

RodZill4 avatar May 23 '23 19:05 RodZill4

use the 2D preview panel to export

I see.

You could create your own export target

Sorry, I don't get it. What's an export target and how to create my own one?

kodra-dev avatar May 23 '23 20:05 kodra-dev

@kodra-dev I had the same need, i just discovered: Right click the "Static PBR Material" output node, there's an option: "Edit export targets"

EduardoLemos567 avatar Sep 07 '23 19:09 EduardoLemos567