-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (65 loc) · 2.18 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!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>Python Versions</th>
<th>Platforms</th>
<th>Size</th>
</tr>
<tr>
<td><tt><a href="./Launch_DeliveryKit.zip?repository=.%2Findex.json&blender_version_min=4.2.0&blender_version_max=4.7.0">Launch_Delivery_Kit-0.0.1</a></tt></td>
<td>Launch Delivery Kit</td>
<td>Quickly export selections to a specified directory in a variety of formats</td>
<td><a href="https://github.com/jeinselen/Blender-DeliveryKit">link</a></td>
<td>4.2.0 - 4.7.0</td>
<td>all</td>
<td>all</td>
<td>13.8KB</td>
</tr>
<tr>
<td><tt><a href="./Launch_MeshKit.zip?repository=.%2Findex.json&blender_version_min=4.2.0&blender_version_max=4.7.0">Launch_Mesh_Kit-0.0.1</a></tt></td>
<td>Launch Mesh Kit</td>
<td>Geometry tools for copy/paste, point arrays, planar UV mapping, and more</td>
<td><a href="https://github.com/jeinselen/Blender-MeshKit">link</a></td>
<td>4.2.0 - 4.7.0</td>
<td>all</td>
<td>all</td>
<td>26.8KB</td>
</tr>
<tr>
<td><tt><a href="./Launch_ProductionKit.zip?repository=.%2Findex.json&blender_version_min=4.2.0&blender_version_max=4.7.0">Launch_Production_Kit-0.0.4</a></tt></td>
<td>Launch Production Kit</td>
<td>Production shortcuts and toolsets</td>
<td><a href="https://github.com/jeinselen/Blender-ProductionKit">link</a></td>
<td>4.2.0 - 4.7.0</td>
<td>all</td>
<td>all</td>
<td>17.6KB</td>
</tr>
<tr>
<td><tt><a href="./Launch_RenderKit.zip?repository=.%2Findex.json&blender_version_min=4.2.0&blender_version_max=4.7.0">Launch_Render_Kit-0.1.1</a></tt></td>
<td>Launch Render Kit</td>
<td>Render variables, video compression, autosaving, proxy, and render region controls</td>
<td><a href="https://github.com/jeinselen/Blender-RenderKit">link</a></td>
<td>4.2.0 - 4.7.0</td>
<td>all</td>
<td>all</td>
<td>40.1KB</td>
</tr>
</table>
<center><p>Built 2024-11-21, 20:58</p></center>
</body>
</html>