Open frederich opened 2 months ago
The python API has ResetSettingsToDefault
and ResetKeyMappingsToDefault
. iirc you can just call them as commands by appending N10X.Editor.
to the front of them. E.g. Tools
-> Execute Command
-> N10X.Editor.ResetSettingsToDefault()
You can also do it without a command by closing 10x and renaming your %appdata%\10x folder
From time to time I would like to set the settings to default so that I can see if a 10x bug has to do with wrong settings, a command would be helpful.