|
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
|
|
|
|
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
|
|
|
|
Thanks a lot.
I should have seen it… :)
|
|
|