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

関連記事
AndroidもopenGLも初心者さ (でもJavaは知っ...
ZBrushで仮面ライダー3号を造る 仮面編
Photoshopで作る怪獣特撮チュートリアル
PyTorch3D:3Dコンピュータービジョンライブラリ
ZBrush用トポロジー転送プラグイン『ZWrap Plug...
単純に遊びに行くのはだめなのか?
Windows Server 2008にAutodesk M...
Raytracing Wiki
MPFB2:Blenderの人体モデリングアドオン
Structure from Motion (多視点画像から...
UnityでLight Shaftを表現する
Stanford Bunny
実写と実写の合成時の色の馴染ませテクニック
Texturing & Modeling A Pro...
Ambient Occlusionを解析的に求める
Alice Vision:オープンソースのPhotogram...
Iridescence:プロトタイピング向け軽量3D可視化ラ...
リメイク版ロボコップスーツのメイキング
生物の骨格
Geogram:C++の3D幾何アルゴリズムライブラリ
布のモデリング
PythonでMayaのShapeノードプラグインを作る
BlenderでPhotogrammetryできるアドオン
ZBrushで手首のモデリングをリファイン
書籍『3次元コンピュータビジョン計算ハンドブック』を購入
アニゴジ関連情報
VGGT:マルチビュー・フィードフォワード型3Dビジョン基盤...
なんかすごいサイト
Super Resolution:OpenCVの超解像処理モ...
BlenderのGeometry Nodeで遊ぶ
PeopleSansPeople:機械学習用の人物データをU...
VCG Library:C++のポリゴン操作ライブラリ
Maya LTのQuick Rigを試す
OpenGVの用語
ヒーローに変身なりきりアーケードゲーム『ナレルンダー』
オープンソースの物理ベースレンダラ『Mitsuba』をMay...
Paul Debevec
ZBrushで仮面ライダー3号を造る 仮面編 ZRemesh...
ZBrushでゴジラ2001を作ってみる 側頭部のボリューム...
ZBrushでアヴァン・ガメラを作ってみる 口のバランス調整
CGのためのディープラーニング
ZBrushでアヴァン・ガメラを作ってみる 頭頂部の作り込み...

コメント