p4vv37 / blender_command_port

Blender Command Port addon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sending code continuously

guestieng opened this issue · comments

Hello,
the add-on works fine via the first method described (i.e. not via execute_file_in_blender.py (see #6)).
However, so far, it only seems to be possible to process the sent command on the blender side when clicking the "Close Port" button.
Is there already a way to process a sequence of sent commands with python code as soon as the commands are sent by the corresponding external python script,
i.e. without closing/opening the port each time?

Hi
Right, It should work instantly, just after sending the command, I've just tried to repro this:
ex
And it worked fine

I really cannot reproduce it