Hey there,
When opening a maya scene through the classic file dalog, we can chose wether to load or not the references.
It can be way quicker to just load the references we need when opening a big scene.
Is there a way to let users do the same thing using SGTK File Open ?
You could customize this hook and add the additional “loadNoReferences = True” flag to the file command to change the behaviour when opening the scene.
To let your users choose wheather to load references or not you could add an additional checkbox into the gui that controls the flag. Or you could just make two different versions of the app and create two SG-menu options like “File open with ref” and “File open without ref”.