Masataka SUMI
|
4649f7aa60
|
Merge branch 'master' of https://github.com/vrm-c/UniVRM into controlRig2
|
2022-09-06 19:52:34 +09:00 |
|
ousttrue
|
aedfd5c850
|
Merge pull request #1774 from Santarh/contolRig
Rename class names about FKRetarget into ControlRig
|
2022-09-06 19:51:33 +09:00 |
|
Masataka SUMI
|
411db43ad7
|
remove unused
|
2022-09-06 19:43:59 +09:00 |
|
Masataka SUMI
|
072031973c
|
Refactoring about RuntimeControlRig
|
2022-09-06 19:26:40 +09:00 |
|
Masataka SUMI
|
beb37abe3b
|
Remove unused variables
|
2022-09-06 18:33:17 +09:00 |
|
Masataka SUMI
|
6f67676fe9
|
rename class name
|
2022-09-06 18:22:25 +09:00 |
|
ousttrue
|
e73840aec1
|
Merge pull request #1768 from ousttrue/feature10/fk_retarget
Feature10/fk retarget
|
2022-09-06 18:02:19 +09:00 |
|
ousttrue
|
98bed36d20
|
Merge pull request #1763 from ousttrue/fix10/aim_axis_reversex
[1.0] AimConstraint の修正
|
2022-09-05 16:20:59 +09:00 |
|
ousttrue
|
2eb64b5f24
|
FkRetarget の初期実装。vrm-1.0 で 正規化をやめるので、従来の正規化済みTPoseに対する localRotation を変換して適用する機能です
|
2022-08-23 15:53:21 +09:00 |
|
ousttrue
|
64f5a05bc3
|
Vrm10FkRetarget
|
2022-08-23 15:06:19 +09:00 |
|
ousttrue
|
ea9aa5afe6
|
world を local に修正
|
2022-08-05 16:07:20 +09:00 |
|
ousttrue
|
95dddde143
|
m_lookAtSpace へのアクセスを局所化。OffsetFromHead はちゃんと使っていることを確認
|
2022-08-05 15:59:32 +09:00 |
|
ousttrue
|
a3ee9b44b8
|
pitch の正方向を vrm-0.x と同じにする
|
2022-08-05 15:52:43 +09:00 |
|
ousttrue
|
996ff6e03b
|
lookat bone方式の初期姿勢を実装
|
2022-08-02 20:14:46 +09:00 |
|
ousttrue
|
3ab946f8ac
|
euler 角の正の方向。ロジックをドキュメントに合わせる。
|
2022-08-02 19:58:27 +09:00 |
|
ousttrue
|
29df3f89da
|
aim gizmo
|
2022-08-01 20:38:43 +09:00 |
|
ousttrue
|
cc304f3b90
|
fix importer / exporter
|
2022-08-01 19:35:01 +09:00 |
|
ichi23
|
692ccfee49
|
fix procedural expression weights
|
2022-07-21 15:06:40 +09:00 |
|
ousttrue
|
9dc582150b
|
implement PositionHandle for VRM10SpringBoneCollider
|
2022-07-06 17:28:29 +09:00 |
|
Masataka SUMI
|
289e9e90b9
|
Fix vrm10 springbone initializing problem.
|
2022-07-05 21:49:47 +09:00 |
|
ousttrue
|
6ba7499a2f
|
Merge pull request #1713 from ousttrue/fix/rename_metacarpal
[1.0] 親指のボーン名を metacarpal, proximal, distal に変更
|
2022-06-28 16:06:46 +09:00 |
|
amamagi
|
b8ae94ddea
|
use cached local rotation for spring bone calculation
|
2022-06-27 13:26:36 +09:00 |
|
amamagi
|
b537a4a3ea
|
add default transform states
|
2022-06-27 12:53:21 +09:00 |
|
amamagi
|
63eb58d6b7
|
Revert "Vrm10Runtime.ReconstructSpringBoneを呼んだ時点のSpringBoneの形状を維持する方向に剛性が働いてしまう問題を修正"
This reverts commit 904b82c114.
|
2022-06-27 10:43:21 +09:00 |
|
ousttrue
|
f19389c03a
|
Animator じゃなくて Vrm10Instance から bone を得る
|
2022-06-24 18:10:42 +09:00 |
|
amamagi
|
904b82c114
|
Vrm10Runtime.ReconstructSpringBoneを呼んだ時点のSpringBoneの形状を維持する方向に剛性が働いてしまう問題を修正
|
2022-06-22 19:46:18 +09:00 |
|
ousttrue
|
e1162479e7
|
Awake で初期化するのが早すぎて Runtime ロードで動作しない
|
2022-06-17 20:25:20 +09:00 |
|
ousttrue
|
5758f12a88
|
Move Vrm10Instance.SpringBoneCenter to Vrm10InstanceSpringBone.Spring.Center. Update exporter and importer.
|
2022-05-30 22:15:00 +09:00 |
|
Masataka SUMI
|
b12b4c95ad
|
the UV transform is needed to update _MainTex_ST only.
|
2022-05-18 17:38:59 +09:00 |
|
ousttrue
|
d02bdd3d5f
|
Merge pull request #1629 from notargs/feature/use_gizmo_selected
OnDrawGizmosではなくOnDrawGizmosSelectedを利用する
|
2022-04-22 19:54:07 +09:00 |
|
notargs
|
247b9347e9
|
OnDrawGizmos -> OnDrawGizmosSelected
|
2022-04-22 19:51:35 +09:00 |
|
0b5vr
|
610048cdcf
|
change (1.0, constraint): Change max range of weights to 1.0
現状、仕様ではweightの最大値は1.0となっているので、UI上もこれに従うのが良いと思います。
|
2022-04-21 12:18:18 +09:00 |
|
ousttrue
|
83c16805d9
|
prefix VRM10 の表記ブレ
|
2022-04-19 14:19:45 +09:00 |
|
ousttrue
|
a12ce042fb
|
IVRM10Constraint.cs abstract class to interface
|
2022-04-19 14:19:45 +09:00 |
|
ousttrue
|
d2f17b9257
|
仕様に準拠
|
2022-04-19 14:19:45 +09:00 |
|
ousttrue
|
325fe98980
|
新仕様に合わせて旧コンポーネントを整理。Vrm10AimConstraint, Vrm10RollConstraint, VRM10RotationConstraint のコンポーネント(placeholder), Import, Export を実装
|
2022-04-19 14:19:44 +09:00 |
|
ousttrue
|
7729a3fe2b
|
Merge pull request #1601 from ousttrue/fix10/Vrm10Runtime
Fix10/vrm10 runtime
|
2022-04-19 13:26:38 +09:00 |
|
ousttrue
|
f9fa1752eb
|
simple
|
2022-04-11 17:39:20 +09:00 |
|
ousttrue
|
36d697fdb4
|
copy settings
|
2022-04-11 17:13:38 +09:00 |
|
ousttrue
|
d9280d0aa5
|
[ContextMenu("AddJointsToAllChild0")]
|
2022-04-11 17:09:43 +09:00 |
|
ousttrue
|
e33d5357fd
|
Vrm10RuntimeLookAt
|
2022-04-11 16:16:43 +09:00 |
|
ousttrue
|
4483a57784
|
Vrm10RuntimeExpression
|
2022-04-11 16:03:22 +09:00 |
|
ousttrue
|
eb71863d6d
|
Vrm10Instance と Vrm10Runtime で責務を整理する
* Vrm10Instance シーンヒエラルキーでの表現
* Vrm10Runtime プレイ時のインタフェース
|
2022-04-11 15:50:53 +09:00 |
|
ousttrue
|
faebd43771
|
remove awaitCaller ?? new ImmediateCaller()
上流の awaitCaller を下流に使ってないことも修正
|
2022-02-21 16:47:44 +09:00 |
|
0b5vr
|
c5d330626d
|
refactor (1.0, constraint): rename AxesMaskExtensions.Freeze -> Mask
|
2022-02-04 18:51:47 +09:00 |
|
0b5vr
|
67d00a496a
|
change (1.0, constraint): default value of axes should enable all axes
|
2022-02-04 13:27:21 +09:00 |
|
0b5vr
|
d9d9e13901
|
change (1.0, constraint): freezeAxes -> axes
See: https://github.com/vrm-c/vrm-specification/pull/352
|
2022-02-04 12:33:01 +09:00 |
|
ousttrue
|
b72dce24c2
|
Merge pull request #1487 from ousttrue/fix10/fix_neutral
Fix10/fix neutral
|
2022-02-03 20:22:02 +09:00 |
|
ousttrue
|
62d217993a
|
同じ対象に対する設定が複数ある場合に先頭のものを採用する
|
2022-02-02 19:55:28 +09:00 |
|
ousttrue
|
945873a5b3
|
neutral 関連個所(シリアライズ周り)を修正
|
2022-02-01 14:31:51 +09:00 |
|