- Messages
- 54
- Country
My biggest issue is that I'm getting no texture
Did you put a check mark in "Batch export lods"? I have found that if I leave this unchecked, then both textures and the bin file are exported
Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.
By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.
My biggest issue is that I'm getting no texture
The only thing I notice is that the filename is not a proper png, since the extension is .003. Not sure if this is causing it, but it might be worthwhile to start there.
Have you set up your LODs according to the documentation? The batch LOD export only works if you have collections with specific names, and those collections should contain the different models for different LODs.i would like let you know that when exporting with 'batch export lods' selected no gltf files are generated for some reasons.
It's strange that no one else noticed this before, but yes... there's a link missing from the detail mix node to the bsdf.... I will fix it in an update. In the meantime, you need to make this link manually:
Hi guys, first of all thank you very much for the exporter plugin! This might be a noob question, but I wonder how we can add the night texture? I cannot see an input of it in the texture maps or I might be missing something. Thank you![]()
Hey thanks a lot! That makes sense. I'm from X-Plane
Anyone getting this error while exporting?
Traceback (most recent call last):
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\MSFSToolkit\exporter\__init__.py", line 565, in execute
return gltf2_blender_export.save_ext_gltf(context, export_settings)
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\MSFSToolkit\exporter\exp\gltf2_blender_export.py", line 57, in save_ext_gltf
json, buffer = __export_ext_gltf(export_settings)
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\MSFSToolkit\exporter\exp\gltf2_blender_export.py", line 80, in __export_ext_gltf
__gather_ext_gltf(exporter, export_settings)
File "C:\Users\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\MSFSToolkit\exporter\exp\gltf2_blender_export.py", line 92, in __gather_ext_gltf
export_user_extensions('gather_gltf_hook', export_settings, plan)
File "C:\Program Files\Blender Foundation\Blender 2.82\2.82\scripts\addons\io_scene_gltf2\io\exp\gltf2_io_user_extensions.py", line 16, in export_user_extensions
if gltf2_object.extensions is None:
AttributeError: 'dict' object has no attribute 'extensions'
location: <unknown location>:-1
Traceback (most recent call last):
File "C:\Users\pilot\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\MSFSToolkit\extensions\ext_master.py", line 42, in poll
return operator.bl_idname == "EXPORT_SCENE_OT_ext_gltf"
AttributeError: 'NoneType' object has no attribute 'bl_idname'
location: <unknown location>:-1