For my macro at Quadremesh, is there a way to specify the parameters within the macro rather than needing to choose it in the dialogue box. I basically want 2000 vertices, convert it to a Sub D and to delete input objects .
And for the _Mesh part, is there a way for me to have it choose the fewest polygons for me so i don’t need to drag the slider in the dialogue window? Excuse my work as I am not in any way experienced with this stuff. Feel free to optimize it and/or remove redundancies as you see fit. I appreciate any insight. Thanks!
Hi Danny - seems like you need to make the leap to scripting. You can though, specify Quadremesh settings, and this is true in general for commands that have dialog boxes, by using the ‘dash’ scriptable version of the command -
Thanks for your advice, Pascal. So I take it by the use of that dash that I will need to have the correct macro text for the options? If so, how do I figure out what the correct terms to use to describe the options or is something I need to ask for? I tried looking for an index for all the macro commands for Rhino but nothing came up right way.
Hi Danny - use MacroEditor and build the options settings as you go - run the macro you have so far from the editor and see where the options show up, add those, keep going until it works.