want to add exposed parameter and node

I want to add some more exposed parameter.
About Noise and VecNoise. I want to use exposed setting for their parameters.

And I need a script or expression function node.
When I want to make a some complex math, I want to use this.
Of course magma already has enough math node. But sometime it have to have a bunch of nodes for that.
Then It happens the chaos on the node editor.

Logged the exposure of Noise and VecNoise as Wishes.

As for scripts, we already have a script input that is evaluated once. Evaluating a script for each particle would be prohibitively slow (see Script operators in PFlow). You can always encapsulate complex math operations in BLOPs to move out of sight…
But I will log it just in case, we might come up with a different approach someday.

Hmm, how about expression. Not full feature of the script.
Is it slow as well???

And thank you logged :wink: