Skip to content

Commit 8a4b502

Browse files
committed
Update "OpenColorIO" template description.
1 parent 7682ccc commit 8a4b502

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/common.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@ def spimtx_format_matrix(M: ArrayLike, decimals: int = 10) -> str:
143143
equalitygroup: ""
144144
bitdepth: 32f
145145
description: |
146-
Convert from {input_colourspace} to Linear {output_colourspace}
146+
Convert from Linear {input_colourspace} to Linear {output_colourspace}
147147
isdata: false
148148
encoding: scene-linear
149149
allocation: uniform
150150
from_scene_reference: !<GroupTransform>
151-
name: {input_colourspace} to Linear {output_colourspace}
151+
name: Linear {input_colourspace} to Linear {output_colourspace}
152152
children:
153153
- !<MatrixTransform> {{matrix: {matrix}}}
154154
"""[

0 commit comments

Comments
 (0)