忍者ブログ
個人的覚書き/つぶやきetc.
×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

家のpythonを全部削除して会社(MoBu/Maya)と環境あわせた。
python2.51
wxPython2.81
---
PythonからMoBuに通信するためのおまじない
#本体
def mbPipe(command):
     host.read_until('>>>', .01)
     host.write(command + '\n')
     raw = str(host.read_until('>>>', .1))
     raw = raw.replace('\n\r>>>','')
     raw = raw.replace('\r','')
     rawArr = raw.split('\n')
     return rawArr

#呼び出し
mbPipe('### python script  ###')

※MoBuのPythonConsoleのRemoteServerチェック必須
※GL描画のリフレッシュはフォーカスがMoBuにうつらないと無理なのが痛い

PR


忍者ブログ [PR]
カレンダー
06 2025/07 08
S M T W T F S
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
最新コメント
最新記事
最新トラックバック
プロフィール
HN:
No Name Ninja
性別:
非公開
ブログ内検索