Having an issue importing display modes form website.
Is importing v6 display modes supported?
I get the display mode ini file from Advanced Rhino Display Modes [McNeel Wiki]
In the Preferences/Display Modes settings, I click the drop down to import and nothing is imported.
Are these files like the Patent Mode supported?
Is there any way of manually loading the ini file?
Bug or is it just my configuration?
I was looking through the developer responses on YouTrack RH-49144. I saw mention of removing the first blank line of code in the ini file, but It seemed to be hit or miss to making that work. Text editor only showed a single blank line above the code, which was different than an ini file that would load correctly. I was able to go into my source editor (Atom) and remove an additional line of code above the space that only the Atom editor showed. The extra line contained these symbols ��. I remove the extra blank line as well and the line with the �� symbols. The ini files imported for me once I removes these 2 line from the file.
Thanks Jason for pointing those �� symbols out. I get the same behavior as you when I remove those from the faulty ini files. I’d like to figure out how they got there.
By using BBEdit and changing the format to UTF-8, I’ve been able to import several .ini files into V7, apparently with success. Which may bode well for V8.
(What is a bit odd, is that a few of those files—ex-Windows—were already in the UTF-8 format).
This workaround appears to be effective so far. However, for a number of .ini files, its slow and laborious.
Is there any way that these few steps could be incorporated into a Rhino import filter please?