-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathGenericTemplate_02.txt
44 lines (44 loc) · 1.18 KB
/
GenericTemplate_02.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
Tools = ordered() {
MacroTool1 = MacroOperator {
Outputs = {
MainOutput1 = InstanceOutput {
SourceOp = "Text1",
Source = "Output",
}
},
ViewInfo = GroupInfo { Pos = { 0, 0 } },
Tools = ordered() {
Text1 = TextPlus {
CtrlWZoom = false,
Inputs = {
Width = Input { Value = 1920, },
Height = Input { Value = 1080, },
UseFrameFormatSettings = Input { Value = 1, },
["Gamut.SLogVersion"] = Input { Value = FuID { "SLog2" }, },
Center = Input {
Value = { 0.356521739130435, 0.11 },
Expression = "Point(-time/230+.5, 0.11)",
},
StyledText = Input { Value = "<Token>", },
Font = Input { Value = "Open Sans", },
Style = Input { Value = "Bold", },
Size = Input { Value = 0.06, },
VerticalJustificationNew = Input { Value = 3, },
HorizontalLeftCenterRight = Input { Value = -1, },
HorizontalJustificationNew = Input { Value = 3, },
ManualFontKerningPlacement = Input {
Value = StyledText {
Array = {
},
Value = ""
},
},
},
ViewInfo = OperatorInfo { Pos = { 437, 121.288 } },
}
},
}
},
ActiveTool = "MacroTool1"
}