Option to prioritize active color at export #104435
No reviewers
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#104435
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "(deleted):fbx_prioritize_active_color"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Basically some software (like 3ds Max or Substance Painter) discard other color attributes besides the first one - so the option to prioritize active_color to be exportred first will be helpful in these cases. It is especially important since currently there is no option to move color attributes around in Blender.
Explained it in details here - blender/blender#104827
To solve that I've added that option in FBX exporter.
4f786ef3f6
toa9c30a5811
besides note below, LGTM :)
@ -485,0 +486,4 @@
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)",
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 ;) )
LGTM
Committed as
4c397ede41
.Pull request closed