0

Maya スクリプト用に Eclipse を構成しました。次のスクリプトを実行しようとすると、エラーが発生しました。ただし、maya.cmds モジュールは PyMEL では機能しません。

import pymel.core as pm
pm.polySphere()

Traceback (most recent call last):
  File "C:\Users\shivani\workspace\pythonFirst\firstModule.py", line 1, in <module>
import pymel.core as pm
  File "C:\pymel-1.0.3\pymel\core\__init__.py", line 6, in <module>
import pymel.versions as _versions
  File "C:\pymel-1.0.3\pymel\versions.py", line 57, in <module>
_current = _MGlobal.apiVersion()
TypeError: unbound method apiVersion() must be called with MGlobal instance as first   argument (got nothing instead)
4

0 に答える 0