Modifying the list, rhino reverts back to defaults in the next session.
in the previous versions of Rhino, there was no problem, but in Rhino 8, changing the list will remain for the current session. close rhino, open rhino, check the list, you will see that it reverted back to the default one. WHY?
I tried exporting options with the “never repeat these commands” modified. Import the options back, you will see that the Default commands that I changed, are reverted back. What is going on?
I remove it. I close Rhino 8, I reopen Rhino 8, I go check the list, I find it there. STRANGE.
I remove it again. I export the Options into the *.ini file.
I check the *.ini file in notepad: the command “Delete” is NOT in the list. Good. I go to Rhino, I delete all the command list. The list is now empty. I press OK.
I import the *.ini* file that doesn’t contain the command “Delete” in the “never repeat these commands”.*
I check Rhino the general options. oh My God, the command “Delete” is in the list!! from where Rhino gets the command and put it there? Though I checked the *.ini file, it is not there.
Can Anyone, please, tell me, what sorcery is this?
Thank you for explaining this to me. I really suspected that Rhino is adding this Delete command automatically, But I did not know how or why; Thank you for clarifying this.
why is this hardcoded so? in Rhino 7 this was not an issue. Why they made this in Rhino 8?
Note that having Delete on the default “do not repeat” list has “always” been hardcoded. The change in Rhino 8 is that this cannot be removed.
I checked the YouTrack database and found that this question was answered here:
→ RH-87609 About Never repeat these commands.
In that issue, reference is made to the following as the cause of the change:
→ RH-86401 Options: Commands newly tagged bDoNotRepeat are not added to the do not repeat list if it was previously modified
The developer of SubD in Rhino doesn’t want users to be able to make the SubDDisplayToggle repeatable. By making that so, all default “do not repeat” commands were affected.
-wim