Division converter

is there any division in synfig?. for now i am using ‘reciprocal converter’.

1 Like

I usually convert the parameter to Scale, then i convert the resulting Scalar parameter to Reciprocal.

Note that most of the converters’ philosophy is based on the fact that Synfig was designed to work with proportions (vector/scale), based on “Synfig units” (60px) and not as pixels directly (which tie you to some resolution).
That’s why sometimes results of operations look a bit weird ^^

1 Like