Hello,
I start in 3D modeling and I have a problem with the export in p3d on blender here is the error:
Traceback (most recent call last):
File "C:\Users\Charly\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\ArmaToolbox\__init__.py", line 223, in execute
exportMDL(self, filePtr, self.selectionOnly);
File "C:\Users\Charly\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\ArmaToolbox\..\ArmaToolbox\MDLexporter.py", line 511, in exportMDL
export_lod(filePtr, obj, wm, idx)
File "C:\Users\Charly\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\ArmaToolbox\..\ArmaToolbox\MDLexporter.py", line 423, in export_lod
writeFaces(filePtr, obj, mesh)
File "C:\Users\Charly\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\ArmaToolbox\..\ArmaToolbox\MDLexporter.py", line 112, in writeFaces
materialName, textureName = getMaterialInfo(face, obj)
File "C:\Users\Charly\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\ArmaToolbox\..\ArmaToolbox\MDLexporter.py", line 31, in getMaterialInfo
texType = material.armaMatProps.texType;
AttributeError: 'NoneType' object has no attribute 'armaMatProps'
location: <unknown location>:-1
Can anyone help me?