更新:直接去youtube 說明那邊下載新的包code,
更簡單方便使用唷…
目前分類:script (8)
- May 21 Thu 2015 17:18
Youtube 上傳 vr 360影片,影片包code 教學
- Mar 14 Thu 2013 17:34
nuke&python init.ty&menu.ty相關設定
顯示nuke一開始會讀取的plugin資料夾
- Mar 14 Thu 2013 17:19
Komodo IDE + python ....入門章
- Mar 14 Thu 2013 17:19
nuke 中的 python (轉)
1. 通過py創建節點。
先說一下python for nuke的大概情況。Nuke 6.1 版本比 之前的版本,增加了幾個包和模塊。首先說一下大致的概況
模塊:
(1)_geo:該模塊為nuke 3d 核心模塊。
(2)_nukemath:該模塊提供了在nuke中矢量以及矩陣的算法。
(3)ntpath:類似於py中的os.path,直接用,不需導入os.path。
(4)nuke:該模塊為最重要的並且是最核心的模塊,提供了所有nuke特有的方法和類。
(5)nukescript:該模塊為nuke腳本的功能增加模塊,例如可以支持pyqt和wxpython等等,有一些集成好的方法。
- Mar 14 Thu 2013 17:18
python note 之 3
- Mar 14 Thu 2013 17:05
python note 之 2
{} 的應用
varalex = {'name' : 'alex', 'age' : 25, 'workhistor' : ['god','rice bug','dreamwork'], 'demensition' : {'height' : 176, 'weight' : 66}}
print varalex
- Mar 14 Thu 2013 17:03
python note
- Mar 14 Thu 2013 16:51
python 初體驗