EdyJ / blender-to-unity-fbx-exporter

FBX exporter addon for Blender compatible with Unity's coordinate and scaling system.
MIT License
1.01k stars 105 forks source link

The FBX file is not saved #49

Closed cptfrosty closed 2 weeks ago

cptfrosty commented 4 months ago

I'm trying to do everything according to the tutorial. This error is displayed in the console. The file is not saved.

Logs: "Preparing 3D model for Unity... Converting to meshes: [bpy.data.objects['Cube'], bpy.data.objects['Cube.002'], bpy.data.objects['Cylinder'], bpy.data.objects['Cylinder.001'], bpy.data.objects['Cylinder.002'], bpy.data.objects['Cube.009'], bpy.data.objects['Cube.011'], bpy.data.objects['Cube.007'], bpy.data.objects['Cylinder.004'], bpy.data.objects['Cylinder.005'], bpy.data.objects['Cylinder.006'], bpy.data.objects['Cylinder.007'], bpy.data.objects['Cylinder.008'], bpy.data.objects['Cube.008'], bpy.data.objects['Cube.010'], bpy.data.objects['Cube.012'], bpy.data.objects['Cylinder.003'], bpy.data.objects['Cylinder.009'], bpy.data.objects['Cylinder.010'], bpy.data.objects['Cube.015'], bpy.data.objects['Cube.013']] Cube MESH Cube.002 MESH Cube.007 MESH Cube.008 MESH Cube.009 MESH Cube.010 MESH Cube.011 MESH Cube.012 MESH Cube.013 MESH Cube.015 MESH Cylinder MESH Cylinder.001 MESH Cylinder.002 MESH Cylinder.003 MESH Cylinder.004 MESH Cylinder.005 MESH Cylinder.006 MESH Cylinder.007 MESH Cylinder.008 MESH Cylinder.009 MESH Cylinder.010 MESH Invoking default FBX Exporter: {'filepath': 'C:\Users\cptfrosty\Desktop\Fiber Optic Cleaver.fbx', 'apply_scale_options': 'FBX_SCALE_UNITS', 'object_types': {'EMPTY', 'ARMATURE', 'MESH'}, 'use_active_collection': False, 'use_selection': False, 'use_armature_deform_only': False, 'add_leaf_bones': False, 'primary_bone_axis': 'Y', 'secondary_bone_axis': 'X', 'use_tspace': True, 'use_triangles': True} Converting py args to operator properties: : keyword "use_triangles" unrecognized File not saved."

EdyJ commented 4 months ago

Which Blender version?

cptfrosty commented 4 months ago

Which Blender version?

2.92.0

EdyJ commented 2 weeks ago

The recent updates require Blender 3.0 or higher. For Blender 2.x, use this version of the exporter:

https://github.com/EdyJ/blender-to-unity-fbx-exporter/tree/3dcd6339f28f42d682384f1e885b01f351beb878

I'll update the minimum version required in the current version of the add-on to prevent this issue. Thank you for reporting!