Hi I have an expression I wrote for after effects that creates a wiggle effect on the camera to mimic a slight handheld feel.
In AE, the expression looks like this and has 2 sliders on the camera layer that control the intensity of the wiggle.
I think it is possible to create this by replacing the sliders with nulls and give the expression a reference to the nulls…
so if my expression is:
wiggle(effect(“WiggleIntensity”)(“Slider”), effect(“WiggleintensityY”)(“Slider”), octaves = 2, amp_mult = .5, t = time)
I can live without having the links to the sliders, but since there is no Wiggle command in the flame scripting language, I would be happy if someone could help me out on this one…
Thanx in advance,
cheers,
Jean-Michel