Open listelin opened 3 years ago
Thanks for the suggestion.
When you load an MMD motion (.vmd), it generates Action Strips. Is that feature insufficient?
Also, it is good to be able to adjust the scale for loading MMD motions. Is it possible to adjust the scale of the Action Strip when loading it directly from .blend?
use case of this feature I think vmd import is good for applications like dance motion. However, for cases where many short, everyday poses are used, such as walking, crouching, resting, etc., I thought it would be useful to have the ability to import them all at once.
the issue of scale I hadn't thought about this. It is indeed a bit troublesome. Since the scale cannot be changed during Append, we need to change the scale in the Action after Append, as shown below. There is also the issue of how many scales to use at the time of creation, so there should be a rule such as "0.08 is recommended".
https://drive.google.com/file/d/1mVtQbUKzqH45hLeZi4sBFytQE2CCLwJW/view?usp=sharing Run scale_mod.py to change the scale of the sit motion. ( I'm not sure if just resizing the location is enough. This is not confirmed yet.)
Regardless of AssetSearch, it might be useful to have the ability to adjust the scale of actions.
I don't think it's a high priority, but it would be nice to have.
利用用途 vmdインポートはダンスモーションのような用途ではいいと思います。 しかし、歩く、しゃがむ、休んでいる、などの短い多くの日常的なポーズを利用するようなケースを想定すると、一括してインポートする機能があると便利だと考えました。
スケールの問題 これは考えていませんでした。確かに少し面倒ですね。 スケールはAppend時の変更は無理なため、Appendした後で以下のようにAction内のスケールを変更する必要あります。 (scale_mod.pyを実行すると、sitモーションのスケールが変更されます) *このようにロケーションのサイズ変更だけで十分か?という確認は取れていません
また、作成時のスケールがいくつかという問題もあり、0.08で作成推奨などのルールも必要です https://drive.google.com/file/d/1mVtQbUKzqH45hLeZi4sBFytQE2CCLwJW/view?usp=sharing
AssetSearchとは関係なくアクションのスケール調整機能は、あると便利かもしれません。
優先度が高いわけではないと思いますが、あってもいい、程度ですね。
Thank you. You're thinking deeply.
I think scaling and rest pose changing are very important in motion reuse. I'll add the Import Action Strips feature when I've solved the scaling and rest pose changing issues.
By the way, I think Asset Manager is better to manage model-specific Action Strips, which is implementing now by the Blender Foundation. https://www.youtube.com/watch?v=tBKZRSmlnG8
I want to make sure that when "Asset Manager" rolls out, our asset search feature will be integrated it.
BlenderのactionをAsset SearchでImportする機能を追加するのはどうでしょうか?
サンプル https://drive.google.com/file/d/17-cSzcliYuji7bUHWa4u05Qvgd-2HE1u/view?usp=sharing
NLAアクション設定したアセットを用意します。(アクションはfake user設定)
★追記:NLAは何も関係なかった・・・。アクションを用意するだけです
これをAppendで、actionをすべて選択して追加すると以下のようにアクションが利用できるようになります。
これをAsset Searchでできると便利ではないかと思います。
要検討
How about adding the ability to Import Blender actions with Asset Search?
Prepare an asset with NLA action set. (Action is set to fake user). ! nla
Add this in Append, selecting all the actions, and the action will be available as shown below. ! imported
I think it would be useful to be able to do this with Asset Search.
Consideration required