Skip to content

Instantly share code, notes, and snippets.

@OmniZ3D
Created August 24, 2012 20:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OmniZ3D/3455130 to your computer and use it in GitHub Desktop.
Save OmniZ3D/3455130 to your computer and use it in GitHub Desktop.
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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment