Skip to content

Instantly share code, notes, and snippets.

@LeeJianLi
LeeJianLi / BatchUVSnapshot.py
Created December 20, 2016 20:07
Maya python tool: save each individual uv snapshots of all the selected object.
'''
*** UV snapshot each selected object and save those files in given directory (defaults to desktop) with given file format (defaults to maya iff).***
Install instruction:
-save this script file in your maya script folder. (C:\Users\UserName\Documents\maya\2016\scripts\)
how to use in maya:
-in the maya script editor, run the following python code to call the UI window:
from BatchUVSnapshot import BatchUVUI
ui = BatchUVUI.showUI()