Module Particle
[frames] | no frames]

Module Particle

The Blender.Particle submodule

Particle

This module provides access to the Particle in Blender.

Classes
  Particle
This object gives access to paticles data.
Functions
Particle
New(object)
Create a new particle system applied to object
Variables
readonly dictionary ANGULARV
Constant dict used for with Particle.ANGULARV
readonly dictionary CHILDKINK
Type of periodic offset on the path
readonly dictionary CHILDKINKAXIS
Which axis to use for offset
readonly dictionary CHILDTYPE
Constant dict used for with Particle.CHILDTYPE
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 INTEGRATOR
Constant dict used for with Particle.INTEGRATOR
readonly dictionary PHYSICS
Constant dict used for with Particle.PHYSICS
readonly dictionary REACTON
Constant dict used for with Particle.REACTON
readonly dictionary ROTATION
Constant dict used for with Particle.ROTATION
readonly dictionary TYPE
Constant dict used for with Particle.TYPE
readonly dictionary VERTEXGROUPS
Constant dict used for with Particle.getVertGroup and Particle.setVertGroup
  __package__ = None
Function Details

New(object)

 

Create a new particle system applied to object

Parameters:
Returns: Particle
a new Particle system.

Variables Details

ANGULARV

Constant dict used for with Particle.ANGULARV
  • NONE: No particle angular velocity
  • SPIN: Spin particle angular velocity
  • RANDOM: Random particle angular velocity
Type:
readonly dictionary

CHILDKINK

Type of periodic offset on the path
  • NOTHING: set no offset on the path
  • CURL: set curl offset on the path
  • RADIAL: set radial offset on the path
  • WAVE: set wave offset on the path
  • BRAID: set braid offset on the path
Type:
readonly dictionary

CHILDKINKAXIS

Which axis to use for offset
  • X: set X axis for offset
  • Y: set Y axis for offset
  • Z: set Z axis for offset
Type:
readonly dictionary

CHILDTYPE

Constant dict used for with Particle.CHILDTYPE
  • NONE: set no children
  • PARTICLES: set children born from particles
  • FACES: set children born from faces
Type:
readonly dictionary

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 group
  • 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

INTEGRATOR

Constant dict used for with Particle.INTEGRATOR
  • EULER: Use Euler integrator
  • MIDPOINT: Use Midpoint integrator
  • RK4: Use RK4 integrator
Type:
readonly dictionary

PHYSICS

Constant dict used for with Particle.PHYSICS
  • NONE: No physics
  • NEWTONIAN: Use newtonian physics
  • KEYED: Use keyed physics
  • BOIDS: Use Boids physics
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

ROTATION

Constant dict used for with Particle.ROTATION
  • NONE: No particle initial rotation
  • NOR: Rotate along the normal
  • VEL: Rotate affect to velocity
  • GLX: Rotate along global X-Axis
  • GLY: Rotate along global Y-Axis
  • GLZ: Rotate along global Z-Axis
  • OBX: Rotate along local X-Axis
  • OBY: Rotate along local Y-Axis
  • OBZ: Rotate along local Z-Axis
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

VERTEXGROUPS

Constant dict used for with Particle.getVertGroup and Particle.setVertGroup
  • DENSITY: VertexGroup affect to particles density
  • VELOCITY: VertexGroup affect to particles velocity
  • LENGHT: VertexGroup affect to particles lenght
  • CLUMP: VertexGroup affect to particles clump
  • KINK: VertexGroup affect to particles kink
  • ROUGH1: VertexGroup affect to particles rough1
  • ROUGH2: VertexGroup affect to particles rough2
  • ROUGHE: VertexGroup affect to particles roughE
  • SIZE: VertexGroup affect to particles size
  • TANVEL: VertexGroup affect to particles tangent velocity
  • TANROT: VertexGroup affect to particles tangent rotation
  • EFFECTOR: VertexGroup affect to particles effector
Type:
readonly dictionary