Commit Graph

155 Commits

Author SHA1 Message Date
ousttrue
fb59c601ab Vrm10EditorUtility.LimitBreakSlider 2025-02-27 13:00:45 +09:00
ousttrue
a9696a37b2 VRM10ObjectLookAtEditor 2025-02-27 00:37:14 +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
42a3014e7a UniGLTFLogger を追加
[System.Diagnostics.Conditional("VRM_DEVELOP")] により呼び出しが消滅する。
2024-07-16 15:48:50 +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
LanternaBlender
1178595094 Add reselect button for colliders : comment 2024-06-07 00:50:12 +09:00
LanternaBlender
46d3de45ec Add reselect button for colliders 2024-06-07 00:00:35 +09:00
LanternaBlender
3185e02518 Show collider identification name on inspector 2024-05-31 20:04:54 +09:00
ousttrue
8741e5e119 Editorスクリプトの配置間違い 2024-03-01 12:54:06 +09:00
ousttrue
b216a5bbc0 メニューの表記、順番調整
- `-1.0` => ` 1.0`
- `Import` and `Export`
- `Export < Import < MeshUtility` order
2023-11-15 18:24:02 +09:00
ousttrue
90a1192be2 menu 名と dialog 名を整理
- menu 名を関連クラスの `public const string MENU_NAME` にした(特に validate=true で2回同名で呼ぶところ)
- menu 表示名と dialog のタイトルを同じ文字列にした
2023-11-15 16:01:21 +09:00
mkc1370
b7320e3ef6 Fixed resource leak when updating Expression preview 2023-10-11 13:20:18 +09:00
ousttrue
70f8afdd89 ArrayProperty name Element 0 to {Array.Name}[0] 2023-03-08 18:15:38 +09:00
0b5vr
e8942a4f42 fix: Add [CanEditMultipleObjects] to VRM10SpringBoneJointEditor
Addressing https://github.com/vrm-c/UniVRM/pull/1952#discussion_r1044140952
2022-12-09 16:05:39 +09:00
0b5vr
9c194d55e7 refactor: SpringBoneEditor, change FindProperty specifier from string literal to nameof
Addressing https://github.com/vrm-c/UniVRM/pull/1952#discussion_r1044133280
Addressing https://github.com/vrm-c/UniVRM/pull/1952#discussion_r1044133784
2022-12-09 16:03:45 +09:00
0b5vr
3f9071f679 feature (VRM1, SpringBone): add limit break slider to spring bone joint properties 2022-12-08 20:27:57 +09:00
mkc1370
84b7e0e953 Show error in PreviewGUI 2022-10-26 20:55:28 +09:00
ousttrue
e6f0369eda UnityEngine.Object?. 2022-10-25 16:30:17 +09:00
ousttrue
028cd81c19 未使用削除 2022-10-21 18:57:34 +09:00
ousttrue
938e6f7490 fix picker 2022-10-21 18:47:17 +09:00
ousttrue
f77f0dc6f5 コード整理。SpringBoneEditor を VRM10Window に統合
* 元は Constraint などのエディタもあったのだけど、削った。量が減ったので合体
2022-10-21 17:25:45 +09:00
ousttrue
916e4751c8 WINDOW_TITLE to VRM1.0 Model Editor 2022-10-21 17:10:26 +09:00
ousttrue
61a0a28c93 collider の offset 操作 2022-10-20 19:25:34 +09:00