-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (51 loc) · 1.25 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Blender Extensions</title>
</head>
<body>
<p>Blender Extension Listing:</p>
<p>Add-on</p>
<hr>
<table>
<tr>
<th>ID</th>
<th>Name</th>
<th>Description</th>
<th>Website</th>
<th>Blender Versions</th>
<th>Platforms</th>
<th>Size</th>
</tr>
<tr>
<td><tt><a href="./lightmapper.zip?repository=.%2Findex.json&blender_version_min=4.2.0">lightmapper-1.0.1</a></tt></td>
<td>Lightmapper</td>
<td>Lightmapper Blender Addon</td>
<td>~</td>
<td>4.2.0 - ~</td>
<td>all</td>
<td>7.8KB</td>
</tr>
<tr>
<td><tt><a href="./ripper.zip?repository=.%2Findex.json&blender_version_min=4.2.0">ripper-1.0.0</a></tt></td>
<td>Ripper</td>
<td>Ripper Blender Addon</td>
<td>~</td>
<td>4.2.0 - ~</td>
<td>all</td>
<td>25.9KB</td>
</tr>
<tr>
<td><tt><a href="./unity_exporter.zip?repository=.%2Findex.json&blender_version_min=4.2.0">unity_exporter-1.0.1</a></tt></td>
<td>UnityExporter</td>
<td>UnityExporter Blender Addon</td>
<td>~</td>
<td>4.2.0 - ~</td>
<td>all</td>
<td>18.7KB</td>
</tr>
</table>
<center><p>Built 2024-09-13, 09:44</p></center>
</body>
</html>