
Thank you that did work sorry for the late reply.Batty wrote:You need to triangulate all the faces. You will notice after that error that bitcpy's script selects/highlights the n-gons that need to be triangulated.
In edit mode with those faces selected (or all faces), do Mesh -> Faces -> Triangulate Faces.
Code: Select all
line 3647, in execute
load_model(self.filepath,file_offset, context)
line 3528, in load_model
load_binary_model(file_object, context)
line 2318, in load_binary_model
build_model(model)
line 2728, in build_model
parent_ob = bpy.data.objects[parent_name]
KeyError: 'bpy_prop_collection[key]: key "pressure plate" not found'
location: <unknown location>:-1
Code: Select all
parent_ob = bpy.data.objects.get(parent_name, game_matrix_ob)