Quantcast
Channel: ArnoldRenderer – Arnold Support Corner
Viewing all articles
Browse latest Browse all 140

[MtoA] Flushing the texture cache from Python

$
0
0

arnoldFlushCache
MtoA provides an arnoldFlushCache command (and the Arnold > Flush Caches menu uses that command). You can call it from Python like this:

import maya.cmds as cmds
cmds.arnoldFlushCache( textures=True )

Viewing all articles
Browse latest Browse all 140

Trending Articles