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

hi!I'm having some issues with this plugin #4

Closed idjjk closed 1 year ago

idjjk commented 1 year ago

I'm using motionbuilder2023, but I can't link plugins, and when I print in vscdoe and press ctrl enter, motionbuilder2023 doesn't respond at all

nils-soderman commented 1 year ago

Hi,

What happens if you run the command manually, without using the shortcut? Just thinking some other extension you have may already be using Ctrl + Enter.

So try using Ctrl + Shift + P and then search for "MotionBuilder: Execute" (must be in a Python file).

Also, do look through all of the troubleshooting steps on this page: Failed to connect to MotionBuilder [Troubleshooting]

Cheers, Nils

idjjk commented 1 year ago

I'm very glad to hear from you. I found that when I try to run a lightweight script, the plugin can run. I think it may be my script's problem that it didn't work before. Thanks again for your generous answer.

1040151318 @.***

 

------------------ 原始邮件 ------------------ 发件人: "nils-soderman/vscode-motionbuilder-utils" @.>; 发送时间: 2022年12月8日(星期四) 凌晨4:13 @.>; @.**@.>; 主题: Re: [nils-soderman/vscode-motionbuilder-utils] hi!I'm having some issues with this plugin (Issue #4)

Hi,

What happens if you run the command manually, without using the shortcut? Just thinking some other extension you have may already be using Ctrl + Enter.

So try using Ctrl + Shift + P and then search for "MotionBuilder: Execute" (must be in a Python file).

Also, do look through all of the troubleshooting steps on this page: Failed to connect to MotionBuilder [Troubleshooting]

Cheers, Nils

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

nils-soderman commented 1 year ago

Glad to hear it's working, do let me know if you run into any other issues while using this!