SOLVED 4 level limit to folder depth in scripting window?
-
Moving some things around in my scripts folder and seems like I can't see any files that are in any folder nested in three other folders.
-
you can change the depth level with a 'hidden' pref:
from lib.tools.defaults import setDefault setDefault("pythonFileFolderLevel", 100)
good luck!
-
you can change the depth level with a 'hidden' pref:
from lib.tools.defaults import setDefault setDefault("pythonFileFolderLevel", 100)
good luck!