Alembic 書き出しプラグインを MAXScript に公開します。3ds Max 2016 以降で使用可能です。
Class instances not creatable by MAXScript.
Alembic_Export AlembicExport
Interface: AlembicExport
3ds Max 2019 の新機能: いくつかのプロパティが名前変更、新規作成、または削除されました。
| 2019 の名前 | 2018 の名前 |
|---|---|
| AnimTimeRange | CacheTimeRange |
| StartFrame | StartFrameTime |
| EndFrame | EndFrameTime |
| 名前変更 | StepFrameTime |
| SamplesPerFrame | 2019 の新機能 |
| 非表示 | 2019 の新機能 |
| UV | 2019 の新機能 |
| 法線 | 2019 の新機能 |
| VertexColors | 2019 の新機能 |
| ExtraChannels | 2019 の新機能 |
| 速度 | 2019 の新機能 |
| MaterialIDs | 2019 の新機能 |
| 可視性 | 2019 の新機能 |
| LayerName | 2019 の新機能 |
| MaterialName | 2019 の新機能 |
| ObjectID | 2019 の新機能 |
| CustomAttributes | 2019 の新機能 |
| ParticleAsMesh | 同じ名前 |
| ShapeSuffix | ShapeName |
AlembicExport.CoordinateSystem : enum : Read|Write
CoordinateSystem enums: {#Max|#Maya|#ZUp|#YUp}
書き出された Alembic ファイルの座標系を設定します。
AlembicExport.ArchiveType : enum : Read|Write
ArchiveType enums: {#HDF5|#Ogawa}
書き出された Alembic ファイルのアーカイブの種類を設定します。
AlembicExport.ParticleAsMesh : bool : Read|Write
パーティクル シェイプをメッシュとして書き出すかどうかを設定します。
AlembicExport.AnimTimeRange : enum : Read|Write
CacheTimeRange enums: {#CurrentFrame|#TimeSlider|#StartEnd}
アニメーションの保存方法を設定します。
AlembicExport.StartFrame : integer : Read|Write
CacheTimeRange が #StartEnd に設定されている場合に、アニメーション範囲の開始フレームを設定します。
AlembicExport.EndFrame : integer : Read|Write
CacheTimeRange が #StartEnd に設定されている場合に、アニメーション範囲の終了フレームを設定します。
AlembicExport.ShapeSuffix : bool : Read|Write
true に設定した場合は、書き出された各メッシュの名前に文字列「Shape」を追加します。このプロパティは既定で false に設定されています。
AlembicExport.SamplesPerFrame : integer : Read|Write
AnimTimeRange #TimeSlider および #StartEnd のフレームごとのアニメーション サンプル数を設定します。
AlembicExport.Hidden : bool : Read|Write
true の場合は、非表示のジオメトリを書き出します。
AlembicExport.UVs : bool : Read|Write
true の場合は、メッシュの UV マップ チャネルを書き出します。
AlembicExport.Normals : bool : Read|Write
true の場合は、メッシュの法線を書き出します。
AlembicExport.VertexColors : bool : Read|Write
true の場合は、メッシュの頂点カラー マップ 0 を書き出します。現在の頂点カラーの表示データがこれと異なる場合は、現在の表示データも書き出します。
AlembicExport.ExtraChannels : bool : Read|Write
true の場合は、メッシュの追加マップ チャネル(チャネル 1 より大きいマップ チャネル)を書き出します。
AlembicExport.Velocity : bool : Read|Write
true の場合は、メッシュの頂点およびパーティクルの速度データを書き出します。
AlembicExport.MaterialIDs : bool : Read|Write
true の場合は、メッシュのマテリアル ID を Alembic フェース セットとして書き出します。
AlembicExport.Visibility : bool : Read|Write
true の場合は、ノードの可視性データを書き出します。
AlembicExport.LayerName : bool : Read|Write
true の場合は、ノード レイヤの名前を Alembic オブジェクトのプロパティとして書き出します。
AlembicExport.MaterialName : bool : Read|Write
true の場合は、ジオメトリ ノード マテリアルの名前を Alembic オブジェクトのプロパティとして書き出します。
AlembicExport.ObjectID : bool : Read|Write
true の場合は、ジオメトリ ノードの G-バッファ オブジェクト ID を Alembic オブジェクトのプロパティとして書き出します。
AlembicExport.CustomAttributes : bool : Read|Write
true の場合は、ノードおよびそのモディファイヤのカスタム アトリビュートを Alembic オブジェクトのコンパウンド プロパティに書き出します。
<void>setDefaults()
setDefaults - no automatic redraw after invokedAlembicExport のすべてのプロパティを既定値にリセットします。