That would be very cool. Anybody up for writing a good file browser? I'd have a few suggestions, haha

On 5/06/15 12:30 pm, Erwan Leroy wrote:

Apart from rewriting the whole panel with pyside I can't think of any way.. I never checked if the code for the filebrowser panel was freely available, which would help a lot.

On 5 Jun 2015 02:41, "Rich Bobo" <[email protected] <mailto:[email protected]>> wrote:

    Thanks, Matthieu, that’s good to know. I still would love to have
    the ability to rearrange favorites in the GUI, after I’ve added
    them…   (8^\

    Rich


    On Jun 4, 2015, at 3:54 AM, Matthieu Cadet
    <[email protected] <mailto:[email protected]>> wrote:

    By using the python command nuke.addFavoriteDir() you can add any
    favorites directories like this:

    import nuke

    defaultsFavorites = {
     "PROJECTS":"//your_project_path/",
     "FOOTAGES_2D":"//your_project_path/footages_2d",
     "FOOTAGES_3D":"//your_project_path/footages_3d",
                         }

    def feedFavorites():
        for item in defaultsFavorites:
            nuke.addFavoriteDir(item, defaultsFavorites[item])

    On Tue, Jun 2, 2015 at 4:23 PM, Rich Bobo <[email protected]
    <mailto:[email protected]>> wrote:

        Hi,

        Is there any way to re-order the file chooser bookmarks,
        other than to manually edit the
        /.nuke/FileChooser_Favorites.pref file…?  I *really* want to
        be able to organize those things in the GUI…  Seems archaic
        that we can’t!   (8^\

        Rich


        Rich Bobo
        Senior VFX Compositor
        Armstrong White
        Email: [email protected]
        <mailto:[email protected]>
        http://armstrong-white.com/

        Email: [email protected] <mailto:[email protected]>
        Mobile: (248) 840-2665 <tel:%28248%29%20840-2665>
        Web: http://richbobo.com/


        _______________________________________________
        Nuke-python mailing list
        [email protected]
        <mailto:[email protected]>,
        http://forums.thefoundry.co.uk/
        http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python




-- Matthieu Cadet
    Compositor Artist & TD,
    nWave Digital
    [email protected] <mailto:[email protected]>
    _______________________________________________
    Nuke-python mailing list
    [email protected]
    <mailto:[email protected]>,
    http://forums.thefoundry.co.uk/
    http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python


    _______________________________________________
    Nuke-python mailing list
    [email protected]
    <mailto:[email protected]>,
    http://forums.thefoundry.co.uk/
    http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python



_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

--
ohufxLogo 50x50 <http://www.ohufx.com> *vfx compositing <http://ohufx.com/index.php/vfx-compositing> | *workflow customisation and consulting <http://ohufx.com/index.php/vfx-customising>* *

_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to