|
Hi all,
I wonder if (and how) it is possible to use subtracks with Python ?
I manage to create a subtrack by using this :
lSubTrack = FBStoryTrack(FBStoryTrackType.kFBStoryTrackAnimation)
lMainTrack.SubTracks.append(lSubTrack)
(It’s certainly not the best way since it first creates a standard track, then add an instance of it as subtrack for my “Maintrack”.)
After that, I can set some properties for the subtrack :
lSubTrack.PassThrough = False
lSubTrack.AcceptKey = True
But it’s getting more complicated when I want to :
- Set my subtrack to “Additive” ?
- Plant a key for each items it contains ?
- Plot
Help !
Thanks.
|
|
|
|
Hi,
I am trying to do the same thing and facing same difficulties with the instance of subtrack,
Does anyone know how can I directly add a subtrack without the instance of standard track?
Thanks
|
|
|