Registered Member
|
Hi,
i've recently started developing in Kdenlive, as i have been asking to implement the function for https://bugs.kdenlive.org/view.php?id=2513, disabling the rendering of the effects in the timeline, without disabling the effects. I'm taking as a base the function
trying to omit the disabling part, and trying to apply it to all the tracks and clips in the timeline. For now, i'm trying to disable the effects from the tracks, trying to select them as the active ones, so i can access to the CollapsibleEffects in their EffectStacks, and use the modification i've created from their slotDisable(bool,bool) The code that goes through the tracks and effects:
where toggleEffects(bool) is
but it doesn't work, maybe because it's not accesing properly to the tracks. Should i access to those tracks through this method i mentioned, through
or is there any other way? As for the clips, i haven't found any array or QLIst that storages the ClipItems in the timeline, so they can be used in a similar way as the tracks. I know that in the ClipManager exists a parameter that storages a list of DocClipBase, but in order to get the ClipItems from them i would have to create new ClipItems, and the point is obtaining the existing ones, not creating more. Could they be obtained as in the second approach for the tracks, but using a different TagName as "clip" or something similar, or is there any other way to obtain those ClipItems? I'm sorry if I bother you with this simple problems, but i think it would be easier to go on after that. Thanks to all in advance, Alex |
Registered Member
|
Found the render functions for enabling and disabling effects
but still not working, i guess it's still due to the track indexes. If anyone can give me a lead for that i would really appreciate it. Alex |
Registered Member
|
Working for tracks, but still lacking the info about the clips
Alex |
Registered Member
|
Registered users: bartoloni, Bing [Bot], Evergrowing, Google [Bot]