We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7682ccc commit 8a4b502Copy full SHA for 8a4b502
apps/common.py
@@ -143,12 +143,12 @@ def spimtx_format_matrix(M: ArrayLike, decimals: int = 10) -> str:
143
equalitygroup: ""
144
bitdepth: 32f
145
description: |
146
- Convert from {input_colourspace} to Linear {output_colourspace}
+ Convert from Linear {input_colourspace} to Linear {output_colourspace}
147
isdata: false
148
encoding: scene-linear
149
allocation: uniform
150
from_scene_reference: !<GroupTransform>
151
- name: {input_colourspace} to Linear {output_colourspace}
+ name: Linear {input_colourspace} to Linear {output_colourspace}
152
children:
153
- !<MatrixTransform> {{matrix: {matrix}}}
154
"""[
0 commit comments