Notifications
Clear all

[Closed] How to create a helper with the click drag steps

Hi all:
I created my helper and it requires some click and drag steps to create with some parameters. The clicks and drags decide the values of some parameters.

Because the helper is hard to find, I provide toolbar shortcut to create my helper. But I found it will skip the click and drag operations if I use codes like ‘t = myHelper()’ through toolbar icon. The codes like ‘t = myHelper()’ only creates a helper with defualt parameters and at place the helper at point [0, 0, 0].

So, is there any way to create my helper just like the behavior to create it via the helper’s panel?

Thanks!

2 Replies

You’re looking for this, I think…

It works. Thanks a lot!