nils-soderman / vscode-motionbuilder-utils

Visual Studio Code extension with features to assist when writing python code for Autodesk MotionBuilder
https://marketplace.visualstudio.com/items?itemName=NilsSoderman.mobu-utils
MIT License
34 stars 1 forks source link

MotionBuilder window chooser #5

Open chapototo opened 1 year ago

chapototo commented 1 year ago

Hello, thanks for your work. I use it everyday :) I was wondering if there was a way to choose which motion builder i'm sending the code to. I always have 2 or 3 motion builder opened and sometimes i want to send code to a specific one. So i have to close all others, send code and reopen the previous closed. Thanks a lot

nils-soderman commented 1 year ago

Hi,

Yea, this is definitely something that would be really nice to have. Unfortunately, as far as I know, choosing which instance to talk to is currently not possible when using MotionBuilder's python server. Considering all MoBu instances are listening to the same port 4242.

Let's leave this issue open though, in case anyone else would stumble upon this and be able to offer some new ideas/insight.

Cheers, Nils

chapototo commented 1 year ago

allright :) Thanks