hex color #87515

Closed
opened 2021-04-15 11:21:14 +02:00 by Emanuele Tomasi · 10 comments

System Information
Operating system: Windows-10-10.0.19041-SP0 64 Bits
Graphics card: GeForce GTX 1080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.72

Blender Version
Broken: version: 2.82 (sub 7), branch: master, commit date: 2020-02-12 16:20, hash: blender/blender@77d23b0bd7
Worked: (optional)

Addon Information
Name: FBX format (4, 20, 2)
Author: Campbell Barton, Bastien Montagne, Jens Restemeier

Short description of error
[wrong hex color material export]

Exact steps for others to reproduce the error
[any fbx exported with te plug-in have a material with the wrong hex color code]

**System Information** Operating system: Windows-10-10.0.19041-SP0 64 Bits Graphics card: GeForce GTX 1080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.72 **Blender Version** Broken: version: 2.82 (sub 7), branch: master, commit date: 2020-02-12 16:20, hash: `blender/blender@77d23b0bd7` Worked: (optional) **Addon Information** Name: FBX format (4, 20, 2) Author: Campbell Barton, Bastien Montagne, Jens Restemeier **Short description of error** [wrong hex color material export] **Exact steps for others to reproduce the error** [any fbx exported with te plug-in have a material with the wrong hex color code]

Added subscriber: @E_Toma

Added subscriber: @E_Toma

Added subscriber: @rjg

Added subscriber: @rjg

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'
  • Could you please explain in what sense the color in wrong and what you're comparing it to?
  • What are the steps to reproduce this issue? Is the color when you export different from when it is imported again?
  • Have you checked if this works properly in Blender 2.92 or 2.83.12?
- Could you please explain in what sense the color in wrong and what you're comparing it to? - What are the steps to reproduce this issue? Is the color when you export different from when it is imported again? - Have you checked if this works properly in Blender 2.92 or 2.83.12?

_open Blender 2.92.2
_click on the Cube (default scene)
_open Shading viewport
_in Principled BSDF > Base Color > insert directly exe code 8000ff for example
_export fbx from dropdown file
_then clic Export FBX with default settings

now open exported.fbx object in 3D visualizer default app on Windows 10
you should see some thing like this attached file
CatturaVis3D.JPG

the color you see is different
seem Blender export a material with the Linear hex Code 3700FF
but i need to see and export sRGB hex Code 8000ff

other 3D program like unity and c4d the same

_open Blender 2.92.2 _click on the Cube (default scene) _open Shading viewport _in Principled BSDF > Base Color > insert directly exe code 8000ff for example _export fbx from dropdown file _then clic Export FBX with default settings now open exported.fbx object in 3D visualizer default app on Windows 10 you should see some thing like this attached file ![CatturaVis3D.JPG](https://archive.blender.org/developer/F10022503/CatturaVis3D.JPG) the color you see is different seem Blender export a material with the Linear hex Code 3700FF but i need to see and export sRGB hex Code 8000ff other 3D program like unity and c4d the same

Changed status from 'Needs User Info' to: 'Needs Triage'

Changed status from 'Needs User Info' to: 'Needs Triage'

some news about hex code , fbx exporter?

some news about hex code , fbx exporter?

I've taken a quick look and it seems that the FBX SDK documentation doesn't specify a color space for the property. Blender treats it as scene linear, whereas Microsoft's 3D-Viewer appears to interpret the value as sRGB. Unless there is some information that I'm not aware of, this doesn't seem to be properly specified so it is unclear what the proper approach is.

I've taken a quick look and it seems that the FBX SDK documentation doesn't specify a color space for the property. Blender treats it as scene linear, whereas Microsoft's 3D-Viewer appears to interpret the value as sRGB. Unless there is some information that I'm not aware of, this doesn't seem to be properly specified so it is unclear what the proper approach is.

but i entered the srgb hexe code in blender and i see it correctly _ we should also understand why exporter tipically works with other software.

but i entered the srgb hexe code in blender and i see it correctly _ we should also understand why exporter tipically works with other software.
Member

Closed as duplicate of #93174

Closed as duplicate of #93174
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 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#87515
No description provided.