get particle attributes
This node lets user to access individual particle attribute.
[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.
[Outputs]
Part Group - Particle group.
Position - Particle position in world coordinates.
Speed - Particle speed (the length of the Velocity vector).
Velocity - Particle velocity in world coordinates.
Age - Particle age.
Life - Particle lifespan.
Scale - Particle shape scale along x,y,z axis.
Mass - Particle mass.
Color - Particle color.
MtlID - Particle Material ID.
Travel Dist - Distance that particle has traveled since its creation.
Orientation - Particle orientation matrix.
TM - Particle transformation matrix.
SA Name - If particle has animation, this will output animation name.
SA Percentage - Current shape animation playback percentage. Values over 100% indicated that animation is looped.
Channel 1 - Custom channel value (if created).