mesh2img
mesh2img copied to clipboard
AL lib: (WW) alc_initconfig: Failed to initialize backend "pulse"
blender -b -P mesh2img.py -- --paths cube.stl --dimen sions 200 -i jpg
AL lib: (WW) alc_initconfig: Failed to initialize backend "pulse"
AL lib: (EE) UpdateDeviceParams: Failed to set 44100hz, got 48000hz instead
Traceback (most recent call last):
File "/srv/mesh2img/mesh2img.py", line 485, in
Blender quit
what this mean?
Hi, @godeye
If you go to Line 60 and replace that None
with two quotation marks back-to-back ""
does that fix it?
Change it from
def __init__(self, paths=None, dimensions=None, material=None, image_format=None, verbose=False,
...
To
def __init__(self, paths=None, dimensions=None, material="", image_format=None, verbose=False,
...
If you could confirm that fixes it, I will make the changes to this repo.
Thanks!
hello , I change the script as above. But it also has the same mistake.
same error