decorative banner

Viewing function arguments and default values


    The expressions function menu now lists arguments and default values. This makes it easier to remember what elements you can control when you write an expression. For example, in the function menu, the Property function for wiggle lists "wiggle(freq, amp, octaves = 1, amp_mult =.5, t = time)." The parenthetical listings indicate that the wiggle function accepts five arguments. The "=" in the last three arguments indicates that using those parameters is optional. If you specify no values for them, they default, respectively, to 1, .5, and the current time.