ほぼコピペ状態になるけど、並べておきたいのでメモ。
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

関連記事
OpenMayaのPhongShaderクラス
C++始めようと思うんだ
MB-Lab:Blenderの人体モデリングアドオン
ZBrushでアヴァン・ガメラを作ってみる 全体のバランス調...
Python for Unity:UnityEditorでP...
ZBrushで仮面ライダー3号を造る 仮面編 ClipCur...
Maya API Reference
2012のメイキングまとめ(途中)
SIGGRAPH ASIAのマスコット
Rerun:マルチモーダルデータの可視化アプリとSDK
オープンソースの物理ベースレンダラ『Mitsuba』をMay...
フリーで使えるスカルプト系モデリングツール『Sculptri...
Maya LTでFBIK(Full Body IK)
ZBrushでアヴァン・ガメラを作ってみる 下アゴの付け根を...
BGSLibrary:OpenCVベースの背景差分ライブラリ
ZBrushでアヴァン・ガメラを作ってみる 爪とトゲを追加
trimesh:PythonでポリゴンMeshを扱うライブラ...
NeRF (Neural Radiance Fields):...
日立のフルパララックス立体ディスプレイ
SculptrisとBlenderで作ったGodzilla ...
VGGT:マルチビュー・フィードフォワード型3Dビジョン基盤...
Boost オープンソースライブラリ
ZBrush 4R7
Stanford Bunny
ZBrush4新機能ハイライト 3DCG CAMP 2010
ZBrushでアヴァン・ガメラを作ってみる 歯を配置
ZBrushで人型クリーチャー
Mayaのシェーディングノードの区分
ZBrushでゴジラ2001を作ってみる 身体のバランスを探...
openMVG:複数視点画像から3次元形状を復元するライブラ...
COLMAP:オープンソースのSfM・MVSツール
ZBrush キャラクター&クリーチャー
ポリゴン用各種イテレータと関数セット
レンダラ制作はOpenGL とか DirectX を使わなく...
ZBrushでアヴァン・ガメラを作ってみる 首回りの修正・脚...
UnrealCLR:Unreal Engineで.NET C...
3D映画のポストプロダクション 2D-3D変換
オープンソースの物理ベースGIレンダラ『appleseed』
Geogram:C++の3D幾何アルゴリズムライブラリ
Transformers ”Reference & Buli...
OpenCVのfindEssentialMat関数を使ったサ...
書籍『ROSプログラミング』

コメント