-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtbpackage.json
More file actions
147 lines (147 loc) · 6.67 KB
/
tbpackage.json
File metadata and controls
147 lines (147 loc) · 6.67 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "Mathieu C",
"website": "https://github.com/mchaptel/TBScripts/",
"social": ["https://twitter.com/mathieuchaptel"],
"repository": "https://github.com/mchaptel/TBScripts/",
"extensions": [
{
"name": "ScriptsShortcuts",
"version": "0.1.0",
"compatibility": "Harmony Premium 16",
"description": "<p>This script allows users to add shortcuts to the scripts they have installed.</p><p>At startup, this extension will scan the scripts available and will create a shortcut entry for each in the Keyboards Shortcuts window.</p><p>After installation, restart Harmony to activate this extension and the shortcuts will be created.</p><p>Icon generously donated by APhillips</p>",
"repository": "https://github.com/mchaptel/TBScripts/",
"isPackage": "true",
"files": [
"ScriptsShortcuts/packages/ScriptsShortcuts/"
],
"icon": "Generic Scripts/script-icons/MC_ScriptsShortcuts.png",
"keywords": [
"shortcuts",
"package"
],
"author": "Mathieu C",
"license": "MPL-2.0",
"website": "https://github.com/mchaptel/TBScripts/",
"localFiles": ""
},
{
"name": "ConnectAllSelNodes",
"version": "1.0.1",
"compatibility": "Harmony Premium 14",
"description": "<p>This script lets users connect all selected nodes to the composite of their choice.</p>\nTo launch this script, no need to select the composite in the node view, it will be chosen with a prompt. Add the \"MC_ConnectButton\" function to your scripting toolbar to use.\n<p>Keeping \"Alt\" down while clicking the button will disconnect the nodes.</p>\n<p>Set shortcuts to the connect/Disconnect functions with the extension <b>ScriptShortcuts</b> for easier use.</p>",
"repository": "https://github.com/mchaptel/TBScripts/",
"isPackage": false,
"files": [
"Generic Scripts/MC_ConnectAllSelNodes.js"
],
"keywords": [
"shortcuts",
"nodeview"
],
"author": "Mathieu C",
"license": "MPL-v2.0",
"website": "https://github.com/mchaptel/TBScripts/",
"localFiles": ""
},
{
"name": "Keyframe Jumper",
"version": "1.0.1",
"compatibility": "Harmony Premium 16",
"description": "<p>This script contains two functions : PreviousDrawing and NextDrawing. </p>\n\n<p>Set them to shortcuts with the extension <b>ScriptShortcuts</b> to be able to flip through drawing exposures, even if the number of the drawing is the same in the XSheet (unlike with the normal shortcuts!)</p>\n<p>In the future, this extension will also use one same buttons to go from keyframe to keyframe on peg layers depending on the selection. Stay tuned!</p>",
"repository": "https://github.com/mchaptel/TBScripts/",
"isPackage": false,
"files": [
"Generic Scripts/MC_KeyFrameJumper.js"
],
"keywords": [
"shortcuts",
"animation"
],
"author": "Mathieu C",
"license": "MPL-v2.0",
"website": "https://github.com/mchaptel/TBScripts/",
"localFiles": ""
},
{
"name": "Create Colored Backdrops",
"version": "1.0.1",
"compatibility": "Harmony Premium 16",
"description": "Simple Script to create a backdrop of any color possible.<p>This script uses the scripting library <b>openHarmony</b> and will not work if it's not installed. Install it from the store for this to work.</p>\n<p>Use the extension <b>ScriptShortcuts</b> to set a shortcut to this function or add it to your scripting toolbar.</p><p> v1.0.1 : can now create backdrops inside any group.</p><p>Icon generously donated by APhillips</p>",
"repository": "https://github.com/mchaptel/TBScripts/",
"isPackage": false,
"files": [
"Generic Scripts/MC_CreateColoredBackdrop.js",
"Generic Scripts/script-icons/createColoredBackdrop.png"
],
"icon": "Generic Scripts/script-icons/createColoredBackdrop.png",
"keywords": [
"nodeview",
"openHarmony",
"backdrop"
],
"author": "Mathieu C",
"license": "MPL v2.0",
"website": "https://github.com/mchaptel/TBScripts/",
"localFiles": ""
},
{
"name": "link Nodes",
"version": "1.0.0",
"compatibility": "Harmony Premium 16",
"description": "Simple script to set to a shortcut and easily connect to selected nodes with a single keystroke. No more dragging the line across multiple screens!\n<p>The node that's the highest will be connected into the node that's further down. <br>Keep the <i>\"Shift\"</i> key down to reverse the order.\n</p>\n\n<p>Use the extension <b>ScriptShortcuts</b> to easily set a shortcut to this function or add it to your scripting toolbar.</p>",
"repository": "https://github.com/mchaptel/TBScripts/",
"isPackage": false,
"files": [
"Generic Scripts/MC_linkNodes.js"
],
"keywords": [
"nodeview",
"shortcuts"
],
"author": "Mathieu C",
"license": "MPL v2.0",
"website": "https://github.com/mchaptel/TBScripts/",
"localFiles": ""
},
{
"name": "Link Palette To Selected Nodes",
"version": "1.0.1",
"compatibility": "Harmony Premium 16",
"description": "<p>This script links the selected palette to all selected nodes.<br>\nIf shift is pressed and the selected palette is an element palette, it will be unlinked from all elements.</p>\n<p>This script uses the scripting library <b>openHarmony</b> and will not work if it's not installed. Install it from the store for this to work.</p>\n<p>Use the extension <b>ScriptShortcuts</b> to set a shortcut to this function or add it to your scripting toolbar.</p><p>v1.0.1: Doesn't connect empty palette if no scene palette present. Requires openHarmony 0.2.8</p>",
"repository": "https://github.com/mchaptel/TBScripts/",
"isPackage": false,
"files": [
"Generic Scripts/MC_linkPaletteToElements.js"
],
"keywords": [
"nodes",
"openHarmony",
"palettes"
],
"author": "Mathieu C",
"license": "MPL-v2.0",
"website": "https://github.com/mchaptel/TBScripts/",
"localFiles": ""
},
{
"name": "PieMenu",
"version": "1.0.0",
"compatibility": "Harmony Premium 17",
"description": "<p>This script is an example implementation of a pie menu for Harmony, using the openHarmony framework.<br>This script uses the scripting library <b>openHarmony</b> and will not work if it's not installed. Install it from the store for this to work.</p>\n<p>Use the extension <b>ScriptShortcuts</b> to set a shortcut to this function or add it to your scripting toolbar.</p><p>v1.0.1: Doesn't connect empty palette if no scene palette present. Requires openHarmony 0.2.8</p>",
"repository": "https://github.com/mchaptel/TBScripts/",
"isPackage": true,
"files": [
"PieMenu/"
],
"keywords": [
"openHarmony",
"package",
"piemenu"
],
"author": "Mathieu C",
"license": "MPL-v2.0",
"website": "https://github.com/mchaptel/TBScripts/",
"localFiles": ""
}
]
}