Hey guys,
I use the self effect in the “Force Field Settings” to make particles in a system attract each other, but i would like to make some particle’s attraction higher than other’s. So i wondered whether it would be possible to give particles in the same system different size or mass.
I know that there’s the random size value but that doesn’t really get me what i want (as i don’t want the mass change between near particles to be high). Best would be if the mass of the particles could be set to the value of a noise texture based on their starting location.
I also tried changing the size of a unique particle with python (bpy.context.active_object.particle_systems[0].particles[0].size = 50 for example), but when starting the animation it forgets the size i gave the particle.
Would be great if you could help me with this 