Reload textures that have been modified within a specified amount of time.
This script will search all your files (maya/mentalray) for textures that have been modified in a specified amount of time. Instead of reloading all textures like other refresh scripts it will only refresh what has been modified.
Copy it to your scripts folder, or copy and paste it into your script editor.
To execute the script run the following in a PYTHON tab:
import smartReloadTextures;
reload(smartReloadTextures);
refreshTime = 30
smartReloadTextures.reloadTextures(refreshTime);
smartReloadTextures.reloadTextures(time) = time in minutes you wish to threshold the check. Haven’t tested it on MAC or Linux, I assume it will work. Try it let me know.