ほぼコピペ状態になるけど、並べておきたいのでメモ。
MFnData Class Reference
MFnDataが持つenum
Types of dependency graph data.
- kInvalid Invalid value.
- kNumeric Numeric, use MFnNumericData extract the node data.
- kString String, use MFnStringData to extract the node data.
- kMatrix Matrix, use MFnMatrixData to extract the node data.
- kStringArray String Array, use MFnStringArrayData to extract the node data.
- kDoubleArray Double Array, use MFnDoubleArrayData to extract the node data.
- kIntArray Int Array, use MFnIntArrayData to extract the node data.
- kPointArray Point Array, use MFnPointArrayData to extract the node data.
- kVectorArray Vector Array, use MFnVectorArrayData to extract the node data.
- kDynArrayAttrs ArrayAttrs, use MFnArrayAttrsData to extract the node data.
- kSphere Sphere, use MFnSphereData to extract the node data.
- kPlugin Plugin Blind Data, use MFnPluginData to extract the node data.
- kPluginGeometry Plugin Geometry, use MFnGeometryData to extract the node data.
- kDynSweptGeometry SweptGeometry, use MFnDynSweptGeometryData to extract the node data. This data node is in OpenMayaFX which must be linked to.
- kNObject nObject data, use MFnNObjectData to extract node data
- kMesh Mesh, use MFnMeshData to extract the node data.
- kLattice Lattice, use MFnLatticeData to extract the node data.
- kNurbsCurve Nurbs Curve, use MFnNurbsCurveData to extract the node data.
- kNurbsSurface Nurbs Surface, use MFnNurbsSurfaceData to extract the node data.
- kSubdSurface Subdivision Surface, use MFnSubdData to extract the node data.
- kComponentList Component List, use MFnComponentListData to extract the node data.
- kLast Last value. It does not represent real data, but can be used to loop on all possible types
Reimplemented in MFnArrayAttrsData, and MFnNumericData.

↑Sphereってのがいるぞ。
MFnAttribute Class Reference

関連記事
VCG Library:C++のポリゴン操作ライブラリ
Multi-View Environment:複数画像から3...
Unityをレンダラとして活用する
布地のシワの法則性
CGのためのディープラーニング
CGWORLD CHANNEL 第21回ニコ生配信は『シン・...
シン・ゴジラのファンアート
Mayaでリアルな布の質感を作るチュートリアル
Stanford Bunny
ZBrushでカスタムUIを設定する
スターウォーズ エピソードVIIの予告編
C++始めようと思うんだ
openMVG:複数視点画像から3次元形状を復元するライブラ...
Texturing & Modeling A Pro...
実写と実写の合成時の色の馴染ませテクニック
3Dモデルを立体視で確認できるVRアプリを作っている
Mitsuba 2:オープンソースの物理ベースレンダラ
Adobe Photoshop CS5の新機能
OpenMVS:Multi-View Stereoによる3次...
Adobe Photoshop CS4 Extendedの3...
映画『ゴジラ-1.0』 メイキング情報まとめ
今年もSSII
adskShaderSDK
書籍『3次元コンピュータビジョン計算ハンドブック』を購入
ZBrushでアヴァン・ガメラを作ってみる 脚のポーズ調整
ZBrushでアヴァン・ガメラを作ってみる 腕の作り込み
プログラムによる景観の自動生成
ManuelBastioniLAB:人体モデリングできるBl...
libigl:軽量なジオメトリ処理ライブラリ
bpy-renderer:レンダリング用Pythonパッケー...
Digital Emily Project:人間の顔をそっく...
BlenderでPhotogrammetryできるアドオン
BlenderのGeometry Nodeで遊ぶ
UnityでPoint Cloudを表示する方法
fSpy:1枚の写真からカメラパラメーターを割り出すツール
ZBrushで仮面ライダー3号を造る 仮面編
ZBrush 2021.6のMesh from Mask機能...
ZBrushで仮面ライダー3号を造る 仮面編 リファレンス画...
ZBrushからBlenderへモデルをインポート
PGGAN:段階的に解像度を上げて学習を進めるGAN
OpenCV 3.3.0 contribのsfmモジュールの...
ZBrushでアヴァン・ガメラを作ってみる 脚のトゲの作り直...

コメント