anyone know of a good resource for learning expressions (pref with examples)?
Trying to learn anything from the online manual is a chore with everything on different pages and tiny bits of disjointed info on each.
or if you know of a good expression to tell an axis to rotate constantly at a specific speed (ie.degrees per frame…or does it need converting to radians first?).
cant’ help with the tutorial, but frame * x on a rotation channel will get you x number of degrees per frame. Example frame * 45 will give you 1/8 of a complete rotation per frame. In a real world situation I would add a variable node and link to that so the expression would read frame * Variables.Var1, or something like that. Note that I have put spaces in between the * sign and the variables. You don’t want to do that in an actual expression, but yet a new discovery of the quirks of our platform reveals that if I don’t, it does not necessarily read properly.