Where does this .ini file live?
I’m looking at the code for the ModoSubmission.py
def GetSettingsFilename():
return Path.Combine( GetDeadlineSettingsPath(), "ModoSettings.ini" )
Where does this .ini file live?
I’m looking at the code for the ModoSubmission.py
def GetSettingsFilename():
return Path.Combine( GetDeadlineSettingsPath(), "ModoSettings.ini" )
Well, this turned out to be quite the rabbit hole… I’ve logged an issue for us to document this function because it’s pretty darn secret.
I knew on Windows it’s here:
%appdata%…\Local\Thinkbox\Deadline7\settings\
But on Mac it’s here:
~/Library/Application Support/Thinkbox/Deadline7/settings/
And Linux here:
~/Thinkbox/Deadline7/settings
Haha! thanks Edwin. Sorry to send you on such a hunt.