Problem with macro for Scale1D

I’m trying to make some Macros for the Scale1D command. The problem is that the command options (copy= yes/no Rigid = yes/no), only appear after the “Select objects to scale:” prompt

So if I want this:
! _Scale1D Copy=No

It only works if I select the curves in advance.

Other commands, like CurveBoolean, put the options in the initial “Select Objects” prompt, so macros for these commands work like expected.

Is there any way around this?

That’s the superior interface flow anyway, but if you insert a Pause after _Scale1D it seems to be smart enough to know if you’ve got something selected already.

1 Like

I’m using mostly that workflow, but you know, sometimes I don’t, and I want it to work regardless :slight_smile:

Anyway, your solution seems to do the trick!

I totally forgot about the Pause command, I was trying Enter, but that didn’t work :smile: