-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (93 loc) · 2.77 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="google-site-verification" content="zIZzOgJ3GZS3rLWUC9HSKC8nla8D98luDIizddxzZu4" />
<title>Top</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/marx/2.0.4/marx.css">
</head>
<body>
<main>
<h3>作ったもの</h3>
<p>
GitHub上に公開しているものに限らず追加する予定<br/>
日本語は README_jp
</p>
<p>
<table>
<tbody>
<tr>
<td>
<a href="https://github.com/konoha18537007/TransferAllShapeKeysViaSurfaceDeform">Transfer All Shape Keys Via Surface Deform</a>
</td>
<td>
blender Addon
</td>
<td>
Surface Deform モディファイアを介して全てのシェイプキーを転送する
</td>
</tr>
<tr>
<td>
<a href="https://github.com/konoha18537007/ExportAllShapeKeysAsObj">Export All Shape Keys As OBJ</a>
</td>
<td>
blender Addon
</td>
<td>
全てのシェイプキーをOBJとしてエクスポートする
</td>
</tr>
<tr>
<td>
<a href="https://github.com/konoha18537007/Load-Obj-Sequence-as-Shape-Keys">Load Obj Sequence as Shape Keys</a>
</td>
<td>
blender Addon
</td>
<td>
複数のOBJファイルをアクティブなオブジェクトのシェイプキーとして読み込む
</td>
</tr>
<tr>
<td>
<a href="https://github.com/konoha18537007/TextureBulkSetterForIrayUberSurface">Texture Bulk Setter For Iray Uber Surface</a>
</td>
<td>
DAZ Studio Addon
</td>
<td>
事前に定義したファイル名サフィックスに従ってPBRテクスチャのセットをマテリアルに一括で登録する
</td>
</tr>
<tr>
<td>
<a href="https://github.com/konoha18537007/AutoLevelEXR">Auto Level EXR Depth Map</a>
</td>
<td>
Python Program, Stand Alone Tool
</td>
<td>
DAZ で出力した EXR 形式 Depth Map のレベルレンジを 8bit/16bit グレースケール用に自動調整した上で PNG に変換する
</td>
</tr>
</tbody>
</table>
</p>
<h3>作者</h3>
<p>
<ul>
<li>
<a href="https://twitter.com/konoha18537007">Twitter</a><br/>
</li>
<li>
<a href="https://github.com/konoha18537007">GitHub</a><br/>
</li>
<li>
<a href="https://www.pixiv.net/users/77032">Pixiv</a><br/>
</li>
</ul>
</p>
</main>
</body>
</html>