MainParticles(bpy_struct)

base class — bpy_struct

class bpy.types.MainParticles(bpy_struct)

Collection of particle settings

new(name)

Add a new particle settings instance to the main database

Parameters:
  • name (string) – New name for the datablock.
Returns:

New particle settings datablock.

Return type:

ParticleSettings

remove(particle)

Remove a particle settings instance from the current blendfile.

Parameters:

Inherited Properties

Inherited Functions

References

Previous topic

MainObjects(bpy_struct)

Next topic

MainScenes(bpy_struct)