TxAce, on 07 January 2019 - 06:54 PM, said:
When I import the Catapult, I get this error. Any ideas?
bpy.context.space_data.recent_folders_active = 0
bpy.ops.object.editmode_toggle()
Traceback (most recent call last):
File "C:\Users\Cameron\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\Cryengine_Importer.py", line 1283, in execute
return import_mech(context, **keywords)
File "C:\Users\Cameron\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\Cryengine_Importer.py", line 1093, in import_mech
geometry = import_mech_geometry(cdffile, basedir, bodydir, mech)
File "C:\Users\Cameron\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\addons\Cryengine_Importer.py", line 872, in import_mech_geometry
bone_location = bpy.context.object.pose.bones[bonename].head
KeyError: 'bpy_prop_collection[key]: key "COCKPIT" not found'
location: <unknown location>:-1
bpy.context.area.type = 'INFO'
Here's what the result I get:
Any luck with this?