Hello World

在 Maya 的控制檯上列印多種語言的 hello world(指令碼編輯器)。

MEL

在指令碼編輯器或命令列欄上的 MEL 選項卡上,選擇 MEL:

print ("hello world");

並在指令碼編輯器上點選播放或在命令列輸入金鑰。

Python

在指令碼編輯器或命令列欄上的 Python 選項卡上,選擇 Python:

print "hello world"

並在指令碼編輯器上點選播放或在命令列輸入金鑰。