/rr-texture-manager

Royal Render texture manager utility for collecting and re-pathing maya scenes textures

Primary LanguageMathematica

rr-texture-manager

Usage:

import pymel.core as pm
from rrTextureManager import RRTextureManager

tm = RRTextureManager()
texture_nodes = pm.ls(type='file')

for n in texture_nodes:
  tm.add_node(n)

tm.change_all_paths('/tmp')