tools

Once in a while I decide to share some useful little tools I have created on my free time.

My two cents to the industry and as a thank you to all other amazing artists that share their stuff to the world, from whom I have learned so much!

Use them wisely...

maya tools:

       -. openRecentFile
              opens the most recent files with it's default application
              (playblasts, images, etc)

2 comments:

  1. Hi Buddy,

    this is nice tool, i found.
    but i am getting this Error when Iam using this Script

    import openRecentFile
    openRecentFile.openRecentFile(yourFileFolder='D:\FX_Simulations\for_review',mostRecentNr=0)
    Opening recent file...
    Project path: D:/default
    # Error: WindowsError: file D:\Maya_Module\Python\openRecentFile.py line 14: 123 #
    import openRecentFile
    openRecentFile.openRecentFile(yourFileFolder='D:/FX_Simulations/for_review',mostRecentNr=0)
    Opening recent file...
    Project path: D:/default
    # Error: WindowsError: file D:\Maya_Module\Python\openRecentFile.py line 14: 123 #
    import openRecentFile
    openRecentFile.openRecentFile(yourFileFolder='D:/FX_Simulations/for_review',mostRecentNr=0)
    Opening recent file...
    Project path: D:/default
    # Error: WindowsError: file D:\Maya_Module\Python\openRecentFile.py line 14: 123 #

    Can you Please Help in this

    ReplyDelete
    Replies
    1. Sure, you just have to set your project path right.
      It is set to your default (read under "Project path:") yourFileFolder should have only your relative path withing your project.
      Set your project and your relative path correctly and you are good to go.

      cheers

      Delete