F747fly
Resource contributor
- Messages
- 1,713
- Country

Hi t
here,
I just tried to export my blender made model to .x and received the following error, which I through some googling already found is python error:
Traceback (most recent call last):
File "...\Blender\2.73\scripts\addons\io_scene_fsx\__init__.py", line 138, in execute
Exporter = export_fsx.FSXExporter(self, context)
File "...\Blender\2.73\scripts\addons\io_scene_fsx\export_fsx.py", line 164, in __init__
AnimationGenerators = self._GatherAnimationGenerators()
File "...\Blender\2.73\scripts\addons\io_scene_fsx\export_fsx.py", line 721, in __GatherAnimationGenerators
None, Object, self.modeldefTree))
File "...\Blender\2.73\scripts\addons\io_scene_fsx\export_fsx.py", line 1739, iin _GenerateKeys
for fcu in FCurves:
TypeError: 'NoneType' object is not iterable\
location: (unknown location): -1
location: (unknown location): -1
Anyone know how to solve this?
here,
I just tried to export my blender made model to .x and received the following error, which I through some googling already found is python error:
Traceback (most recent call last):
File "...\Blender\2.73\scripts\addons\io_scene_fsx\__init__.py", line 138, in execute
Exporter = export_fsx.FSXExporter(self, context)
File "...\Blender\2.73\scripts\addons\io_scene_fsx\export_fsx.py", line 164, in __init__
AnimationGenerators = self._GatherAnimationGenerators()
File "...\Blender\2.73\scripts\addons\io_scene_fsx\export_fsx.py", line 721, in __GatherAnimationGenerators
None, Object, self.modeldefTree))
File "...\Blender\2.73\scripts\addons\io_scene_fsx\export_fsx.py", line 1739, iin _GenerateKeys
for fcu in FCurves:
TypeError: 'NoneType' object is not iterable\
location: (unknown location): -1
location: (unknown location): -1
Anyone know how to solve this?


I'll switch to the latest version of Blender and report.