You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed the latest 4.1 version of blender and the latest release of A3 Blender Tools
Here is my error log:
Python: Traceback (most recent call last): File "C:\Users\alexa\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\ArmaToolbox\..\ArmaToolbox\MDLexporter.py", line 944, in execute #try: File "C:\Users\alexa\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\ArmaToolbox\..\ArmaToolbox\MDLexporter.py", line 713, in exportMDL if len(objects) == 0: File "C:\Users\alexa\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\ArmaToolbox\..\ArmaToolbox\MDLexporter.py", line 811, in exportObjectListAsMDL newTmpObj.select_set(True) File "C:\Users\alexa\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\ArmaToolbox\..\ArmaToolbox\MDLexporter.py", line 677, in exportLodLevelWithModifiers possiblyRenumberComponents(tmpObj) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\alexa\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\ArmaToolbox\..\ArmaToolbox\MDLexporter.py", line 499, in export_lod #normalOffsetInFile = filePtr.tell(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\alexa\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\ArmaToolbox\..\ArmaToolbox\MDLexporter.py", line 153, in writeNormals if (4,1,0) > bpy.app.version: ^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Mesh' object has no attribute 'calc_normals_split'
The text was updated successfully, but these errors were encountered:
Having an issue while exporting my model to P3D
I've installed the latest 4.1 version of blender and the latest release of A3 Blender Tools
Here is my error log:
Python: Traceback (most recent call last): File "C:\Users\alexa\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\ArmaToolbox\..\ArmaToolbox\MDLexporter.py", line 944, in execute #try: File "C:\Users\alexa\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\ArmaToolbox\..\ArmaToolbox\MDLexporter.py", line 713, in exportMDL if len(objects) == 0: File "C:\Users\alexa\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\ArmaToolbox\..\ArmaToolbox\MDLexporter.py", line 811, in exportObjectListAsMDL newTmpObj.select_set(True) File "C:\Users\alexa\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\ArmaToolbox\..\ArmaToolbox\MDLexporter.py", line 677, in exportLodLevelWithModifiers possiblyRenumberComponents(tmpObj) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\alexa\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\ArmaToolbox\..\ArmaToolbox\MDLexporter.py", line 499, in export_lod #normalOffsetInFile = filePtr.tell(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\alexa\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\ArmaToolbox\..\ArmaToolbox\MDLexporter.py", line 153, in writeNormals if (4,1,0) > bpy.app.version: ^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Mesh' object has no attribute 'calc_normals_split'
The text was updated successfully, but these errors were encountered: