aclysma / rendering-demo-scenes

Scripts to import data into blender for use with testing/benchmarking renderers
12 stars 1 forks source link

Can't import bistro scene due to missing `Non-Color` color space #1

Closed jakobhellermann closed 2 years ago

jakobhellermann commented 2 years ago

Following bistro.md I get the following error in import_fbx.load:

TypeError: bpy_struct: item.attr = val: enum "Non-Color" not found in ('Linear', 'sRGB')

I'm using Blender 2.93.3.

Do you know what might be the problem here?

jakobhellermann commented 2 years ago

My blender UI only shows these two color spaces as well

grafik

while other people seem to have more options.

grafik

aclysma commented 2 years ago

I'm on blender 2.93.5. Is it possible it's a limitation of exr textures?

jakobhellermann commented 2 years ago

I just imported a random sample exr texture to see the options.

jakobhellermann commented 2 years ago

I just reinstalled blender (3.0.0 now) and got further but it still crashed:

ERROR (bke.bpath): source/blender/blenkernel/intern/bpath.c:230 BKE_bpath_relative_convert: basedir='', this is a bug
Info: Saved "bistro.blend"
Info: Saved "bistro.blend"

Blender quit

I'll try again with a freshly installed 2.93.

jakobhellermann commented 2 years ago

Same error in 2.93, but the bistro.blend file is still generated so I suppose it's no problem.