ousttrue
|
79c1933c82
|
Merge pull request #1685 from ousttrue/fix/material_SetVector
fix Property PROP_NAME already exists in the property sheet with a different type: 5
|
2022-06-08 17:58:58 +09:00 |
|
ousttrue
|
d530b0fc6d
|
typo
|
2022-06-08 17:55:09 +09:00 |
|
ousttrue
|
c0d7869258
|
より上流で防御
* Vector には Color も入っているぽい(Vector4 と Colorは実質同じ)
* Texture が無いときにも OffsetScale が入っているケースがある
|
2022-06-08 17:42:31 +09:00 |
|
ousttrue
|
00012f2358
|
Merge pull request #1683 from ousttrue/fix/mime_from_uri
image.uri から mime を決定する
|
2022-06-08 16:38:21 +09:00 |
|
ousttrue
|
2e3cba2247
|
fix ToLowerInvariant. add .jpeg
|
2022-06-08 16:23:09 +09:00 |
|
ousttrue
|
e38ab62b33
|
Merge pull request #1681 from ousttrue/fix/add_overrideExts
For multiple gltf, glb importer conflicts.
|
2022-06-08 16:19:31 +09:00 |
|
ousttrue
|
f3193caf07
|
Merge pull request #1679 from amamagi/fix/fsb-ArgumentOutOfRangeException
FastSpringBoneBufferCombinerでArgumentOutOfRangeExceptionしうる問題を修正
|
2022-06-08 12:37:00 +09:00 |
|
ousttrue
|
b90c5026a6
|
unity-2021 では SetVector により offset, scale をセットするとエラー Property PROP_NAME already exists in the property sheet with a different type: 5 が発生する。
|
2022-06-07 17:37:07 +09:00 |
|
ousttrue
|
0dab85553a
|
警告 Texture image MIME type {textureInfo.DataMimeType} is not supported. の防止。
image.uri から mime を決定する。
glb のときは mime を省略不可。
> a reference to a bufferView; in that case mimeType MUST be defined.
|
2022-06-07 15:29:00 +09:00 |
|
ousttrue
|
5773281ca2
|
For multiple gltf, glb importer conflicts.
|
2022-06-06 16:43:15 +09:00 |
|
amamagi
|
48aec5bfe5
|
fix ArgumentOutOfRangeException
|
2022-06-06 16:03:15 +09:00 |
|
ousttrue
|
f6e62dea9a
|
readonly struct なので null を返して失敗を表現できない。throw してたのだけど、順次 TryGet に変えてく。
|
2022-06-03 15:48:26 +09:00 |
|
ousttrue
|
52d0ae691d
|
Test追加。Application.dataPath のひとつ上が AssetDatabase の root になる。
|
2022-06-02 18:41:17 +09:00 |
|
ousttrue
|
de8d65cb5d
|
public string FullPath { get; }. 末尾に '/' を付けない仕様を追加
|
2022-06-02 18:31:17 +09:00 |
|
ousttrue
|
13dab3aa34
|
public readonly string FullPath { get; }
|
2022-06-02 18:14:53 +09:00 |
|
ousttrue
|
7030a4ddf4
|
VRMShaders.PathObject を追加。 MigrationMenu で使う。
|
2022-06-02 17:56:36 +09:00 |
|
ousttrue
|
866d1883c7
|
未使用概念 PreShaderPropExporter を削除
|
2022-06-02 15:26:17 +09:00 |
|
ousttrue
|
ac19e0d135
|
PreShaderPropExporter は既に VRM/MToon 専用
|
2022-06-02 15:12:22 +09:00 |
|
ousttrue
|
61422eb94c
|
VRMShaders.GLTF.IO.Runtime から UniUnlit への参照を除去。MaterialFallback.cs にフォールバック情報を移動
|
2022-06-02 14:43:31 +09:00 |
|
amamagi
|
d2006caa4e
|
remove mathematics
|
2022-05-31 15:37:21 +09:00 |
|
ousttrue
|
98fd076d13
|
Merge pull request #1666 from ousttrue/fix/build_editor
ビルドエラー(runtime への UnityEditor 漏れ出し)を修正
|
2022-05-31 13:29:46 +09:00 |
|
ousttrue
|
4e5b08f91e
|
Merge pull request #1667 from ousttrue/fix/test99
99番に追いついてしまった。
|
2022-05-31 13:29:25 +09:00 |
|
ousttrue
|
0dc61fdbda
|
Deserialize で glTFExtensionImport を作ろうとしている。作成済み。
|
2022-05-31 13:24:18 +09:00 |
|
ousttrue
|
78bb9080ce
|
99番に追いついてしまった。
|
2022-05-31 13:18:46 +09:00 |
|
ousttrue
|
f3ab679da8
|
ビルドエラー(runtime への UnityEditor 漏れ出し)を修正
|
2022-05-31 13:13:03 +09:00 |
|
ousttrue
|
bcbd4b9cd4
|
Merge pull request #1664 from ousttrue/fix10/springbone_center
[1.0] SpringBone.center 復活
|
2022-05-31 12:23:43 +09:00 |
|
ousttrue
|
b730791596
|
Merge pull request #1659 from ousttrue/fix/KHR_materials_emissive_strength
KHR_materials_emissive_strength を実装
|
2022-05-31 12:19:56 +09:00 |
|
ousttrue
|
0d844c4419
|
Merge pull request #1660 from ousttrue/fix/skip_gltf_sample_test
AnimatedMorphCube quantize for blendshape is not implemented.
|
2022-05-31 12:19:00 +09:00 |
|
ousttrue
|
5758f12a88
|
Move Vrm10Instance.SpringBoneCenter to Vrm10InstanceSpringBone.Spring.Center. Update exporter and importer.
|
2022-05-30 22:15:00 +09:00 |
|
ousttrue
|
668b97d255
|
Update JsonSchema and regenerate serializer.
|
2022-05-30 22:02:12 +09:00 |
|
amamagi
|
9aaea6e6a1
|
refactor fast spring bone
|
2022-05-30 19:05:17 +09:00 |
|
amamagi
|
b3d56c0cac
|
Merge remote-tracking branch 'upstream/master' into fix/fsb-collider-and-rotation
|
2022-05-30 18:28:10 +09:00 |
|
amamagi
|
7c0df2aa1e
|
small change
|
2022-05-30 18:22:08 +09:00 |
|
Yutaka Sato
|
da0d4d053a
|
Merge pull request #1661 from amamagi/fix/fsb-reconstruct
FastSpringBoneBuffer.ReconstructBuffers()実行後にboneのTransformが意図しない動作をしていた問題を修正
|
2022-05-30 18:11:19 +09:00 |
|
amamagi
|
d4ae062ae4
|
apply collider scale
|
2022-05-30 18:09:11 +09:00 |
|
amamagi
|
f453c0ea6a
|
set init rotation
|
2022-05-30 17:20:53 +09:00 |
|
amamagi
|
0a50881fa5
|
add collider idx
|
2022-05-30 16:03:58 +09:00 |
|
amamagi
|
e3d55943b6
|
fix reconstruct method
|
2022-05-27 20:45:31 +09:00 |
|
ousttrue
|
b09f00f6a7
|
AnimatedMorphCube quantize for blendshape is not implemented.
|
2022-05-26 22:06:52 +09:00 |
|
ousttrue
|
3ad4983fe5
|
add MaterialEmissiveStrengthTest
|
2022-05-26 21:08:03 +09:00 |
|
ousttrue
|
c45b0f2ed4
|
glTFExtensionExport.GetOrCreate を使うように修正。Test しか使ってなかった。
Serialize じゃなくて CreateDefault の方が使われている。
|
2022-05-26 20:46:45 +09:00 |
|
ousttrue
|
50e08dc9f6
|
impl KHR_materials_emissive_strength
|
2022-05-26 20:26:27 +09:00 |
|
ousttrue
|
fdefd030e0
|
UniVRM-0.99
|
2022-05-26 12:26:04 +09:00 |
|
ousttrue
|
1173a6e05e
|
Merge pull request #1647 from ousttrue/refactor_mesh_integrator
MeshIntegrator整理終わり
|
2022-05-25 20:02:39 +09:00 |
|
ousttrue
|
3054eff5d7
|
fix
|
2022-05-19 16:38:00 +09:00 |
|
ousttrue
|
facbf1f874
|
BoneMeshRemoverValidator 廃止。機能がよくわからない。
|
2022-05-19 16:30:08 +09:00 |
|
ousttrue
|
d4609bc2c7
|
fix
|
2022-05-19 15:48:51 +09:00 |
|
ousttrue
|
5fd867a1e3
|
rename
|
2022-05-19 15:45:03 +09:00 |
|
ousttrue
|
4cf1284576
|
add AssginAllBlendShapesInAFolder
|
2022-05-19 15:32:26 +09:00 |
|
ousttrue
|
75399f1f64
|
Merge pull request #1655 from ousttrue/fix/BlendShapeMenu_sample
BlendShape を作って登録するサンプル
|
2022-05-19 15:09:56 +09:00 |
|