0xafbf / blender-datasmith-export

Blender addon to export UE4 Datasmith format
GNU General Public License v3.0
388 stars 49 forks source link

Error during Export #60

Open chamindu530 opened 1 year ago

chamindu530 commented 1 year ago

Python: Traceback (most recent call last): File "C:\Users\chami\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\blender-datasmith-export-master__init__.py", line 101, in execute return export_datasmith.save(context, **keywords) File "C:\Users\chami\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\blender-datasmith-export-master\export_datasmith.py", line 2458, in save collect_and_save(context, kwargs, basepath) File "C:\Users\chami\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\blender-datasmith-export-master\export_datasmith.py", line 2332, in collect_and_save environment = collect_environment(context.scene.world) File "C:\Users\chami\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\blender-datasmith-export-master\export_datasmith.py", line 2000, in collect_environment background_node = output.inputs['Surface'].links[0].from_node IndexError: tuple index out of range image

prasannapk213870 commented 9 months ago

image i have no idea what to do now ?

prasannapk213870 commented 9 months ago

Python: Traceback (most recent call last): File "C:\Users\chami\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\blender-datasmith-export-masterinit.py", line 101, in execute return export_datasmith.save(context, **keywords) File "C:\Users\chami\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\blender-datasmith-export-master\export_datasmith.py", line 2458, in save collect_and_save(context, kwargs, basepath) File "C:\Users\chami\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\blender-datasmith-export-master\export_datasmith.py", line 2332, in collect_and_save environment = collect_environment(context.scene.world) File "C:\Users\chami\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\blender-datasmith-export-master\export_datasmith.py", line 2000, in collect_environment background_node = output.inputs['Surface'].links[0].from_node IndexError: tuple index out of range image

hey! did you got any solution for that ?