mesh2img
mesh2img copied to clipboard
AttributeError: 'NoneType' object has no attribute 'split'
cadtoimg/mesh2img$ blender -b -P mesh2img.py -- --paths /home/cadtoimg/bunny/data/bun180.ply --dimensions 200
Blender 2.90.1
Read prefs: /home/.config/blender/2.90/config/userpref.blend
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4528:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5007:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM default
AL lib: (EE) ALCplaybackAlsa_open: Could not open playback device 'default': No such file or directory
Traceback (most recent call last):
File "/home/cadtoimg/mesh2img/mesh2img.py", line 485, in
Did you find any solution for the problem?
Blender has changed since this package was written so you should update it before using it.
add "-m Material" argument: blender -b -P mesh2img.py -- --paths /home/cadtoimg/bunny/data/bun180.ply --dimensions 20 -m Material
@Hamza442004 I'm using your fork, and it seems to be working. It would help if you made a pull request.
@ByteDrummer Merged.