This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
rx_manifest.json
117 lines (117 loc) · 5.06 KB
/
rx_manifest.json
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
{
"title": "Ramses: Rx Asset Management System",
"hosts": [
{
"name": "native",
"title": "Ramses Client Application"
},
{
"name": "maya",
"title": "Maya"
},
{
"name": "aftereffects",
"title": "After Effects"
},
{
"name": "blender",
"title": "Blender"
},
{
"name": "py",
"title": "Python API"
},
{
"name": "estk",
"title": "ExtendScript API"
},
{
"name": "server",
"title": "Server REST API"
}
],
"os": [
{
"name": "mac",
"title": "macOS"
},
{
"name": "win",
"title": "Windows"
},
{
"name": "linux",
"title": "Linux"
}
],
"assets": [
{
"nameRegEx": "Ramses_Online-Installer\\.exe",
"name": "Ramses Installer (Windows)",
"description": "This is the recommended way to install, update or remove all Ramses Components. This installer will download only the needed components during the installation process. [Read the doc](http://ramses.rxlab.guide) for installation instructions.",
"hosts": [ ],
"os": [ {"name": "win", "title": "Windows"} ],
"urls": [
{"title": "Pre release access", "url": "http://memberships.rxlab.io"},
{"title": "Documentation", "url": "http://ramses.rxlab.guide"}
]
},
{
"nameRegEx": "Ramses_Offline-Installer\\.exe",
"name": "Ramses Offline Installer (Windows)",
"description": "Use this offline installer to install Ramses components on computers which can’t access the internet. [Read the doc](http://ramses.rxlab.guide) for installation instructions.",
"hosts": [ ],
"os": [ {"name": "win", "title": "Windows"} ],
"urls": [
{"title": "Pre release access", "url": "http://memberships.rxlab.io"},
{"title": "Documentation", "url": "http://ramses.rxlab.guide"}
]
},
{
"nameRegEx": "Ramses_Online-Installer\\.dmg",
"name": "Ramses Installer (macOS)",
"description": "This is the recommended way to install, update or remove all Ramses Components. This installer will download only the needed components during the installation process. [Read the doc](http://ramses.rxlab.guide) for installation instructions.",
"hosts": [ ],
"os": [ {"name": "mac", "title": "macOS"} ],
"urls": [
{"title": "Pre release access", "url": "http://memberships.rxlab.io"},
{"title": "Documentation", "url": "http://ramses.rxlab.guide"}
]
},
{
"nameRegEx": "Ramses_Offline-Installer\\.dmg",
"name": "Ramses Offline Installer (macOS)",
"description": "Use this offline installer to install Ramses components on computers which can’t access the internet. [Read the doc](http://ramses.rxlab.guide) for installation instructions.",
"hosts": [ ],
"os": [ {"name": "mac", "title": "macOS"} ],
"urls": [
{"title": "Pre release access", "url": "http://memberships.rxlab.io"},
{"title": "Documentation", "url": "http://ramses.rxlab.guide"}
]
},
{
"nameRegEx": "Ramses_Online-Installer$",
"name": "Ramses Installer (Linux)",
"description": "This is the recommended way to install, update or remove all Ramses Components. This installer will download only the needed components during the installation process. [Read the doc](http://ramses.rxlab.guide) for installation instructions.",
"hosts": [ ],
"os": [ {"name": "linux", "title": "Linux"} ],
"urls": [
{"title": "Pre release access", "url": "http://memberships.rxlab.io"},
{"title": "Documentation", "url": "http://ramses.rxlab.guide"}
]
},
{
"nameRegEx": "Ramses_Offline-Installer$",
"name": "Ramses Offline Installer (Linux)",
"description": "Use this offline installer to install Ramses components on computers which can’t access the internet. [Read the doc](http://ramses.rxlab.guide) for installation instructions.",
"hosts": [ ],
"os": [ {"name": "linux", "title": "Linux"} ],
"urls": [
{"title": "Pre release access", "url": "http://memberships.rxlab.io"},
{"title": "Documentation", "url": "http://ramses.rxlab.guide"}
]
}
],
"userGuide": "http://ramses.rxlab.guide",
"description": "Complete framework to help you, your team, your studio, track the production of your films."
}