Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem when exporting a kart #24

Open
teslatuxel opened this issue Dec 20, 2023 · 0 comments
Open

Problem when exporting a kart #24

teslatuxel opened this issue Dec 20, 2023 · 0 comments

Comments

@teslatuxel
Copy link

Traceback (most recent call last):
File "C:\Users\awab1\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\io_antarctica_scene\stk_kart.py", line 500, in execute
savescene_callback(self, context, os.path.dirname(self.filepath))
File "C:\Users\awab1\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\io_antarctica_scene\stk_kart.py", line 448, in savescene_callback
exportKart(self, sPath)
File "C:\Users\awab1\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\io_antarctica_scene\stk_kart.py", line 417, in exportKart
static_mesh_frame = straight_frame)
File "C:\Users\awab1\OneDrive\Documents\Desktop\SuperTuxKart\blender-2.83.20-windows-x64\2.83\scripts\modules\bpy\ops.py", line 201, in call
ret = op_call(self.idname_py(), None, kw)
RuntimeError: Error: Traceback (most recent call last):
File "C:\Users\awab1\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\io_scene_spm_init_.py", line 115, in execute
export_spm.writeSPMFile(self.filepath, spm_parameters)
File "C:\Users\awab1\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\io_scene_spm\export_spm.py", line 772, in writeSPMFile
export_vcolor, arm_count != 0, need_export_tangent)
File "C:\Users\awab1\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\io_scene_spm\export_spm.py", line 376, in writeVertex
tmp_buf += writeHalfFloat(self.m_all_uvs[1])
File "C:\Users\awab1\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\io_scene_spm\export_spm.py", line 54, in writeHalfFloat
return struct.pack("<e", float32)
OverflowError: float too large to pack with e format

location: C:\Users\awab1\OneDrive\Documents\Desktop\SuperTuxKart\blender-2.83.20-windows-x64\2.83\scripts\modules\bpy\ops.py:201

location: :-1

bpy.context.space_data.recent_folders_active = 0
Could not find markers left/straight/right in frames 1 to 250, steering animations may not work.
Could not find markers for win/lose animations in frames 1 to 250, win/lose animations may not work.
Traceback (most recent call last):
File "C:\Users\awab1\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\io_antarctica_scene\stk_kart.py", line 500, in execute
savescene_callback(self, context, os.path.dirname(self.filepath))
File "C:\Users\awab1\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\io_antarctica_scene\stk_kart.py", line 448, in savescene_callback
exportKart(self, sPath)
File "C:\Users\awab1\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\io_antarctica_scene\stk_kart.py", line 417, in exportKart
static_mesh_frame = straight_frame)
File "C:\Users\awab1\OneDrive\Documents\Desktop\SuperTuxKart\blender-2.83.20-windows-x64\2.83\scripts\modules\bpy\ops.py", line 201, in call
ret = op_call(self.idname_py(), None, kw)
RuntimeError: Error: Traceback (most recent call last):
File "C:\Users\awab1\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\io_scene_spm_init_.py", line 115, in execute
export_spm.writeSPMFile(self.filepath, spm_parameters)
File "C:\Users\awab1\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\io_scene_spm\export_spm.py", line 772, in writeSPMFile
export_vcolor, arm_count != 0, need_export_tangent)
File "C:\Users\awab1\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\io_scene_spm\export_spm.py", line 376, in writeVertex
tmp_buf += writeHalfFloat(self.m_all_uvs[1])
File "C:\Users\awab1\AppData\Roaming\Blender Foundation\Blender\2.83\scripts\addons\io_scene_spm\export_spm.py", line 54, in writeHalfFloat
return struct.pack("<e", float32)
OverflowError: float too large to pack with e format

location: C:\Users\awab1\OneDrive\Documents\Desktop\SuperTuxKart\blender-2.83.20-windows-x64\2.83\scripts\modules\bpy\ops.py:201

location: :-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant