Commit Graph

  • 38f228d558 UniVRM-0.128.1 ousttrue 2024-12-23 13:20:18 +09:00
  • c2a793cc1e Merge pull request #2540 from Santarh/matcapDefaultBehaviour ousttrue 2024-12-23 14:31:12 +09:00
  • 8d4b6d855c The MToon10 URP shader follows the MToon10 Built-inRP shader Masataka SUMI 2024-12-23 14:15:23 +09:00
  • 5d116ee89d MatCapColor value should be [1,1,1] when it isn't defined. Masataka SUMI 2024-12-23 14:05:54 +09:00
  • 76563cdebb MatCap Texture should be 0.0 when it doesn't exist. Masataka SUMI 2024-12-23 14:04:26 +09:00
  • 9d453a484c Merge pull request #2514 from ousttrue/fix/10_collider_editor_update ousttrue 2024-12-23 13:40:27 +09:00
  • e3b2071877 Merge branch 'master' into fix/10_collider_editor_update ousttrue 2024-12-23 13:39:59 +09:00
  • 66dcc65f8a Merge pull request #2513 from ousttrue/fix/10_show_select_springbone ousttrue 2024-12-23 13:39:48 +09:00
  • 458aabdfe4 Merge branch 'master' into fix/10_show_select_springbone ousttrue 2024-12-23 13:39:18 +09:00
  • ecf9ff1a7c Merge pull request #2538 from Santarh/stepsInsteadOfJobs ousttrue 2024-12-20 17:56:10 +09:00
  • ca775d37c2 Use steps instead of jobs. Masataka SUMI 2024-12-20 16:25:08 +09:00
  • 5152183765 Merge pull request #2533 from notargs/use_maintexture_offset_scale ousttrue 2024-12-20 15:52:57 +09:00
  • a8925bbd10 Merge branch 'master' into use_maintexture_offset_scale ousttrue 2024-12-20 15:52:38 +09:00
  • 4e6cab5400 Merge pull request #2534 from ousttrue/fix/vrma_scripted_importer ousttrue 2024-12-20 15:51:57 +09:00
  • 3d6b3afe1f Merge branch 'master' into use_maintexture_offset_scale Yutaka Sato 2024-12-20 15:48:40 +09:00
  • ceea9a294a Debug.Log ousttrue 2024-12-20 15:43:35 +09:00
  • bd97ffd407 add VrmaScriptedImporter ousttrue 2024-12-19 22:48:57 +09:00
  • 9d56a42f4c Merge pull request #2536 from Santarh/defaultMatFix ousttrue 2024-12-20 15:34:25 +09:00
  • b8ab2bdf8f Fix an error when importing a glTF file that does not contain materials. Masataka SUMI 2024-12-20 15:12:03 +09:00
  • 6ba271705c Merge remote-tracking branch 'upstream/master' into use_maintexture_offset_scale notargs 2024-12-13 21:30:09 +09:00
  • fc206b8225 Fix MaterialValueBindingMerger built-in RP lock-in notargs 2024-12-13 20:20:28 +09:00
  • 472da49bef Merge pull request #2517 from ousttrue/fix/fix_cloth_sample ousttrue 2024-12-13 17:43:10 +09:00
  • aad85295a4 Merge branch 'master' into fix/fix_cloth_sample ousttrue 2024-12-13 17:42:50 +09:00
  • 3fe91cc55f Merge pull request #2531 from ousttrue/test/icon ousttrue 2024-12-10 16:21:15 +09:00
  • 6eb9e589b9 set icon ousttrue 2024-12-10 15:12:45 +09:00
  • 95941c9c9f set icon icon_test ousttrue 2024-12-10 15:12:45 +09:00
  • a7667af3db Merge pull request #2530 from ousttrue/fix/editor_dilaog_is_windows ousttrue 2024-12-09 18:34:38 +09:00
  • 554bdfec4d use Application.platform ousttrue 2024-12-09 17:35:02 +09:00
  • 267b080eac Editor の filedialog の platform 依存を隔離 ousttrue 2024-12-09 16:27:33 +09:00
  • 15670d24b6 Merge pull request #2524 from ousttrue/fix/gizmo_count ousttrue 2024-12-09 15:23:21 +09:00
  • 9eb134fcf3 Merge branch 'master' into fix/gizmo_count ousttrue 2024-12-09 15:22:44 +09:00
  • 1fa8ced35c Merge pull request #2518 from ousttrue/fix/use_awaitcaller ousttrue 2024-12-09 15:22:33 +09:00
  • d4a8027144 Merge branch 'master' into fix/use_awaitcaller ousttrue 2024-12-09 15:22:09 +09:00
  • e36ce7b500 Merge pull request #2526 from cpetry/#2525 ousttrue 2024-12-09 15:21:51 +09:00
  • 5a882d76d1 Merge branch 'master' into #2525 ousttrue 2024-12-09 15:21:05 +09:00
  • 4deec5afab Merge pull request #2522 from cpetry/#2521 ousttrue 2024-12-09 15:08:34 +09:00
  • 5d978f9c88 Refs #2525 - Using mesh topology to also process quads. Quads are being split into two triangles. Christian Petry 2024-12-04 12:51:32 +01:00
  • eade1b521f 初期設定時など空の時にエラーになる ousttrue 2024-12-04 16:29:36 +09:00
  • cc6acafcf3 cleaned up PR Christian Petry 2024-12-03 15:21:03 +01:00
  • 66f37ba2ce Refs #2521 - Improved exporting performance drastically by increasing allocated buffer more than needed to be able to skip extending chunk by chunk. No difference in export quality Christian Petry 2024-12-03 15:15:12 +01:00
  • e5e731359f Fixed #2519 - progress being used when given Christian Petry 2024-12-03 12:44:06 +01:00
  • 927008c1bf use awaitCaller ousttrue 2024-12-03 13:19:49 +09:00
  • b53454c144 impl branch ousttrue 2024-12-02 17:22:45 +09:00
  • 22556171a2 fix tree index ousttrue 2024-12-02 17:12:03 +09:00
  • a3a15e34ae particle.Branch ousttrue 2024-12-02 16:35:17 +09:00
  • 7113e62166 pin cd ousttrue 2024-12-02 15:00:08 +09:00
  • 4c6f5ebb48 ParticleSettings ousttrue 2024-12-02 14:48:36 +09:00
  • 3d07d160ce _impulsiveForces ousttrue 2024-12-02 14:03:59 +09:00
  • be5b857489 use warp.BaseSettings ousttrue 2024-12-02 13:57:55 +09:00
  • 8551e2d55b resilience_force ousttrue 2024-12-02 10:27:57 +09:00
  • 7fccb941f6 RectCollisionReduceJob ousttrue 2024-12-01 01:55:44 +09:00
  • 4f40c44fea CollisionMove ousttrue 2024-11-30 23:28:31 +09:00
  • 6ebf6a779b fix TryCollideCapsuleAndSphere ousttrue 2024-11-30 00:14:45 +09:00
  • 7fe84e533e ColliderGroupRefRange ousttrue 2024-11-29 23:54:52 +09:00
  • c2cab1c68c ArrayRange ousttrue 2024-11-29 22:23:54 +09:00
  • c871f04a1e batch count 1 ousttrue 2024-11-29 20:19:59 +09:00
  • b16ea01ede max delta ousttrue 2024-11-29 16:07:50 +09:00
  • 9455b530b7 warp attach validation ousttrue 2024-11-29 16:07:25 +09:00
  • 27276e74bc skip duplicate joint ousttrue 2024-11-29 15:00:31 +09:00
  • b3dc6b45fa fix stiffness. normalized ousttrue 2024-11-29 14:36:26 +09:00
  • 9f1977d76f fix factor. add cloth to hips ousttrue 2024-11-29 14:21:06 +09:00
  • d21ac212d9 Replace split to Load and Clear ousttrue 2024-11-29 13:40:01 +09:00
  • 95d5576cc8 fix StrandCollisionJob ousttrue 2024-11-29 11:06:47 +09:00
  • 9773b0c915 rename ousttrue 2024-11-29 03:58:34 +09:00
  • 6018af0a4e fix ClothWarpRoot.OnValidate ousttrue 2024-11-29 03:58:24 +09:00
  • ffb1f54bdd update RotateParticleRuntimeProviderEditor ousttrue 2024-11-29 03:24:14 +09:00
  • c75dd199a5 UseJob default true ousttrue 2024-11-29 03:24:02 +09:00
  • 6cee7b3b70 capsule の頭側も drag できるようにした ousttrue 2024-11-29 19:00:09 +09:00
  • 1087bfe79d static 変数に別モデルの参照が残る場合あり ousttrue 2024-11-29 17:59:34 +09:00
  • 6b1314c242 play 中の collider 変更で ReconstructSpringBone を呼ぶ ousttrue 2024-11-29 17:56:34 +09:00
  • 9a22db7340 Merge pull request #2510 from ousttrue/fix/collider_editor ousttrue 2024-11-29 17:32:22 +09:00
  • 0abe403afe Merge branch 'master' into fix/collider_editor ousttrue 2024-11-29 17:31:53 +09:00
  • 7ec1951f37 highlight selected spring ousttrue 2024-11-28 20:06:57 +09:00
  • 1f55d0dcfb GUISpringBone use VisualElement ousttrue 2024-11-28 19:41:39 +09:00
  • 69c5405035 Merge pull request #2512 from ousttrue/fix/0x_freeze_blendshape_default ousttrue 2024-11-28 17:06:17 +09:00
  • 97355c6f86 VisualElement TabView もどき ousttrue 2024-11-28 16:10:18 +09:00
  • 7234430424 m_Script ousttrue 2024-11-28 14:00:47 +09:00
  • f155a15c7e 0.x は default true ousttrue 2024-11-28 13:30:49 +09:00
  • 7e91b1b4d5 gui に checkbox つけわすれ ousttrue 2024-11-28 13:30:25 +09:00
  • 5f5eaa641b VRM10SpringBoneColliderEditor に PositionHandle と "Fit head-tail capsule" ボタン追加 ousttrue 2024-11-26 22:24:33 +09:00
  • 06c1da2e98 VRM10SpringBoneColliderGroupEditor ousttrue 2024-11-26 21:56:31 +09:00
  • b75accf910 script gray ousttrue 2024-11-26 21:56:17 +09:00
  • a2cef9784c Merge pull request #2509 from ousttrue/feature/cloth_experiment ousttrue 2024-11-26 19:46:16 +09:00
  • 3c8d40277b rename namespace ClothWarpLib to UniVRM10.ClothWarp ousttrue 2024-11-26 18:32:23 +09:00
  • 13a0f4cad8 ClothWarpLib.Components.ClothWarp to ClothWarpRoot ousttrue 2024-11-26 18:21:50 +09:00
  • 1a54ed1b2c HeadWorldPosition ousttrue 2024-11-26 15:54:30 +09:00
  • 7ba7028f03 rename to ClothWarp ousttrue 2024-11-26 15:20:31 +09:00
  • c04723fc36 fix GetDelta ousttrue 2024-11-26 10:12:28 +09:00
  • f91c94aeb3 TODO ousttrue 2024-11-26 02:36:54 +09:00
  • b710a82aff StrandCollisionJob capsule ousttrue 2024-11-26 02:29:54 +09:00
  • 4f41ed76f4 Cloth x Capsule ousttrue 2024-11-26 02:09:42 +09:00
  • a8b998eb2b RotateParticleJobRuntime use ClothRectList ousttrue 2024-11-25 18:40:23 +09:00
  • 3dee7a4f9d ClothRectList ousttrue 2024-11-25 16:36:30 +09:00
  • 2c9808b077 remove IRotateParticleSystem.cs ousttrue 2024-11-25 15:14:49 +09:00
  • b47ab9abb7 m_useJob ousttrue 2024-11-25 14:38:25 +09:00
  • 9f96479f16 WeftConstraintJob ousttrue 2024-11-24 02:33:46 +09:00
  • fd7f6e47ba cloth collision ousttrue 2024-11-24 00:49:32 +09:00
  • 42e7819733 WIP cloth ousttrue 2024-11-23 03:25:41 +09:00
  • 2a6f71df88 index ousttrue 2024-11-22 21:29:24 +09:00
  • 1970b44cd7 _clothRects ousttrue 2024-11-22 21:13:52 +09:00