Skip to content

Commit

Permalink
feat(nuke): AgXcDRT: remove linear sandwich for outset
Browse files Browse the repository at this point in the history
see issue #28
  • Loading branch information
MrLixm committed Jan 11, 2024
1 parent 6554a47 commit acc4da4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
14 changes: 0 additions & 14 deletions nuke/AgXcDRT.nk
Original file line number Diff line number Diff line change
Expand Up @@ -613,13 +613,6 @@ Group {
ypos 300
}
end_group
Colorspace {
name LINEARIZE_TONESCALE_OUTSET
xpos 0
ypos 400
label "cctf: [value colorspace_in] > [value colorspace_out]"
colorspace_in "2.40"
}
Dot {
name DotPurityInput
xpos 0
Expand Down Expand Up @@ -840,13 +833,6 @@ Group {
ypos 550
mix {{parent.purity_amount}}
}
Colorspace {
name UNLINEARIZE_TONESCALE_OUTSET
xpos 0
ypos 600
label "cctf: [value colorspace_in] > [value colorspace_out]"
colorspace_out "2.40"
}
Dot {
name Dot2ndTonescale
xpos 0
Expand Down
14 changes: 0 additions & 14 deletions nuke/src/AgXcDRT/AgXcDRT-template.nk
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,6 @@ Group {
ypos 300
}
%NODE_AgXcTonescale:{"ypos": 350, "xpos": 0,"name": "AgXcTonescaleFirst", "min_exposure": "{{parent.tonescale1_min_exposure}}", "max_exposure": "{{parent.tonescale1_max_exposure}}", "general_contrast": "{{parent.contrast1}}", "use_gpu": "{{parent.use_gpu}}"}%
Colorspace {
name LINEARIZE_TONESCALE_OUTSET
xpos 0
ypos 400
label "cctf: [value colorspace_in] > [value colorspace_out]"
colorspace_in "2.40"
}
Dot {
name DotPurityInput
xpos 0
Expand All @@ -200,13 +193,6 @@ Group {
ypos 550
mix {{parent.purity_amount}}
}
Colorspace {
name UNLINEARIZE_TONESCALE_OUTSET
xpos 0
ypos 600
label "cctf: [value colorspace_in] > [value colorspace_out]"
colorspace_out "2.40"
}
Dot {
name Dot2ndTonescale
xpos 0
Expand Down

0 comments on commit acc4da4

Please sign in to comment.