Option to prioritize active color at export #104435
@ -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,
|
||||
|
||||
)
|
||||
use_subsurf: BoolProperty(
|
||||
|
Loading…
Reference in New Issue
Block a user
No closed-source software names please, this can cause copyright etc. issues. ;)
That information could save some time to users but I guess it's better to be safe than sorry 🥲
Indeed (also, no end point in UI messages ;) )