Gvgeo / Pivot-Painter-for-Blender

Pivot Painter is a Blender addon to create a 3d model, that will use the Pivot Painter Tool's shaders in Unreal Engine 4
GNU General Public License v3.0
154 stars 29 forks source link

Error Message: RGBA Not Found #6

Open kyleyoungblom opened 2 years ago

kyleyoungblom commented 2 years ago

I'm getting an error when I hit "create textures":

bpy_struct: item.attr = val: enum "RGBA" not found in ('BW', 'RGB')

Gvgeo commented 2 years ago

I tried to replicate with PivotPainter.blend file, and search the code for any possible mistake, but I was unable to find any error.

It sounds like the wrong image format is selected (eg. BMP instead of openEXR). But the addon should select automatically the correct one, user cannot change it. Maybe openexr support is missing?

More info(options selected, system info etc) would help. I assume that "Save Textures to folder" option was enabled, but there are dozens more options that could somehow break it.