A list of useful driver expressions

Hello, so i saw mxeon1001’s tweet about how to make a pulsing light using driver expressions
https://twitter.com/mxeon1001/status/1214097231869087744
and i was wondering if you guys can help me find more, I’m hoping this thread would be an always growing list of similar simple and useful driver expressions, i personally don’t know much about math so I’m looking for simple ones i can just copy paste

7 Likes

Might be redundant but #frame moves values by frame rate.

2 Likes

Maybe it’s not much but, in general, I understand scripted expressions are based on Python, so any math function with that programming language should work in an scripted expression.
Here’s a list of some math functions:

And here’s an image with an example of how I used the square root function:
image