Module Particle

Module Particle

source code

The Blender.Particle submodule

Particle

This module provides access to the Particle in Blender.

Classes
  Particle
This object gives access to paticles data.
Functions
 
Get(name)
Get the particle system of the object "name".
source code
 
New(name)
Assign a new particle system to the object "name".
source code
Variables
readonly dictionary DISTRIBUTION
Constant dict used for with Particle.DISTRIBUTION
readonly dictionary DRAWAS
Constant dict used for with Particle.DRAWAS
readonly dictionary EMITFROM
Constant dict used for with Particle.EMITFROM
readonly dictionary REACTON
Constant dict used for with Particle.REACTON
readonly dictionary TYPE
Constant dict used for with Particle.TYPE
Function Details

Get(name)

source code 
Get the particle system of the object "name".
Returns:
The particle system of the object.

New(name)

source code 
Assign a new particle system to the object "name".
Returns:
The newly created particle system.

Variables Details

DISTRIBUTION

Constant dict used for with Particle.DISTRIBUTION
  • GRID: set grid distribution.
  • RANDOM: set random distribution.
  • JITTERED: set jittered distribution.
Type:
readonly dictionary

DRAWAS

Constant dict used for with Particle.DRAWAS
  • NONE: Don't draw
  • POINT: Draw as point
  • CIRCLE: Draw as circles
  • CROSS: Draw as crosses
  • AXIS: Draw as axis
  • LINE: Draw as lines
  • PATH: Draw pathes
  • OBJECT: Draw object
  • GROUP: Draw goup
  • BILLBOARD: Draw as billboard
Type:
readonly dictionary

EMITFROM

Constant dict used for with Particle.EMITFROM
  • VERTS: set particles emit from vertices
  • FACES: set particles emit from faces
  • VOLUME: set particles emit from volume
  • PARTICLE: set particles emit from particles
Type:
readonly dictionary

REACTON

Constant dict used for with Particle.REACTON
  • NEAR: react on near
  • COLLISION: react on collision
  • DEATH: react on death
Type:
readonly dictionary

TYPE

Constant dict used for with Particle.TYPE
  • HAIR: set particle system to hair mode.
  • REACTOR: set particle system to reactor mode.
  • EMITTER: set particle system to emitter mode.
Type:
readonly dictionary