I am working with VisualStudio 2013 to build and debug scripts for Rhino.
Is it possible to use VisualStudio similar to the Rhino script editor without running and closing Rhino? If you stop your project in Visual Studio your Rhino model should stay open… like you do with a script in the rhino script editor.
It is possible to use Edit & Continue in VS2013…
I’ve had a mostly positive experience of using this functionality but it’s not foolproof. I wouldn’t say I use it for making drastic changes though, more for tweaking.
If you are working on the same file repeatedly, and want to minimise the time taken to reload Rhino and the model, you could script the loading of the file you’re using and disable the splash screen? (It probably takes me about as long to choose the right model from the splash screen as it does Rhino to load).
Disabling non-essential plug-ins might also make Rhino load faster?