
Hi all so here is the thing I wanted to make ribbon be distorted in all 3 axis but I'm only getting two, I thought that when I apply 3Di node then 3DXf node with an x angle set to 90 then the next 3Distort node would be horizontal but instead it just adds more in vertical dimension.
- Code: Select all
{
Tools = ordered() {
Displace3D2 = Displace3D {
CtrlWZoom = false,
Inputs = {
SceneInput = Input {
SourceOp = "Transform3D1",
Source = "Output",
},
Scale = Input { Value = 1, },
Input = Input {
SourceOp = "FastNoise1",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 1517, 257 } },
},
Transform3D1 = Transform3D {
Inputs = {
SceneInput = Input {
SourceOp = "Displace3D1",
Source = "Output",
},
["Transform3DOp.Rotate.X"] = Input { Value = 90, },
},
ViewInfo = OperatorInfo { Pos = { 1407, 257 } },
},
Displace3D1 = Displace3D {
Inputs = {
SceneInput = Input {
SourceOp = "Ribbon3D1",
Source = "Output",
},
Scale = Input { Value = 1, },
Input = Input {
SourceOp = "FastNoise1",
Source = "Output",
},
},
ViewInfo = OperatorInfo { Pos = { 1296, 257 } },
},
FastNoise1 = FastNoise {
Inputs = {
Width = Input { Value = 1920, },
Height = Input { Value = 1080, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
SeetheRate = Input { Value = 1, },
Gradient = Input {
Value = Gradient {
Colors = {
[0] = { 0, 0, 0, 1 },
[1] = { 1, 1, 1, 1 }
}
},
},
},
ViewInfo = OperatorInfo { Pos = { 1298, 291 } },
},
Ribbon3D1 = Ribbon3D {
Inputs = {
NumberOfLines = Input { Value = 1, },
SubdivisionLevel = Input { Value = 100, },
["ObjectID.ObjectID"] = Input { Value = 1, },
["MtlStdInputs.MaterialID"] = Input { Value = 1, },
},
ViewInfo = OperatorInfo { Pos = { 1187, 257 } },
}
}
}
Last edited by Eugene Afanasiev on Sun Aug 14, 2016 9:52 pm, edited 1 time in total.
__
--[[BMD's cameras and Resolve all-post workflow evangelist
My old stuff: http://www.youtube.com/rebelorelse
Debug: Asus ROG Duo GX550 i9 10980 48Gb RAM RTX2080MaxQ DaVinci Resolve Studio / Fusion Studio Latest Version]]--
--[[BMD's cameras and Resolve all-post workflow evangelist
My old stuff: http://www.youtube.com/rebelorelse
Debug: Asus ROG Duo GX550 i9 10980 48Gb RAM RTX2080MaxQ DaVinci Resolve Studio / Fusion Studio Latest Version]]--