Allow you to change the resolution of any texture in one click.
In your OS, simply rename all you textures with resolution size in the name (ex.: myMap_4096.jpeg, myMap_2048.jpeg, myMap_1024.jpeg, myMap_512.jpeg), then put all of them in the same folder. In Maya, to change resolution, just click on the coresponding button.
How to install?
1/ Copy "UKDP_EasyRenderMaps_V3.py" in your maya script folder. Default is :
Windows:
<drive>:\Documents and Settings\<username>\My Documents\maya\<Version>\prefs\scripts
Mac OS X:
~/Library/Preferences/Autodesk/maya/<version>/prefs/scripts
Linux:
~/maya/<version>/prefs/scripts/
2/ Copy "UKDP_EasyRenderMaps_icon.png" in your maya icons folder. Default is :
Windows:
<drive>:\Documents and Settings\<username>\My Documents\maya\<Version>\prefs\icons
Mac OS X:
~/Library/Preferences/Autodesk/maya/<version>/prefs/icons
Linux:
~/maya/<version>/prefs/icons/
3/ Open Maya, create a new button (make sure its in python: "command" tab > language : python)
Then copy the following code in the command tab:
import UKDP_EasyRenderMaps_V3
reload (UKDP_EasyRenderMaps_V3)
UKDP_EasyRenderMaps_V3.UKDP_EasyRenderMaps()
Assign the corresponding icon.
Contact
Contact me via CreativeCrash, or by mail at:
ukdp.scripts[at]gmail.com
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.