This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
Tools = ordered() { | |
Renderer3D1 = Renderer3D { | |
CustomData = { | |
ToolVersion = 2, | |
}, | |
Inputs = { | |
GlobalOut = Input { Value = 449, }, | |
Width = Input { Value = 1920, }, | |
Height = Input { Value = 1080, }, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
Tools = ordered() { | |
Renderer3D1 = Renderer3D { | |
CustomData = { ToolVersion = 2, }, | |
Inputs = { | |
GlobalOut = Input { Value = 449, }, | |
Width = Input { Value = 1920, }, | |
Height = Input { Value = 1080, }, | |
UseFrameFormatSettings = Input { Value = 1, }, | |
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, }, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
...ploy/Config/HypertextCompositor//HypertextCompositor.lua:1201: attempt to index global 'comp' (a nil value) | |
[Source Comp] | |
RT kernel OpenSimplexKernel failed to build: | |
Failed to build program. | |
Build Status: -2 | |
Build Options: -w -DDEVICE_IS_OPENCL -DCOMPILER_IS_DVIP_RT -DVENDOR_IS_AMD | |
Build Log: <program source>:626:20: error: read-only variable is not assignable | |
params->perm[i] = source[r]; | |
~~~~~~~~~~~~~~~ ^ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RT kernel OpenSimplexKernel failed to build: | |
Failed to load metal library. | |
Metal Error Code: 3 Domain: MTLLibraryErrorDomain | |
Metal Error Message: Compilation failed: | |
program_source:1393:59: error: use of type 'double' requires the -fnative-double option to be enabled | |
__DEVICE__ double extrapolate(int xsb, int ysb, int zsb, double dx, double dy, double dz,constant OpenSimplexParams *params) { | |
^ | |
program_source:1393:70: error: use of type 'double' requires the -fnative-double option to be enabled | |
__DEVICE__ double extrapolate(int xsb, int ysb, int zsb, double dx, double dy, double dz,constant OpenSimplexParams *params) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
Tools = ordered() { | |
Merge1 = Merge { | |
Inputs = { | |
Background = Input { | |
SourceOp = "Blur1", | |
Source = "Output", | |
}, | |
Foreground = Input { | |
SourceOp = "Renderer3D1_1", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
Tools = ordered() { | |
pRender1 = pRender { | |
Inputs = { | |
_MotionBlurWarning = Input { Disabled = true, }, | |
GlobalOut = Input { Value = 360, }, | |
Width = Input { Value = 1920, }, | |
Height = Input { Value = 1080, }, | |
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, }, | |
["MaterialID.MaterialID"] = Input { Value = 3, }, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
Tools = ordered() { | |
Renderer3D3 = Renderer3D { | |
CustomData = { | |
ToolVersion = 2, | |
}, | |
Inputs = { | |
GlobalOut = Input { Value = 449, }, | |
Width = Input { Value = 1920, }, | |
Height = Input { Value = 1080, }, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
Tools = ordered() { | |
Transform1 = Transform { | |
CtrlWZoom = false, | |
CustomData = { | |
Settings = { | |
[1] = { | |
Tools = ordered() { | |
Transform1 = Transform { | |
Inputs = { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
Tools = ordered() { | |
Camera3DTop = Camera3D { | |
CtrlWZoom = false, | |
NameSet = true, | |
Inputs = { | |
["Transform3DOp.Translate.Y"] = Input { Value = 3, }, | |
["Transform3DOp.Translate.Z"] = Input { Value = 0.559, }, | |
["Transform3DOp.PivotNest"] = Input { Value = 1, }, | |
["Transform3DOp.UseTarget"] = Input { Value = 1, }, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
Tools = ordered() { | |
BSpline1 = BSplineMask { | |
DrawMode = "InsertAndModify", | |
DrawMode2 = "InsertAndModify", | |
CtrlWZoom = false, | |
Inputs = { | |
Level = Input { | |
Value = 0, | |
Expression = "iif(Background1.MaskChoice == 3, 1, 0)", |