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...
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:
opens the most recent files with it's default application
(playblasts, images, etc)
Hi Buddy,
ReplyDeletethis 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
Sure, you just have to set your project path right.
DeleteIt 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