jesterKing / import_3dm

Blender importer script for Rhinoceros 3D files
MIT License
301 stars 38 forks source link

Adds sRGB EOTF conversion for rgb colors of materials #119

Closed rockjail closed 1 month ago

rockjail commented 2 months ago

sRGB EOTF conversion for RGBA values of materials

Rhino stores RGB values of materials in sRGB. Blender uses linear sRGB for this. This change adds a function to convert from sRGB to linear sRGB values using the sRGB EOTF

fixes / resolves

Rhino image

Blender with change: image

Blender without change: image

jesterKing commented 1 month ago

Thank you, merged.