version 1 render helper
This commit is contained in:
@@ -0,0 +1,202 @@
|
||||
(
|
||||
{
|
||||
"3:2 Pulldown": {type: "int", enums: {Off: 0, WSSWW: 1, SSWWW: 2, SWWWS: 3, WWWSS: 4, WWSSW: 5
|
||||
},
|
||||
"enums-reverse": {
|
||||
0: "Off",
|
||||
1: "WSSWW",
|
||||
2: "SSWWW",
|
||||
3: "SWWWS",
|
||||
4: "WWWSS",
|
||||
5: "WWSSW"
|
||||
}, range: [
|
||||
0,
|
||||
5
|
||||
]
|
||||
},
|
||||
"Color Depth": {type: "int", enums: {
|
||||
"Current Settings": -1,
|
||||
"8 bits per channel": 0,
|
||||
"16 bits per channel": 1,
|
||||
"32 bits per channel": 2
|
||||
},
|
||||
"enums-reverse": {
|
||||
-1: "Current Settings",
|
||||
0: "8 bits per channel",
|
||||
1: "16 bits per channel",
|
||||
2: "32 bits per channel"
|
||||
}, range: [
|
||||
-1,
|
||||
2
|
||||
]
|
||||
},
|
||||
"Disk Cache": {type: "int", enums: {
|
||||
"Read Only": 0,
|
||||
"Current Settings": 2
|
||||
},
|
||||
"enums-reverse": {
|
||||
0: "Read Only",
|
||||
2: "Current Settings"
|
||||
}, range: [
|
||||
0,
|
||||
2
|
||||
]
|
||||
}, Effects: {type: "int", enums: {
|
||||
"All Off": 0,
|
||||
"All On": 1,
|
||||
"Current Settings": 2
|
||||
},
|
||||
"enums-reverse": {
|
||||
0: "All Off",
|
||||
1: "All On",
|
||||
2: "Current Settings"
|
||||
}, range: [
|
||||
0,
|
||||
2
|
||||
]
|
||||
},
|
||||
"Field Render": {type: "int", enums: {Off: 0,
|
||||
"Upper Field First": 1,
|
||||
"Lower Field First": 2
|
||||
},
|
||||
"enums-reverse": {
|
||||
0: "Off",
|
||||
1: "Upper Field First",
|
||||
2: "Lower Field First"
|
||||
}, range: [
|
||||
0,
|
||||
2
|
||||
]
|
||||
},
|
||||
"Frame Blending": {type: "int", enums: {
|
||||
"Off for All Layers": 0,
|
||||
"On for Checked Layers": 1,
|
||||
"Current Settings": 2
|
||||
},
|
||||
"enums-reverse": {
|
||||
0: "Off for All Layers",
|
||||
1: "On for Checked Layers",
|
||||
2: "Current Settings"
|
||||
}, range: [
|
||||
0,
|
||||
2
|
||||
]
|
||||
},
|
||||
"Frame Rate": {type: "int", enums: {
|
||||
"Use comp's frame rate": 0,
|
||||
"Use this frame rate": 1
|
||||
},
|
||||
"enums-reverse": {
|
||||
0: "Use comp's frame rate",
|
||||
1: "Use this frame rate"
|
||||
}, range: [
|
||||
0,
|
||||
1
|
||||
]
|
||||
},
|
||||
"Guide Layers": {type: "int", enums: {
|
||||
"All Off": 0,
|
||||
"Current Settings": 2
|
||||
},
|
||||
"enums-reverse": {
|
||||
0: "All Off",
|
||||
2: "Current Settings"
|
||||
}, range: [
|
||||
0,
|
||||
2
|
||||
]
|
||||
},
|
||||
"Motion Blur": {type: "int", enums: {
|
||||
"Off for All Layers": 0,
|
||||
"On for Checked Layers": 1,
|
||||
"Current Settings": 2
|
||||
},
|
||||
"enums-reverse": {
|
||||
0: "Off for All Layers",
|
||||
1: "On for Checked Layers",
|
||||
2: "Current Settings"
|
||||
}, range: [
|
||||
0,
|
||||
2
|
||||
]
|
||||
},
|
||||
"Proxy Use": {type: "int", enums: {
|
||||
"Use No Proxies": 0,
|
||||
"Use All Proxies": 1,
|
||||
"Current Settings": 2,
|
||||
"Use Comp Proxies Only": 3
|
||||
},
|
||||
"enums-reverse": {
|
||||
0: "Use No Proxies",
|
||||
1: "Use All Proxies",
|
||||
2: "Current Settings",
|
||||
3: "Use Comp Proxies Only"
|
||||
}, range: [
|
||||
0,
|
||||
3
|
||||
]
|
||||
}, Quality: {type: "int", enums: {
|
||||
"Current Settings": -1, Wireframe: 0, Draft: 1, Best: 2
|
||||
},
|
||||
"enums-reverse": {
|
||||
-1: "Current Settings",
|
||||
0: "Wireframe",
|
||||
1: "Draft",
|
||||
2: "Best"
|
||||
}, range: [
|
||||
-1,
|
||||
2
|
||||
]
|
||||
}, Resolution: {type: "{\"x\": <int>, \"y\": <int>}", enums: {
|
||||
"Current Settings": "0,0", Custom: "x,y", Custom2: "{\"x\": <x_val>, \"y\": <y_val>}", Custom3: "[<x_val>,<y_val>]", Full: "1,1", Half: "2,2", Quarter: "4,4", Third: "3,3"
|
||||
},
|
||||
"enums-reverse": {
|
||||
"0,0": "Current Settings",
|
||||
"x,y": "Custom",
|
||||
"{\"x\": <x_val>, \"y\": <y_val>}": "Custom2",
|
||||
"[<x_val>,<y_val>]": "Custom3",
|
||||
"1,1": "Full",
|
||||
"2,2": "Half",
|
||||
"4,4": "Quarter",
|
||||
"3,3": "Third"
|
||||
}
|
||||
},
|
||||
"Skip Existing Files": {type: "bool"
|
||||
},
|
||||
"Solo Switches": {type: "int", enums: {
|
||||
"All Off": 0,
|
||||
"Current Settings": 2
|
||||
},
|
||||
"enums-reverse": {
|
||||
0: "All Off",
|
||||
2: "Current Settings"
|
||||
}, range: [
|
||||
0,
|
||||
2
|
||||
]
|
||||
},
|
||||
"Time Span": {type: "int", enums: {
|
||||
"Length of Comp": 0,
|
||||
"Work Area Only": 1, Custom: 2
|
||||
},
|
||||
"enums-reverse": {
|
||||
0: "Length of Comp",
|
||||
1: "Work Area Only",
|
||||
2: "Custom"
|
||||
}, range: [
|
||||
0,
|
||||
2
|
||||
]
|
||||
},
|
||||
"Time Span Duration": {type: "double"
|
||||
},
|
||||
"Time Span End": {type: "double"
|
||||
},
|
||||
"Time Span Start": {type: "double"
|
||||
},
|
||||
"Use comp's frame rate": {type: "double"
|
||||
},
|
||||
"Use this frame rate": {type: "double"
|
||||
}
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user