Archive for 11 月 12th, 2008

* [Python] MayaのUI作成が面倒くせーーーーー

Posted on 11 月 12th, 2008 by tai. Filed under Python.


MayaのUI作成に関して僕は結構肯定派なのですが、
最近ではかつてよりもちょくちょく大きなサイズのものを書いているので、以前と比べると比較にならないほど面倒です。

Read the rest of this entry »

Tags: , .



* [Python] os.system vs os.popen

Posted on 11 月 12th, 2008 by tai. Filed under Python.


os.system()を使ってExplorerを開くという処理を書いたのですが、
コマンドを実行するといちいちDOS窓が出るので、うざったいなぁと思っていました。

Read the rest of this entry »

Tags: .