4 level limit to folder depth in scripting window?

RoboFont Forums Bugs 4 level limit to folder depth in scripting window?

This topic contains 1 reply, has 2 voices, and was last updated by  frederik 6 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5911

    Jack Jennings
    Participant

    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.

    Attachments:
    You must be logged in to view attached files.
    #5913

    frederik
    Keymaster

    you can change the depth level with a ‘hidden’ pref:

    from lib.tools.defaults import setDefault
    
    setDefault("pythonFileFolderLevel", 100)
    

    good luck!

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.