Home › Forums › General Questions › Export Error Causing Black Background on Model, Any Ideas?
- This topic has 3 replies, 2 voices, and was last updated 5 years, 8 months ago by Yuri Kovelenov.
-
AuthorPosts
-
2019-03-26 at 4:57 pm #13289Luke224Participant
INFO: Starting glTF 2.0 export
PROFILE: Delta time: 0.0 (asset)
…
PROFILE: Delta time: 0.0 (scene)
INFO: Compressing file: C:\Users\Luke\Desktop\Blender\verge3d\applications\pushbutton 120x220x90\pushbutton-120x220x90.gltf
INFO: Compressing file: C:\Users\Luke\Desktop\Blender\verge3d\applications\pushbutton 120x220x90\pushbutton-120x220x90.bin
Traceback (most recent call last):
File “C:\Users\Luke\Desktop\Blender\verge3d\addons\verge3d\__init__.py”, line 238, in execute
return gltf2_export.save(self, context, export_settings)
File “C:\Users\Luke\Desktop\Blender\verge3d\addons\verge3d\gltf2_export.py”, line 145, in save
compressLZMA(export_settings[‘gltf_filedirectory’] + export_settings[‘gltf_binaryfilename’], export_settings)
File “C:\Users\Luke\Desktop\Blender\verge3d\addons\verge3d\gltf2_export.py”, line 89, in compressLZMA
conn.request(‘POST’, ‘/storage/lzma/’, body=fin, headers=headers)
File “C:\Program Files\Blender Foundation\Blender\2.79\python\lib\http\client.py”, line 1107, in request
self._send_request(method, url, body, headers)
File “C:\Program Files\Blender Foundation\Blender\2.79\python\lib\http\client.py”, line 1152, in _send_request
self.endheaders(body)
File “C:\Program Files\Blender Foundation\Blender\2.79\python\lib\http\client.py”, line 1103, in endheaders
self._send_output(message_body)
File “C:\Program Files\Blender Foundation\Blender\2.79\python\lib\http\client.py”, line 936, in _send_output
self.send(message_body)
File “C:\Program Files\Blender Foundation\Blender\2.79\python\lib\http\client.py”, line 905, in send
self.sock.sendall(datablock)
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote hostlocation: <unknown location>:-1
location: <unknown location>:-1
2019-03-27 at 6:49 am #13297Yuri KovelenovStaff2019-03-28 at 10:11 am #13353Luke224ParticipantFigured it out, my model is quite large over 2.4million verts, 4 million Tris. The gtlf file was completing but when it got to the bin file it was timing out. Black screen was caused by me using 7zip to compress the bin file and not the gtlf file so i turned off compression in blender and manually compress and black background is gone.
2019-03-28 at 2:07 pm #13363Yuri KovelenovStaff -
AuthorPosts
- You must be logged in to reply to this topic.