FBX Export: Tidy up after numpy patches #104471

Merged
Bastien Montagne merged 1 commits from Mysteryem/blender-addons:fbx_numpy_tidyup_pr into main 2023-03-13 12:27:38 +01:00
Member

Remove functions and imports that are now unused due to the previous numpy patches
Replace commented out code still using the array import with numpy equivalents
Reuse t_lvi array in UVs and Vertex Colors export
Remove trailing whitespace left in by another patch

This patch makes no changes to exported files


Aside from the comment and trailing whitespace changes, these are changes that couldn't be made in the previous individual patches while maintaining their independence from one another.

Remove functions and imports that are now unused due to the previous numpy patches Replace commented out code still using the array import with numpy equivalents Reuse t_lvi array in UVs and Vertex Colors export Remove trailing whitespace left in by another patch This patch makes no changes to exported files ----- Aside from the comment and trailing whitespace changes, these are changes that couldn't be made in the previous individual patches while maintaining their independence from one another.
Thomas Barlow requested review from Bastien Montagne 2023-03-09 06:21:06 +01:00
Bastien Montagne approved these changes 2023-03-13 11:17:50 +01:00
Bastien Montagne left a comment
Owner

LGTM, thanks.

LGTM, thanks.
Bastien Montagne force-pushed fbx_numpy_tidyup_pr from 2e86a9e42c to 6eb52267e4 2023-03-13 11:18:02 +01:00 Compare
Bastien Montagne merged commit 6eb52267e4 into main 2023-03-13 12:27:38 +01:00
Bastien Montagne deleted branch fbx_numpy_tidyup_pr 2023-03-13 12:27:39 +01: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#104471
No description provided.