In Rhino 7 I had this macro behind my New button: ! _-New MyTemplate.3dm
In Rhino 8 this works as well. The only difference is that, if the file is modified, there is no “Save changes to Untitled?” dialog anymore. Instead the question appears in the command line.
Is there a way to use -_New and the save changes dialog?
Or, even better… is there a way to make Rhino open the default template?
I know you can use the “internal defaults” but I want my defaults set in the options.
How to do that?
Thanks for your reply. I had already written a script myself to fix it.
I started working in Rhino 8 since last week (yeah I know… if you’d call that a bit stupid unfortunately I would have to agree), so that’s why I discovered this now
So there might come some more “late to the party” questions…
Just try the macro in any version prior to V8 with a file that has been modified - the message box comes up. I think it was made that way to have a more in-your-face warning that there are unsaved changes that might be lost if you open a new file with your custom template. A command line message is just less visible.