Inside Sabertooth
Learn how Sabertooth uses 3ds Max to create 3D interactive projects, including HBO Go’s Game of Thrones interactive experience
  • 1/3
You are here: Forum Home / Autodesk® MotionBuilder® / Python / Importing a clip in the story
  RSS 2.0 ATOM  

Importing a clip in the story
Rate this thread
 
38109
 
Permlink of this thread  
avatar
  • Total Posts: 11
  • Joined: 05 June 2009 09:03 AM

Hi all,

I’m trying to import a fbx clip in the story with python, and I can’t find out if it’s possible.
I was expecting something like FBStoryClip.File that I could fill with the (lFp.Path + lFp.FileName) the user choosed…

Thx



Replies: 0
avatar
  • senglert
  • Posted: 06 January 2010 09:09 AM

FBStoryClip constructor has an argument to pass in a file path:

FBStoryClip (str pFilePath, FBStoryTrack pTrack, FBTime pTime)

So you would just have to also pass it a story track object and the time at which to place the clip.

Good luck,
Scott



Replies: 0
avatar

Thanks a lot.
I should have seen it… :)



Replies: 0