SubD Bridge Macro

Hi!

I’m trying to write a simple Macro that lets me use the options as seen in the screencapture every time.
I’m not sure what to add after _Bridge in the MacroEditor that makes it so that Join=Yes and Crease=Yes and Segments=1 every time.

Use the -Bridge command with the - dash instead of _ underscore. This way you have the options available in the command line.

1 Like

Hei Linus -
As Martin says, the dash version is used to bypass dialog boxes. The underscore is to force English on Rhino’s that run in a different language.

SelEdgeLoop Pause -Bridge Segments=1 Crease=Yes Join=Yes EnterEnd

-wim

2 Likes

Thank you Wim & Martin.