This patch adds an option to the FBX import menu that allows the user
to avoid importing duplicate UV map and color layers.
I used this Mixamo model for testing since it contains more than 8 UV maps and only two of the UV maps are unique.
Differential D14617
FBX Importer: add option to remove duplicate data Authored by Ethan Hall (Ethan1080) on Apr 11 2022, 1:25 PM.
Details
This patch adds an option to the FBX import menu that allows the user I used this Mixamo model for testing since it contains more than 8 UV maps and only two of the UV maps are unique.
Diff Detail
Event TimelineComment Actions Thanks for the patch, but it mixes new features and tweaks to (unrelated) existing UI messages, this is not acceptable. Please separate such unrelated changes into different patches. Further more, am not convinced we should add that extra code complexity here to fix (somewhat) invalid input data... @Campbell Barton (campbellbarton) , @Dalai Felinto (dfelinto), what do you think? Should our importers try to 'fix' things like duplicated data? |