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 #39

Open MaxPuliero opened 3 years ago

MaxPuliero commented 3 years ago

I'm on windows10 / Blender 2.90

Traceback (most recent call last):
  File "C:\Users\idomp\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\blender-datasmith-export-master\__init__.py", line 101, in execute
    return export_datasmith.save(context, **keywords)
  File "C:\Users\idomp\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\blender-datasmith-export-master\export_datasmith.py", line 2434, in save
    collect_and_save(context, kwargs, basepath)
  File "C:\Users\idomp\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\blender-datasmith-export-master\export_datasmith.py", line 2308, in collect_and_save
    environment = collect_environment(context.scene.world)
  File "C:\Users\idomp\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\blender-datasmith-export-master\export_datasmith.py", line 1971, in collect_environment
    if not world.use_nodes:
AttributeError: 'NoneType' object has no attribute 'use_nodes'

location: <unknown location>:-1

thanks!