set particle attributes
With this node you can set new values for all major particle attributes. New values will be set only for those pins that have connection.
[Inputs]
#Particle Stream - This pin requires a particle stream to be connected. Connection is usually not required if any of the attributes is connected.
Enabled - Enable or disable node evaluation.
#Life - Particle lifespan.
#MtlID - Particle Material ID.
#Age - Particle age.
#Speed - Particle speed (the length of the Velocity vector).
#Mass - Particle mass.
#Position - Particle position in world coordinates.
#Velocity - Particle velocity in world coordinates.
#Direction - Particle travel direction in world coordinates. It allows altering the velocity direction without affecting the magnitude (speed).
#Spin - Particle spin axis in world coordinates. The length of this vector determines the spin rate in radians/frame.
#Scale - Particle shape scale along x,y,z axis.
#Color - Particle Color.
#Orientation - Particle orientation matrix.
#TM - Particle transformation matrix.
#Channel 1 - Custom channel value (if created).