Using multiple GH based commands, from a compiled plugin, in macros

Test_GH_Commanf_from_plugin_to_Macros.zip (70.7 KB)

Hi all,

I have a question or a topic that that I cannot solve.

I would like to call two or more commands in a macro one after the other.

When I call standard Rhino commands, that’s not a problem either.

But when I use commands from my plugin that are based on GH scripts and work with GET components, it unfortunately doesn’t work.

The second command starts even before the first one is completed, or somehow merges with each other.

For example, here you find a plugin (Test_GH_Commanf_from_plugin_to_Macro) with the two commands MoveBox and MoveSphere.

I have already tried quite a bit.

Like:
_MoveSphere _MoveBox

_-MoveSphere _-MoveBox

_MoveSphere _Pause _MoveBox

_MoveSphere _MultiPause _MoveBox

Unfortunately without success.

is there perhaps know if there’s something else I need to do to make it work?

Thank you!