Situation:
You are prototyping a macro and run a -dash command with lot of nested options to find the correct options sequence.
In V5, once you found what you wanted, all you had to do is hit F2 and all the options for the command were in there, so you could just copy and paste which ones you need…
In V6/Beta, you hit F2 and it is… almost blank, it only has the options you clicked on. This makes it much more difficult to prototype macros, as you no longer have a text overview of all the command options. I find myself having to make several screenshots with complicated commands so I can see all the options.
This especially annoying for prototyping macros that run in a script via rs/Rhino.Command(), as generally you need to hard code ALL the options in order to make sure they’re set correctly when you run the script.
I wonder if this could be tuned up somehow…
–Mitch