Commit Graph

5972 Commits

Author SHA1 Message Date
ousttrue
807e4b92cb lipsync 2025-03-26 14:42:55 +09:00
ousttrue
ee1043011b auto emotions 2025-03-26 00:24:15 +09:00
ousttrue
53fd0abba9 MetaView.uxml 2025-03-25 01:23:49 +09:00
ousttrue
18b16ddc46 WIP MetaView 2025-03-18 03:23:56 +09:00
ousttrue
0c9b765680 AttributeOverrides 2025-03-17 21:26:23 +09:00
ousttrue
ae42e96d85 WIP uxml 2025-03-11 16:27:24 +09:00
ousttrue
2049eb05ed template 2025-03-10 22:10:38 +09:00
ousttrue
b6ad0ed9e7 分割 2025-03-10 21:07:41 +09:00
ousttrue
1ce8faa103 ArgumentChecker.cs 2025-03-07 20:23:43 +09:00
ousttrue
8302d6240c VRM10MainView 2025-03-07 19:15:51 +09:00
ousttrue
5ebaa1e3ec VRM10ViewerController.cs 2025-03-06 22:22:51 +09:00
ousttrue
9495ebfe53 mv 2025-03-06 21:11:40 +09:00
ousttrue
b045022e3e Merge pull request #2601 from ousttrue/version/v0_128_3
UniVRM-0.128.3
v0.128.3
2025-03-05 15:05:51 +09:00
ousttrue
536aeda8ed Merge branch 'master' into version/v0_128_3 2025-03-05 13:40:37 +09:00
ousttrue
8ad15afb5a Merge pull request #2600 from Santarh/fixHalfTypeShaderBug
Fix an issue where MToon cannot render transparent materials in some 16-bit floating point environments.
2025-03-05 13:40:03 +09:00
ousttrue
25fc792de5 Merge branch 'master' into fixHalfTypeShaderBug 2025-03-05 13:39:47 +09:00
ousttrue
9cb0b0bf57 UniVRM-0.128.3 2025-03-05 13:17:37 +09:00
ousttrue
c7e48941ee Merge pull request #2599 from ousttrue/fix/vrm10viewer_default_material
[sample] TinyMToon は default では off
2025-03-05 13:06:23 +09:00
Masataka SUMI
dd9bfc1669 Apply fp16 bug fix to MToon0.X 2025-03-05 02:00:42 +09:00
Masataka SUMI
c6ac573bcc Make variable name clear. 2025-03-05 01:50:28 +09:00
Masataka SUMI
6a4ec20eb0 Revert changes in MToon 0.X 2025-03-05 01:39:19 +09:00
tsgcpp
c646901436 Fix EPS_COL as half 2025-03-05 01:35:53 +09:00
ousttrue
20f31faf12 add MaterialDescriptor constructor. add comment 2025-03-05 01:31:53 +09:00
ousttrue
4f45d51e8f default TinyPbr off 2025-03-04 22:28:47 +09:00
ousttrue
7158deefc7 Merge pull request #2597 from tsgcpp/feautere/use_emissiveStrength_in_MToon10
Fix to multiply _EmissionColor by emissiveStrength in MToon10
2025-03-04 18:59:39 +09:00
ousttrue
012afdd2b0 Merge branch 'master' into feautere/use_emissiveStrength_in_MToon10 2025-03-04 18:57:56 +09:00
ousttrue
31e7792d00 Merge pull request #2595 from ousttrue/fix/sample_shadergraph
[sample] update TinyMtoon
2025-03-04 18:57:34 +09:00
tsgcpp
09eb24e76e Fix to multiply _EmissionColor by emissiveStrength in MToon10 2025-03-04 14:27:19 +09:00
ousttrue
5d16112bf4 コメント復活。追加。 2025-03-04 13:35:25 +09:00
ousttrue
15ef107f1d Merge branch 'master' into fix/sample_shadergraph 2025-03-03 22:28:09 +09:00
ousttrue
f692ffbaad update shadergraph 2025-03-03 21:53:13 +09:00
ousttrue
bae1d47aeb Merge pull request #2594 from Santarh/revert2540
Ensure `matcapFactor` Compatibility with VRM 1.0 Models in UniVRM v0.128.0 and Earlier
2025-03-03 20:27:28 +09:00
Masataka SUMI
f2fc164af6 comment 2025-03-03 20:11:24 +09:00
Masataka SUMI
e3bf411782 revert a part of #2540 2025-03-03 20:08:40 +09:00
ousttrue
360195d7ae emission bloom 2025-02-28 14:03:59 +09:00
ousttrue
98a16e81a9 NormalMap 2025-02-27 20:50:12 +09:00
ousttrue
6a92f38064 _ShadingShiftFactor 2025-02-27 19:55:24 +09:00
ousttrue
21082a1b05 ground metallic/roughness 2025-02-27 16:24:05 +09:00
ousttrue
c240f6c3ef Merge pull request #2591 from ousttrue/fix/curvemap_editor
[LookAt] VRM10ObjectLookAtEditor
2025-02-27 13:05:22 +09:00
ousttrue
fb59c601ab Vrm10EditorUtility.LimitBreakSlider 2025-02-27 13:00:45 +09:00
ousttrue
a9696a37b2 VRM10ObjectLookAtEditor 2025-02-27 00:37:14 +09:00
ousttrue
ee431ec548 Merge pull request #2589 from ousttrue/fix/lookat_uv_binary
[LookAt] uv + isbinary と関連する修正
2025-02-26 21:14:23 +09:00
ousttrue
b5f2ce60ff fix, comment 2025-02-26 19:43:14 +09:00
ousttrue
0dc81ba7a1 LookAt は DefaultExpressionValidator.Validate よりあとで処理されて IsBinary の閾値が 0 であった
see DefaultExpressionValidator.Validate
var weight = expression.IsBinary ? Mathf.Round(inputWeights[key]) : inputWeights[key];
2025-02-26 19:42:34 +09:00
ousttrue
4a40f0015b TestIsBinary 2025-02-25 23:56:51 +09:00
ousttrue
b79333673b remove PreviewMaterialItem.RestoreInitialValues. use PreviewMaterialItem.Clear 2025-02-25 23:56:35 +09:00
ousttrue
c7301a1287 show if not Application.isPlaying 2025-02-25 23:55:22 +09:00
ousttrue
059e691aca Vrm10Instance.DisposeRuntime 2025-02-25 23:22:07 +09:00
ousttrue
dcc6d09635 Vrm10RuntimeExpression.Dispose. offset,scale 2025-02-25 16:24:47 +09:00
ousttrue
98995a22e7 Merge pull request #2587 from ousttrue/vrm1/runtime_lookat_info
[LookAt] Vrm1/runtime lookat info
2025-02-25 14:10:56 +09:00