Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- Tools = ordered() {
- Ellipse1 = EllipseMask {
- CtrlWZoom = false,
- Inputs = {
- Filter = Input { Value = FuID { "Fast Gaussian" }, },
- MaskWidth = Input { Value = 1920, },
- MaskHeight = Input { Value = 1080, },
- PixelAspect = Input { Value = { 1, 1 }, },
- UseFrameFormatSettings = Input { Value = 1, },
- ClippingMode = Input { Value = FuID { "None" }, },
- Center = Input {
- SourceOp = "Path1",
- Source = "Position",
- },
- Width = Input { Value = 0.0575933772584321, },
- Height = Input { Value = 0.019, },
- Angle = Input {
- SourceOp = "Path1",
- Source = "Heading",
- }
- },
- ViewInfo = OperatorInfo { Pos = { 165, 49.5 } },
- },
- Path1 = PolyPath {
- DrawMode = "ModifyOnly",
- CtrlWZoom = false,
- Inputs = {
- Displacement = Input {
- Value = 0,
- Expression = ":i = time - StartFrame \nn = Shots \nperiod = TotalDuration\nduration = ShotDuration\nd=Damping\n\n\n\nif i >= 0 and i < n * period then\n local t = i % period\n if t < duration then\n local normT = t / duration\n return math.exp(-d * normT)\n end\nend\nreturn 0",
- },
- PolyLine = Input {
- Value = Polyline {
- Points = {
- { Linear = true, X = -0.425720815752461, Y = 0.283260233918129, RX = 0.254424519456165, RY = -0.149557922584238 },
- { Linear = true, X = 0.337552742616034, Y = -0.165413533834586, LX = -0.254424519456165, LY = 0.149557922584238 }
- }
- },
- },
- StartFrame = Input { Value = 10, },
- Shots = Input { Value = 5, },
- TotalDuration = Input { Value = 10, },
- Damping = Input { Value = 5.81, }
- },
- UserControls = ordered() {
- StartFrame = {
- INP_Integer = false,
- LINKID_DataType = "Number",
- ICS_ControlPage = "Controls",
- INPID_InputControl = "SliderControl",
- INP_SplineType = "Default",
- LINKS_Name = "StartFrame",
- },
- Shots = {
- INP_MaxAllowed = 1000000,
- INP_Integer = true,
- INPID_InputControl = "SliderControl",
- INP_MaxScale = 1,
- INP_Default = 2,
- INP_MinScale = 0,
- INP_MinAllowed = -1000000,
- LINKID_DataType = "Number",
- ICS_ControlPage = "Controls",
- INP_SplineType = "Default",
- LINKS_Name = "Shots"
- },
- TotalDuration = {
- INP_MaxAllowed = 1000000,
- INP_Integer = true,
- INPID_InputControl = "SliderControl",
- INP_MaxScale = 1,
- INP_Default = 25,
- INP_MinScale = 0,
- INP_MinAllowed = -1000000,
- LINKID_DataType = "Number",
- ICS_ControlPage = "Controls",
- INP_SplineType = "Default",
- LINKS_Name = "Total Duration"
- },
- ShotDuration = {
- INP_Integer = true,
- ICS_ControlPage = "Controls",
- LINKID_DataType = "Number",
- INPID_InputControl = "SliderControl",
- INP_Default = 6,
- INP_SplineType = "Default",
- LINKS_Name = "Shot Duration",
- },
- Damping = {
- INP_MaxAllowed = 1000000,
- INP_Integer = false,
- INPID_InputControl = "SliderControl",
- INP_MaxScale = 12,
- INP_Default = 6,
- INP_MinScale = 0,
- INP_MinAllowed = -1000000,
- LINKID_DataType = "Number",
- ICS_ControlPage = "Controls",
- ICD_Center = 6,
- INP_SplineType = "Default",
- LINKS_Name = "Damping"
- }
- }
- }
- },
- ActiveTool = "Ellipse1"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement