モジュールリファレンスマニュアル

Main

cymel.all

全機能をインポートするための推奨処理。

cymel.constants

cymel全体で使用する主な定数。

cymel.initmaya

スタンドアロン python (mayapy) からの Maya の初期化。

cymel.main

UI以外の全機能。

cymel.ui

UI系機能。

CyObjects

cymel.core.cyobjects.cyobject

Mayaラッパーオブジェクトの抽象基底クラス。

cymel.core.cyobjects.dagnode

dagNode ノードタイプラッパークラス。

cymel.core.cyobjects.dagnode_c

DagNode クラスでサポートする機能の中核。

cymel.core.cyobjects.node

node ノードタイプラッパークラス。

cymel.core.cyobjects.node_c

Node クラスでサポートする機能の中核。

cymel.core.cyobjects.objectref

CyObject の参照が切れていても再取得が可能な弱参照ラッパー。

cymel.core.cyobjects.plug

プラグラッパークラス。

cymel.core.cyobjects.plug_c

Plug クラスでサポートする機能の中核。

cymel.core.cyobjects.reference

reference ノードタイプラッパークラス。

cymel.core.cyobjects.shape

shape ノードタイプラッパークラス。

cymel.core.cyobjects.transform

transform ノードタイプラッパークラス。

cymel.core.cyobjects.transform_c

Transform クラスでサポートする機能の中核。

cymel.core.cyobjects.constraint

constraint

cymel.core.typeinfo

ノードタイプ情報。

cymel.core.typeregistry

ノードタイプのラッパークラスのマネージャー。

Data Types

cymel.core.datatypes.boundingbox

3Dバウンディングボックスクラス。

cymel.core.datatypes.eulerrotation

オイラー角回転クラス。

cymel.core.datatypes.matrix

4x4 マトリックスクラス。

cymel.core.datatypes.quaternion

クォータニオンクラス。

cymel.core.datatypes.transformation

トランスフォーメーション情報クラス。

cymel.core.datatypes.vector

3Dベクトルクラス。

UI Controls

cymel.ui.control

mel UI の control ラッパー。

cymel.ui.layout

mel UI の layout ラッパー。

cymel.ui.menu

mel UI のメニュー系のラッパー。

cymel.ui.uitemplate

mel UI の uiTemplate ラッパー。

cymel.ui.uitypes

mel UI タイプ情報と、自動生成UIクラス。

cymel.ui.window

mel UI の window ラッパー。

Utilities

cymel.utils.files

Mayaファイル関連。

cymel.utils.melgvar

MELグローバル変数ラッパー。

cymel.utils.namespace

Mayaネームスペース。

cymel.utils.operation

Maya操作関連。

cymel.utils.optionvar

optionVar ラッパー。

cymel.utils.utils

Maya用の様々なヘルパー。

Utilities (Independent of Maya)

cymel.pyutils.finalizer

任意のオブジェクトが破棄されたときに呼び出されるファイナライザ機能。

cymel.pyutils.immutables

簡易的なイミュータブル化ラッパー。

cymel.pyutils.ordereddict

循環参照によるメモリリークが解決された ordereddict

cymel.pyutils.pyutils

Mayaに依存しない諸機能。

Indices and tables