Skip to content

Commit 21a637d

Browse files
committed
Leave a Q. Is srgb-linear lin_rec709 or srgb_texture. Current set to srgb_texture.
1 parent cec7663 commit 21a637d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/materialxMaterials/physicallyBasedMaterialX.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ def remap_color_space(self, pb_colorspace) -> str:
988988
@return The remapped color space name used in MaterialX
989989
'''
990990
map = {}
991-
map['srgb-linear'] = 'srgb_texture'
991+
map['srgb-linear'] = 'srgb_texture' # or is this lin_rec709 ?
992992
map['acescg'] = 'acescg'
993993
# Add more as needed
994994
if pb_colorspace in map:

0 commit comments

Comments
 (0)