Brief introduction: I’ve recently started to code Wick animations, as a beginner. Used to be a programmer few decades ago…
I visited the “learn” part of the Web site, which helped me to get started.
However, often, understanding the whole logic, or what property to use to reach a given goal, is rather challenging. For example:
.subClipInMainClip.activeFrame._children[0].fillColor
is _children[] documented somewhere?
or (thanks to a recent reply in this forum):
project.activeFrame.clips.forEach(etc.)
Is it documented somewhere that clips is a property of a frame?
Etc.
More generally, is there a comprehensive documentation of Wick’s object model?
Thank you.