MiguelC Hmm, I don't know if ZOO is responsible for this but, there is a small chance that ZOO thinks this is a new seat for some reason (though it shouldn't as it's launched on the same PC). Maybe Rhino as an automation process has an independent check of the license, so if all seats are used then the next instance isn't allowed(?)...
RN does it this way: Opens new Rhino and copies used blocks one by one into new files and saves them to the .presetfilename
folder as a satellite folder for presetfilename.rnp
, and if automatic export is successful RN auto imports those *.3dm files as *.rnp file allows putting a relative path in it to make auto import possible. You can always check the installation folder, there is an App
folder with presetScheme.xml
where you can inspect the structure of the preset and learn how to handle *.3dm files linking.
Sidenote: The best experience for inspecting presetScheme.xml
will be when using a text editor that resolves syntax and comments, in eg. Notepad++ or VS Code.
[EDIT]: I found also hints here however I still second that the best would be to ask McNeel about it.