Commit Graph

77 Commits

Author SHA1 Message Date
ousttrue
7dffd548eb 不要 2025-09-18 14:54:20 +09:00
ousttrue
a56e019455 fix gizmo color 2025-09-17 22:54:03 +09:00
ousttrue
5bb542f3d0 logic じゃなくて gizmo の方が間違い 2025-09-17 22:50:02 +09:00
ousttrue
ba0c833104 split function 2025-09-17 22:24:22 +09:00
ousttrue
a7be8b6f52 default handle と 回転 offset の切り替えを AngleLimitSettings の fold と対応させる 2025-09-17 15:29:21 +09:00
ousttrue
a2f54217b0 spring chain color orange 2025-09-17 13:39:06 +09:00
ousttrue
59ec82b183 spherical は phi が x 軸(hingeと同じ)。theta が z 軸 2025-09-16 20:11:32 +09:00
ousttrue
c783ed4640 remove comment. cannot access to serializedObject in OnSceneGUI 2025-09-12 13:48:39 +09:00
ousttrue
22b1363c78 Spherical 2025-09-08 18:45:18 +09:00
ousttrue
61e79dca4e DrawChain 2025-09-08 18:02:25 +09:00
ousttrue
925a9d8b0c HandleLimitRotation 2025-09-08 17:53:08 +09:00
ousttrue
db5ff3529c Hinge 2025-09-08 16:30:26 +09:00
ousttrue
721ad2466f calcSpringboneLimitSpace 2025-09-08 15:47:57 +09:00
ousttrue
3fdecc005b label 2025-09-08 14:42:42 +09:00
ousttrue
097efb2cb2
Update Assets/VRM10/Editor/Components/SpringBone/VRM10SpringBoneJointEditor.cs
Co-authored-by: 0b5vr <0b5vr@0b5vr.com>
2025-08-22 17:59:21 +09:00
ousttrue
dc099fd207
Update Assets/VRM10/Editor/Components/SpringBone/VRM10SpringBoneJointEditor.cs
Co-authored-by: 0b5vr <0b5vr@0b5vr.com>
2025-08-22 17:59:12 +09:00
ousttrue
9a6b7efca1 作業中メッセージ 2025-08-22 17:45:35 +09:00
ousttrue
e8e6cc239e
Update Assets/VRM10/Editor/Components/SpringBone/VRM10SpringBoneJointEditor.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-07 17:01:51 +09:00
ousttrue
24b2aa18a9 VRM10SpringBoneJoint に angle limit 設定を追加して、runtime に反映できるようにした 2025-07-18 21:49:44 +09:00
ousttrue
8bf4cfe1ac inspector から editor を開けるように 2025-07-18 20:26:22 +09:00
ousttrue
fb59c601ab Vrm10EditorUtility.LimitBreakSlider 2025-02-27 13:00:45 +09:00
ousttrue
7732955ca0 editor, sample 2025-02-05 13:56:13 +09:00
RDAG
f67b4d7269 fix compile error in unity 2021 2025-01-27 00:18:22 +09:00
ousttrue
e3b2071877
Merge branch 'master' into fix/10_collider_editor_update 2024-12-23 13:39:59 +09:00
ousttrue
458aabdfe4
Merge branch 'master' into fix/10_show_select_springbone 2024-12-23 13:39:18 +09:00
ousttrue
6cee7b3b70 capsule の頭側も drag できるようにした 2024-11-29 19:00:09 +09:00
ousttrue
1087bfe79d static 変数に別モデルの参照が残る場合あり 2024-11-29 17:59:34 +09:00
ousttrue
6b1314c242 play 中の collider 変更で ReconstructSpringBone を呼ぶ 2024-11-29 17:56:34 +09:00
ousttrue
1f55d0dcfb GUISpringBone use VisualElement 2024-11-28 19:41:39 +09:00
ousttrue
5f5eaa641b VRM10SpringBoneColliderEditor に PositionHandle と "Fit head-tail capsule" ボタン追加 2024-11-26 22:24:33 +09:00
ousttrue
06c1da2e98 VRM10SpringBoneColliderGroupEditor 2024-11-26 21:56:31 +09:00
ousttrue
b75accf910 script gray 2024-11-26 21:56:17 +09:00
ousttrue
29d6a0796e
Merge branch 'master' into fix/vrm10_editor 2024-11-12 15:00:05 +09:00
ousttrue
41a86297de [1.0] joint gizmo simple 化
- joint は自身のSphere描画をする(radius 取得のみ vrm に問い合わせる)
- vrm は連結Lineの描画をする
2024-11-12 13:47:05 +09:00
ousttrue
01b34c4b89 update SpringBone editor 2024-11-09 01:42:08 +09:00
ousttrue
3b470978d9 remove VRM10Window 2024-11-07 19:38:26 +09:00
ousttrue
749a5b242b Editor からの JointLevel の更新 2024-10-04 13:33:37 +09:00
ousttrue
40c4777361 [vrm-1.0][editor][play] call SpringBone.ReconstructSpringBone when changed
#2410
2024-08-28 17:28:41 +09:00
ousttrue
0b565233d2 fix VRM10SpringBoneJointEditor 2024-07-25 17:28:57 +09:00
ousttrue
be20563059 GetComponent を置き換え。
TryGetComponent
GetComponentOrThrow(拡張関数)
GetComponentOrNull(拡張関数)

sample と test は据え置き
2024-07-24 22:09:30 +09:00
ousttrue
deff52b7a7 root の子孫に再帰的に joint を設定するボタン 2024-07-19 17:29:54 +09:00
ousttrue
2ff310a070 VRM10SpringBoneJoint.s_activeForGizmoDraw to InternalsVisibleTo
"DrawColliders"
2024-07-11 19:09:35 +09:00
ousttrue
5b954dbb7c add toggle DrawCollider 2024-07-11 18:20:32 +09:00
ousttrue
57af53c221 comment 2024-07-11 15:19:00 +09:00
ousttrue
7d3aa056ce collider のカスタムエディターで無効なパラメーターを表示しない 2024-07-11 15:11:34 +09:00
ousttrue
a30dfd363b spring と 関連のある collider も描画する 2024-07-11 14:12:07 +09:00
ousttrue
8c09ff60df isLastTail 2024-07-11 14:12:07 +09:00
ousttrue
e8f84d95e6 show collider groups 2024-07-11 14:12:07 +09:00
ousttrue
a87ceb0fd4 VRM10SpringBoneJoint の Gizmo を Spring 単位にまとめて描画するようにした
末端の joint を選択していても 根元から一連の joint を描画し、
末端を別色で highlight する。
2024-07-11 14:12:07 +09:00
ousttrue
2effde9c1f show spring info on VRM10SpringBoneJointEditor 2024-07-11 14:12:07 +09:00