Revert "FBX Export: Fix export of meshes with polygons in different order to loops" #104566

Merged
Bastien Montagne merged 1 commits from Mysteryem/blender-addons:revert_loop_order_fix_pr into main 2023-04-28 19:28:13 +02:00
Member

Polygons are always stored in the same order as their loops as of
7966cd16d6
so this commit to handle the case where polygons and loops are in
different order is no longer necessary.

This reverts commit 4140febae1.

Polygons are always stored in the same order as their loops as of https://projects.blender.org/blender/blender/commit/7966cd16d6dc4e66d01f7bd68a090107c1a7978c so this commit to handle the case where polygons and loops are in different order is no longer necessary. This reverts commit 4140febae1a399ec492ecd6f2d624d07d594fe84.
Thomas Barlow added 1 commit 2023-04-24 07:27:07 +02:00
ad92955195 Revert "FBX Export: Fix export of meshes with polygons in different order to loops"
Polygons are always stored in the same order as their loops as of
7966cd16d6
so this commit to handle the case where polygons and loops are in
different order is no longer necessary.

This reverts commit 4140febae1.
Thomas Barlow requested review from Bastien Montagne 2023-04-24 07:30:08 +02:00
Bastien Montagne requested changes 2023-04-28 16:47:37 +02:00
Bastien Montagne left a comment
Owner

Nice that we can get rid of this extra level of complexity here!

But the minimum Blender version for the add-on should be upgraded to 3.6 then.

Nice that we can get rid of this extra level of complexity here! But the minimum Blender version for the add-on should be upgraded to 3.6 then.
Author
Member

Going by the __init__.py, isn't the minimum Blender version for the addon already 3.6?

Going by the `__init__.py`, isn't the minimum Blender version for the addon already 3.6?

Oh eh, yes, you are right! Think I was the one who changed it some weeks ago actually.

Oh eh, yes, you are right! Think I was the one who changed it some weeks ago actually.
Bastien Montagne approved these changes 2023-04-28 19:27:35 +02:00
Bastien Montagne merged commit dabb7306ba into main 2023-04-28 19:28:13 +02:00
Bastien Montagne deleted branch revert_loop_order_fix_pr 2023-04-28 19:28:13 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#104566
No description provided.