cats-blender-plugin icon indicating copy to clipboard operation
cats-blender-plugin copied to clipboard

Atlas Error

Open strawbnyeko opened this issue 2 years ago • 1 comments

Im having an issue to where I can't export my model because of an issue in the code.

Traceback (most recent call last): File "C:\Users\senne\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\material-combiner-addon-master\operators\combiner\combiner.py", line 29, in execute atlas = get_atlas(scn, self.structure, size) File "C:\Users\senne\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\material-combiner-addon-master\operators\combiner\combiner_ops.py", line 192, in get_atlas img.paste(get_gfx(scn, mat, i, i['gfx']['img']), (i['gfx']['fit']['x'] + int(scn.smc_gaps / 2), File "C:\Users\senne\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\material-combiner-addon-master\operators\combiner\combiner_ops.py", line 156, in get_gfx img = Image.open(src).convert('RGBA') File "C:\Users\senne\AppData\Roaming\Python\Python37\site-packages\PIL\Image.py", line 2944, in open "cannot identify image file %r" % (filename if filename else fp) PIL.UnidentifiedImageError: cannot identify image file 'C:\Users\senne\3D Objects\Ears&Tail\tex\body2.png'

location: :-1

strawbnyeko avatar May 09 '22 04:05 strawbnyeko

are you messing with material-combiner-addon, its not a cats issue. For some reason you've two addons that create atlas

LoveRenamon avatar May 20 '22 22:05 LoveRenamon