Option to prioritize active color at export #104435

Closed
Andrej wants to merge 2 commits from (deleted):fbx_prioritize_active_color into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit de0dc940aa - Show all commits

View File

@ -485,8 +485,7 @@ class ExportFBX(bpy.types.Operator, ExportHelper):
prioritize_active_color: BoolProperty(
name="Prioritize Active Color",
description="Make sure active color will be exported first. Could be important "
"since some other software can discard other color attributes besides the first one "
"(e.g. 3ds Max, Substance Painter)",
"since some other software can discard other color attributes besides the first one.",
default=False,
Review

No closed-source software names please, this can cause copyright etc. issues. ;)

No closed-source software names please, this can cause copyright etc. issues. ;)
Review

That information could save some time to users but I guess it's better to be safe than sorry 🥲

That information could save some time to users but I guess it's better to be safe than sorry 🥲
Review

Indeed (also, no end point in UI messages ;) )

Indeed (also, no end point in UI messages ;) )
)
use_subsurf: BoolProperty(