Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- Tools = ordered() {
- TweenIt = MacroOperator {
- Inputs = ordered() {
- MainInput1 = InstanceInput {
- SourceOp = "TW_In",
- Source = "Input",
- },
- StartFrame = InstanceInput {
- SourceOp = "TW_Tween",
- Source = "StartFrame",
- Page = "Controls",
- Default = 0,
- },
- TweenFrames = InstanceInput {
- SourceOp = "TW_Tween",
- Source = "TweenFrames",
- Page = "Controls",
- Default = 1,
- },
- Input10 = InstanceInput {
- SourceOp = "TW_Tween",
- Source = "Blank1",
- },
- DepthOrdering = InstanceInput {
- SourceOp = "TW_Tween",
- Source = "DepthOrdering",
- },
- ClampEdges = InstanceInput {
- SourceOp = "TW_Tween",
- Source = "ClampEdges",
- Default = 1,
- },
- ClampSoftness = InstanceInput {
- SourceOp = "TW_Tween",
- Source = "ClampSoftness",
- Default = 0.01,
- },
- Input4 = InstanceInput {
- SourceOp = "TW_Tween",
- Source = "EnableWarp.Image0Forward",
- Name = "Image0",
- Width = 0.5,
- Default = 1,
- },
- Input5 = InstanceInput {
- SourceOp = "TW_Tween",
- Source = "EnableWarp.Image1Forward",
- Name = "Image1",
- Width = 0.5,
- Default = 1,
- },
- Input6 = InstanceInput {
- SourceOp = "TW_Tween",
- Source = "EnableWarp.Image0Backward",
- Name = "Image0",
- Width = 0.5,
- Default = 1,
- },
- Input7 = InstanceInput {
- SourceOp = "TW_Tween",
- Source = "EnableWarp.Image1Backward",
- Name = "Image1",
- Width = 0.5,
- Default = 1,
- },
- Input11 = InstanceInput {
- SourceOp = "TW_Tween",
- Source = "Blank2",
- },
- Input13 = InstanceInput {
- SourceOp = "TW_Merge",
- Source = "Blank1",
- },
- ApplyMaskInverted = InstanceInput {
- SourceOp = "TW_Merge",
- Source = "ApplyMaskInverted",
- Default = 0,
- },
- MultiplyByMask = InstanceInput {
- SourceOp = "TW_Merge",
- Source = "MultiplyByMask",
- Default = 0,
- },
- Input16 = InstanceInput {
- SourceOp = "TW_Merge",
- Source = "Blank2",
- },
- EffectMask = InstanceInput {
- SourceOp = "TW_Merge",
- Source = "EffectMask",
- }
- },
- Outputs = {
- MainOutput1 = InstanceOutput {
- SourceOp = "TW_Merge",
- Source = "Output",
- }
- },
- ViewInfo = GroupInfo { Pos = { 0, 0 } },
- Tools = ordered() {
- TW_In = PipeRouter {
- NameSet = true,
- ViewInfo = PipeRouterInfo { Pos = { 275, 115.5 } },
- },
- TW_End = TimeStretcher {
- NameSet = true,
- SourceOp = "TW_Start",
- Inputs = {
- SettingsNest = Input { },
- SourceTime = Input {
- Value = 91,
- Expression = "TW_Start.SourceTime + TW_Merge.TweenFrames + 1"
- },
- SampleSpread = Input { Disabled = true, },
- Input = Input {
- SourceOp = "TW_In",
- Source = "Output",
- },
- ["EnableWarp.Nest"] = Input { },
- CommentsNest = Input { },
- FrameRenderScriptNest = Input { },
- StartRenderScripts = Input { },
- EndRenderScripts = Input { },
- },
- ViewInfo = OperatorInfo { Pos = { 330, 214.5 } },
- },
- TW_Start = TimeStretcher {
- NameSet = true,
- Inputs = {
- SourceTime = Input {
- Value = 89,
- Expression = "TW_Merge.StartFrame",
- },
- InterpolateBetweenFrames = Input { Value = 0, },
- SampleSpread = Input { Disabled = true, },
- Input = Input {
- SourceOp = "TW_In",
- Source = "Output",
- },
- },
- ViewInfo = OperatorInfo { Pos = { 220, 214.5 } },
- },
- TW_Tween = Dimension.Tween {
- CtrlWZoom = false,
- NameSet = true,
- Inputs = {
- Interpolation = Input {
- Value = 0,
- Expression = "time<TW_Start.SourceTime and 0 or time<TW_End.SourceTime and (time-TW_Start.SourceTime)*(1/(TW_End.SourceTime-TW_Start.SourceTime)) or 1",
- },
- ClampEdges = Input { Value = 1, },
- ["EnableWarp.Image0Backward"] = Input { Value = 1, },
- ["EnableWarp.Image1Backward"] = Input { Value = 1, },
- Method = Input { Value = FuID { "Advanced" }, },
- Image0 = Input {
- SourceOp = "TW_Start",
- Source = "Output",
- },
- Image1 = Input {
- SourceOp = "TW_End",
- Source = "Output",
- },
- CommentsNest = Input { Value = 0, },
- FrameRenderScriptNest = Input { Value = 0, },
- },
- ViewInfo = OperatorInfo { Pos = { 275, 280.5 } },
- UserControls = ordered() {
- StartFrame = {
- LINKS_Name = "Start Frame",
- LINKID_DataType = "Number",
- INPID_InputControl = "ScrewControl",
- INP_Default = 0,
- INP_Integer = true,
- INP_MinScale = 0,
- INP_MaxScale = 99,
- ICD_Center = 0,
- ICS_ControlPage = "Controls",
- },
- TweenFrames = {
- LINKS_Name = "Tween Frames",
- LINKID_DataType = "Number",
- INPID_InputControl = "ScrewControl",
- INP_Default = 1,
- INP_Integer = true,
- INP_MinScale = 1,
- INP_MaxScale = 25,
- INP_MinAllowed = 1,
- ICD_Center = 1,
- ICS_ControlPage = "Controls",
- }
- }
- },
- TW_Merge = Merge {
- CtrlWZoom = false,
- NameSet = true,
- Inputs = {
- Blend = Input { Expression = "time < TW_Start.SourceTime+1 and 0 or time < TW_End.SourceTime and 1 or 0", },
- Background = Input {
- SourceOp = "TW_In",
- Source = "Output",
- },
- Foreground = Input {
- SourceOp = "TW_Tween",
- Source = "Image",
- },
- Merge = Input { Value = 0, },
- PerformDepthMerge = Input { Value = 0, },
- StartFrame = Input {
- Value = 89,
- Expression = "TW_Tween.StartFrame",
- },
- TweenFrames = Input { Expression = "TW_Tween.TweenFrames", },
- },
- ViewInfo = OperatorInfo { Pos = { 275, 346.5 } },
- UserControls = ordered() {
- StartFrame = {
- LINKS_Name = "Start Frame",
- LINKID_DataType = "Number",
- INPID_InputControl = "ScrewControl",
- INP_Default = 0,
- INP_Integer = true,
- INP_MinScale = 0,
- INP_MaxScale = 150,
- INP_MinAllowed = -1000000,
- INP_MaxAllowed = 1000000,
- ICD_Center = 0,
- ICS_ControlPage = "Merge"
- },
- TweenFrames = {
- LINKS_Name = "Tween Frames",
- LINKID_DataType = "Number",
- INPID_InputControl = "ScrewControl",
- INP_Default = 1,
- INP_Integer = true,
- INP_MinScale = 1,
- INP_MaxScale = 25,
- INP_MinAllowed = 1,
- INP_MaxAllowed = 1000000,
- ICD_Center = 1,
- ICS_ControlPage = "Merge"
- }
- }
- }
- },
- }
- },
- ActiveTool = "TweenIt"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement