11月 23 2021 【MotionBuilder】Console(ログ)を表示してPlugin開発で使う MotionBuilderでPythonPluginを開発しているときはPythonEditorでログができるが、c++のときは標準出力的なものができないので、探したらあった件について Env.… 続きを読む
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-650de78959207438550000… 続きを読む
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なんとかって出るので,以下のおまじないをスクリプトの上… 続きを読む
1月 17 2021 【MotionBuilder】モーションと音声を同時収録する モーションと音声を同時に収録しないと、後で収録のRGB映像を見ながら合わせたりしないといけないのが大変なので、MotionBuilderで収録を一気に行ってしまおう… 続きを読む
11月 10 2020 【Unity-MotionBuilder】MeshSyncメモ Unity Technologies Japan (https://github.com/unity3d-jp)からMeshSyncという外部CG系ツールとUnityとの間でモデルのアニメーションなどを同期するPluginがオ… 続きを読む