Expressions tutorial? #292
Replies: 1 comment 7 replies
-
Yeah, documentation is lacking (nonexistent). Everything in the editor is JS with auto complete. Core JS functions are available, as with Math, other than that you are on your own. Bindings - This is where you get data from Friction and other items in your project.To get current frame add etc. You can now reference the variables in the calculate section. Calculate - This is where you do the scripting and return a value.You can use core JS functions and have access to any variable added in Bindings and any function that exist in the Definitions tab. DefinitionsThis section is for functions you can use in the calculate section, you can make/add any JS function you like. Ready-made functions etc is on the roadmap for v1.1 #244. |
Beta Was this translation helpful? Give feedback.
-
I'm looking for a good tutorial about the expressions editor and I'm struggling finding one.
I would like to add a wiggle to a parameter (as in AE) but I could not do it properly. I tried several options but none is good enough...
Are there any tutorials, docs or similar that could introduce the expression editor to newbies?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions