- Đã chỉnh sửa
物理コンストレイントを適用したパーツが荒ぶったまま元に戻らなくなりました。
同様の現象は今までも何度か目にしていたのですが、操作をしているうちに落ち着いていたのですが、今回は戻らなくなりました。
なかなか面白い光景ですが、常時このままだと困ってしまいます
最小構成にして少し調べてみたところ、重力が何か関係しているようです。
ご査収頂けると幸いです
物理コンストレイントを適用したパーツが荒ぶったまま元に戻らなくなりました。
同様の現象は今までも何度か目にしていたのですが、操作をしているうちに落ち着いていたのですが、今回は戻らなくなりました。
なかなか面白い光景ですが、常時このままだと困ってしまいます
最小構成にして少し調べてみたところ、重力が何か関係しているようです。
ご査収頂けると幸いです
物理コンストレイントの問題について、いくつかの解決策を提案します。
コンストレイントの順序を確認:
コンストレイントの順序が正しくないと、意図しない動作が発生することがあります。コンストレイントの順序を確認し、必要に応じて手動で並べ替えてください。詳細はこちらをご覧ください。
最新のベータ版を試す:
物理コンストレイントに関する問題は、最新のベータ版で修正されている可能性があります。Spineランチャーで「最新のベータ版」を選択して、問題が解決するか確認してください。
バグ修正の確認:
既に報告されているバグが修正されているか確認してください。例えば、4.2.16-betaでいくつかのコンストレイント関連の問題が修正されています。
これらの手順を試しても問題が解決しない場合、さらに詳細な情報を提供していただければ、より具体的なアドバイスができるかもしれません。
途中送信してしまったため最初の投稿を編集しました。
追記した動画のように重力が何か悪さをしているようです。
この現象はエディタを保存して開き直しても継続しています。
問題が再現できる最小構成のプロジェクトをメールでお送り致します。
ご査収いただければ幸いです
It looks like your physics constraint settings are too powerful or too sensitive. It could be gravity and/or other settings. Wind and gravity make it more noticeable, but it can also happen the first time the bones are moved with very strong or sensitive settings.
When the bones explode like this you can use the Reset
or Reset All
buttons to restart the physics simulation, or turn off simulating using the Simulate
button. You'll likely need to change your physics constraint settings to prevent the problem.
こんにちはNateさん。
お返事ありがとうございます!
色々と試してみたのですが、以下のことが分かりました
1.重力、風 どちらかの項目を0以上にすると常に発生する
2.このスケルトンでのみ発生する
3.シュミレートを切ると暴走は止まる
4.リセット、全てをリセットを押す → 暴走は止まらない
5.物理コンストレイントを一度削除。物理コンストレイントを作り直す → 再度暴走する
6.リミットの項目が赤くなっている
物理コンストレイントを削除して作り直しても重力、風の項目を0以外にすると常に発生します。
発生するのはこのスケルトンのみです。
この現象を確認する前に、このスケルトンにデータインポート、アニメインポートを行い2キャラ目のボーンをスケルトンに移植しました。
それ以前のスケルトンには、同様の設定の物理コンストレイントが存在しますが、暴走していません。
何らかの不具合で、このスケルトンは重力、風が0以外になると常に暴走する状態になってしまったようです。
Thanks for the extra information and project file!
The problem occurs because your reference scale is 0.01
:
You probably want to set it to 100, which is the default. Do you know how it got set to 0.01
?
Reference scale description:
Baseline scale factor for applying physics and other effects based on distance to non-scalable properties, such as angle or scale
角度やスケールなど、スケール出来ないプロパティに距離に基づく物理効果やその他の効果を適用するための基準スケール係数
When an entire skeleton is scaled, like during Import Data, many of the values are scaled to match. For example, if a skeleton is scaled to 10% of its size, then keys that translate a bone 100 will translate it 10 after the scaling.
However, some values are based on distance, but cannot be scaled. For example, physics constraint gravity is a force that can affect translation, scale, rotation, and/or shear. If we scale the gravity to 10% then it affects translation 10% less and everything looks the same (just smaller) because all the translation in the skeleton was scaled. That doesn't work for rotation (or scale) though!
Rotation is based on angles and is not affected by scaling the entire skeleton. Gravity affects rotation a certain amount at 100 reference scale. If you scale the skeleton to 10%, the way gravity affects rotation will not be the same. If you also change reference scale from 100 to 10 (ie 10%), then gravity will affect rotation the same as it did at the 100% skeleton size.
The exact value of the reference scale doesn't matter much. What matters is that you design your physics constraints to behave like you want at a given reference scale. If you then scale your whole skeleton and you want the physics to behave identically, just smaller or larger, then you also need to scale your reference scale by the same amount.
A reference scale of 0.01
is very small, making the physics properties extremely sensitive. We'll add a warning to the skeleton icon when it is set this way. If you didn't change it to 0.01
on purpose, then it would be good to know how it got changed, as it can be very confusing.
お返事ありがとうございます!
参照スケールを100に戻すことで物理コンストレイントが静まりました!
参照スケールは手を付けていなかったのでこちらのプロジェクトで確認してみたところ、
データインポート後にCtrl+Zで一段回戻すと0.01に変わる現象を確認しました。
お送りした最小プロジェクトではこの現象は発生しなかったため再現条件は分かりませんが、データインポートの際は気をつけたいと思います。
Aha! Thanks for the tips about data import and undo. We've fixed it in 4.2.25.