Replies: 3 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
Hi Borja,
That should work, assuming the standalone install of NXT is using the same major version of Python. Good luck! Let me know if you're able to solve the issue. |
Beta Was this translation helpful? Give feedback.
-
Hello again Lucas: Kind regards, |
Beta Was this translation helpful? Give feedback.
-
Hi!
I just discovered Nxt and I've been trying to use it with Motion Builder. So far, because can be installed trough pip I can use mobupy to download it and use it within the Python Editor that comes with Mobu (no in a venv though). Basically, import nxt and run the execute_graph method, will work. I can create a graph with nodes containing pyfbsdk syntax and because is inside Motion Builder it goes smoothly.
So, my next step was trying to use the editor in a venv, but I can't make a connection with the editor to mobu. As far as I know, the way to send python commands to mobu from an external program is connecting to mobu through telnet.
So this code:
run from the IDLE will create a cube in mobu. In the Nxt editor I created a node with the same code. Executing Selected doesn't report any error, but when switching to Mobu, nothing happened in the scene.
Hope someone can point me in the right direction.
Thanks !
Borja
Beta Was this translation helpful? Give feedback.
All reactions