3月 7 2021 【MotionBuilder】PythonScriptをpycにして実行する pycにコンパイルしてから,それをMotionBuilderのプラグインとして呼び出す方法 Env. Windows10 64bitPython 2.7.18MotionBuilder 2019MotionBuilderのPythonVe… 続きを読む
2月 27 2021 【MotionBuilder】FBListのItemを全消しする MotionBuilderのPythonSDKでPlugin開発しているときに,FBListのItemの全消し方法がよく分からなくて詰まったので,メモ。 Env. MotionBuilder 2019 Method 結… 続きを読む
2月 24 2021 【MotionBuilder】ScrollBoxについて MotionBuilderのPythonScriptでスクロールできるUIを作成する,つまりスクロールバー表示の方法 Env. MotionBuilder 2019 Code [crayon-650dcc3f25dbf541876822… 続きを読む
2月 24 2021 【MotionBuilder】ArrowButtonについて FBVisualComponentのArrowButtonについて Env. MotionBuilder2019 Memo FBArrowButton レイアウト(要素)をしまうことのできるボタン とりあえずArrowButtonを追… 続きを読む
2月 24 2021 【MotionBuilder】FBBorderStyleについて FBBorderStyleその名の通り,ボーダースタイル。ボーダーの見た目。 公式ドキュメントhttps://download.autodesk.com/us/motionbuilder/sdk-documentation/Pyth… 続きを読む
2月 24 2021 【MotionBuilder】PythonScriptで日本語を使う MotionBuilderのスクリプトにおいての話というか,Pythonの話。 何もしないで日本語を使うとNon ASCIIなんとかって出るので,以下のおまじないをスクリプトの上… 続きを読む
12月 9 2019 【MotionBuilder Script】オブジェクトやコンストレインを取得する Viewer上で選択しているオブジェクトを取得する方法. Env. MotionBuilder 2018Windows10 64bit Method 現在選択しているオブジェクトを取得 FBGetSelectedMode… 続きを読む
12月 9 2019 【MotionBuilder Script】でボタンやトグルの作成 MotionBuildernのPythonスクリプトで様々なボタンを実装する方法.完全メモ書きなので適宜Pythonスクリプト内に組み込むこと.コメントアウトには日本語は使え… 続きを読む