Help with Controllers/keys
Hi ! So after a week of struggle and slowly getting very frustrated i decided to ask help here because slowly i’m losing patience.
So i’m working on a layer based animation exporter (similar to built-in layer animation system only more complex and with extra features i need)
It all works perfectly but i need to set special controllers per object i call eventTrack.
The best solution would be notetracks. They are perfect for my usecase but there are many many many disadvantages about them. (crashes if added to a plugin’s #maxObject parameters , connection between notetracks and dopesheet is absolutely useless. Can’t set trackviewNode name in the trackview’s treeview… which is absolutely frustrating so it always says Note for each notetrack i add… and many many many other problems i won’t go in details now)
So here are my questions :
Is there a way to show/hide or at least rename the name of the notetrack in the trackview ? So not all of them are called “Note”
i can’t find a way to even access the notetracks throught the trackview… only if i get it with getNoteTrack… The most frustrating part is that the documentation is very cumbersome and overcomplicated when it comes to trackviews some parts make no sense and seems useless
It would be so much logical and easier if we had the ability to extend MAXKeys with a custom value so we could store custom data per keys but we can’t…
Thanks ! Regards