比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

As explained in the metadata section, you can attach custom metadata to almost every Atoms entity. 

You can add metadatas to your joints by adding new attributes on them. You can do it when exporting both a skeleton definition and an animation clip file (fbx or atomsclip).
Any attribute with a name starting with "atoms_" that you add to a joint in Maya or Houdini will be added as a new metadata to that joint in your skeleton definition or animation clip.

For instance, if you were to add an attribute named atoms_testAttribute, an integer metadata named "testAttribute" will be added to your joint in the skeleton definition.
You would then be able to access it in python or C++ during the simulation and perform some specific action for that joint only.

You could also animate that attribute and export it in your animation clips. メタデータの項目で説明したように、大半のAtoms Entityにカスタムメタデータを添付することができます。
ユーザーは、それらに新しいアトリビュートを加えることによって、ユーザーのジョイントにメタデータを加えることができます。スケルトン定義とAnimation Clip ファイル(fbxまたはAtomsClip)の両方をエクスポートする場合に、これを実行できます。
MayaまたはHoudiniでジョイントに追加した、 "atoms_"で始まる名前のアトリビュートは、スケルトン定義またはAnimation Clipのジョイントに新しいメタデータとして追加されます。


例えば、atoms_testAttributeという名前のアトリビュートを追加すると、スケルトン定義のジョイントに "testAttribute"という名前の整数のメタデータが追加されます。
その結果、シミュレーション中にpythonまたはC ++でそこにアクセスし、そのジョイントに対してのみ、特定のアクションを実行することができます。


そのアトリビュートをアニメートして、Animation Clipにエクスポートすることも可能です。