-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from unsolublesugar/feature/add-jp-assets-moti…
…on-recorder Add: [jp] Assets - Motion Recorder & Player
- Loading branch information
Showing
2 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
i18n/jp/docusaurus-plugin-content-docs/current/assets/motion-player.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
sidebar_position: 81 | ||
--- | ||
|
||
# アクションプレイヤー | ||
|
||
:::info | ||
この機能は現在ベータ版です。 | ||
::: | ||
|
||
アクションプレイヤーを使用すると、[モーションレコーダー](motion-recorder)で記録されたWANIMアニメーションを再生できます。 | ||
|
||
:::info | ||
現在、サポートされているのはWANIMアニメーションのみです。FBXおよびBVHアニメーションのサポートも予定されています。 | ||
::: | ||
|
||
## 設定 | ||
|
||
アニメーションを再生する **[キャラクター]** を選択します。再生する **[モーションソース]** を選択し、**[再生]** ボタンをクリックしてアニメーションの再生を開始します。**[ループ]** を有効にすると、アニメーションをループできます。 | ||
|
||
特定のボーンを **[身体部位を除外]** または **[ボーンを除外]** リストに追加することで、アニメーションから除外することができます。 | ||
|
||
<AuthorBar authors={{ | ||
creators: [ | ||
{name: 'HakuyaTira', github: 'TigerHix'}, | ||
], | ||
translators: [ | ||
{name: '星影月夜', github: 'unsolublesugar'}, | ||
], | ||
}} /> |
29 changes: 29 additions & 0 deletions
29
i18n/jp/docusaurus-plugin-content-docs/current/assets/motion-recorder.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
sidebar_position: 80 | ||
--- | ||
|
||
# モーションレコーダー | ||
|
||
モーションレコーダーを使用すると、キャラクターのアニメーションを記録し、FBX、BVH、もしくはWarudoのWANIM形式でアニメーションファイルを出力できます。 | ||
|
||
## 設定 | ||
|
||
録画したい **[キャラクター]** を選択します。 **[録画フレーム数]** と **[エクスポート形式]** を選択し、**[レコーディング開始]** をクリックして録画を開始します。**[レコーディング停止]** を押すといつでも録画を停止できます。 | ||
|
||
利用可能なエクスポート形式は3つあります。 | ||
* **FBX**: キャラクターのスケルトンとBlendShapeデータの両方を含むFBX形式でエクスポートします。 | ||
* **BVH**: キャラクターのスケルトンデータのみを含むBVH形式でエクスポートします。 | ||
* **WANIM**: キャラクターのスケルトンとBlendShapeデータ、および記録中にトリガーされたキャラクターの表情を含む、WarudoのWANIM形式でエクスポートします。Warudoでアニメーションを再生するだけの場合は、この形式が推奨されます。 | ||
|
||
:::caution | ||
FBXエクスポートは実験的な機能であり、VRMモデルやMaya固有の機能 (例:IK、コンストレイントなど) を持たないFBXファイルからの `.warudo` モデルでは正常に動作しない可能性が高いことに注意してください。 | ||
::: | ||
|
||
<AuthorBar authors={{ | ||
creators: [ | ||
{name: 'HakuyaTira', github: 'TigerHix'}, | ||
], | ||
translators: [ | ||
{name: '星影月夜', github: 'unsolublesugar'}, | ||
], | ||
}} /> |