flybywiresim / msfs2blender2msfs

Fork of the official Blender glTF 2.0 importer and exporter designed for MSFS 2020
Apache License 2.0
43 stars 9 forks source link

Traceback errors on export #6

Open ozpolonski opened 2 years ago

ozpolonski commented 2 years ago

Describe the bug A clear and concise description of what the bug is. Trying to export a modified Asobo aircraft is giving me traceback errors:

Greenshot(002986)-20211122

I've recently reinstalled Blender 2.92 with Windows 10, no other MSFS stuff active (getting activation issues with MSFSToolkit too). I deleted Blender originally due to this issue too, hoping it would resolve on reinstall.

To Reproduce Steps to reproduce the behavior: As always:

  1. Select all items to export
  2. choose Export Greenshot(002989)-20211122
  3. Select the file to export
  4. Get the error posted above

Expected behavior As always, a black loading square would appear, and the .gltf and .bin files would be created.

Screenshots If applicable, add screenshots to help explain your problem. Embedded above

.blend file/ .gltf If applicable, a zipped folder containing a .blend file for exporter issues and a .gltf file for importer issues. Please take care to include all resources, such as textures in the .zip file.

Version

Additional context Add any other context about the problem here.

DevDigitalOfficial commented 2 years ago

im getting the same Error

pepperoni505 commented 2 years ago

Can you show your addon settings?

DevDigitalOfficial commented 2 years ago

Can you show your addon settings? Blender File View 2_11_2022 6_01_05 PM

pepperoni505 commented 2 years ago

I meant in Preferences -> Add-ons

DevDigitalOfficial commented 2 years ago

Blender Preferences 2_11_2022 6_05_14 PM This?

I meant in Preferences -> Add-ons

pepperoni505 commented 2 years ago

Yeah, that looks right. Are you sure your texconv.exe is still at that location? The error message is hard for me to replicate.

DevDigitalOfficial commented 2 years ago

Yeah, that looks right. Are you sure your texconv.exe is still at that location? The error message is hard for me to replicate.

yes it is, It only happens when I try to export it for some reason.

DevDigitalOfficial commented 2 years ago

Blender Info Log 2_11_2022 6_22_45 PM Now im getting this errror

pepperoni505 commented 2 years ago

One of your meshes has a very high number of vertices. The exporter is trying to split the mesh into separate primitives, however, there are cases where it is unable to, such as yours. You're going to need to locate any large meshes and either reduce the vert count or split them.

DevDigitalOfficial commented 2 years ago

One of your meshes has a very high number of vertices. The exporter is trying to split the mesh into separate primitives, however, there are cases where it is unable to, such as yours. You're going to need to locate any large meshes and either reduce the vert count or split them.

Alright ill give that a try