The command in the expression editor inserts the token at the insertion point in the editing pane. This token returns one of two values, depending on whether a specified condition
is true. Replace the dummy arguments as follows:
|
Replace with a Boolean expression to evaluate. If this expression is TRUE (1), the value of is returned. If it is FALSE (0), the value of is returned.
You can build Boolean expressions as follows:
|
|
Replace with an expression to evaluate if is TRUE (1).
|
|
Replace with an expression to evaluate if is FALSE (0).
|
Example
Returns 5 if the current frame number is less than 50, returns 10 otherwise.