I needed to make an adjustment to the IGES export in Rhino. I now need to distribute this to 130 users. Is there an .ini file somewhere that retains these settings, or is this saved in the registry?
Thanks,
Dan
I needed to make an adjustment to the IGES export in Rhino. I now need to distribute this to 130 users. Is there an .ini file somewhere that retains these settings, or is this saved in the registry?
Thanks,
Dan
Hi Dan - I am pretty sure this is in the registry - @tim - is that correct?
-Pascal
For V5 that is true. Looks like the key name you care about is HKEY_CURRENT_USER\Software\McNeel\Rhinoceros\5.0x64\Scheme: Default\Plug-ins\7f0ca561-0c7c-4cea-b822-b95ebe71c409\Settings
In V6, it’s an xml file located here. %appdata%\Roaming\McNeel\Rhinoceros\6.0\Plug-ins\IGES Export Plug-in (7f0ca561-0c7c-4cea-b822-b95ebe71c409)\settings\settings-Scheme__Default.xml
Thanks guys.