12
Aug
Python scripts for Subdivision and Texture Input Gamma in Vray for Maya
给所选择的File节点添加Gamma属性:#applies Texture Input Gamma to selected File nodes
import maya.cmds as cmds
import maya.OpenMay...