OmniZ3D
8/24/2012 - 8:12 PM

Example for changing / repathing texture files in MotionBuilder via python

Example for changing / repathing texture files in MotionBuilder via python

from pyfbsdk import *

for v in FBSystem().Scene.VideoClips: 
    print v.Filename
    v.Filename = r'C:\someDir\txtrFile.tga'