Package bpy :: Module types :: Class PointDensity
[hide private]
[frames] | no frames]

Class PointDensity

The PointDensity Object

Point density settings.

References

Instance Variables [hide private]
ColorRamp (readonly) color_ramp
Color Ramp
enum color_source
Data to derive color results from in...
enum falloff
Method of attenuating density by distance from the point in...
float in [0.01, inf] falloff_softness
Softness of the 'soft' falloff option
enum noise_basis
Noise formula used for tubulence in...
Object object
Object to take point data from
enum particle_cache
Co-ordinate system to cache particles in in...
ParticleSystem particle_system
Particle System to render as points
enum point_source
Point data to use as renderable point density in...
float in [0.01, inf] radius
Radius from the shaded sample to look for points within
float in [0.001, 100] speed_scale
Multipler to bring particle speed within an acceptable range
boolean turbulence
Add directed noise to the density at render-time
int in [0, inf] turbulence_depth
Level of detail in the added turbulent noise
enum turbulence_influence
Method for driving added turbulent noise in...
float in [0.01, inf] turbulence_size
Scale of the added turbulent noise
float in [0.01, inf] turbulence_strength
Strength
enum vertices_cache
Co-ordinate system to cache vertices in in...
Instance Variable Details [hide private]

color_source

Data to derive color results from in...
  • CONSTANT
  • PARTICLE_AGE
  • PARTICLE_SPEED
  • PARTICLE_VELOCITY
Type:
enum

falloff

Method of attenuating density by distance from the point in...
  • STANDARD
  • SMOOTH
  • SOFT
  • CONSTANT
  • ROOT
Type:
enum

noise_basis

Noise formula used for tubulence in...
  • BLENDER_ORIGINAL
  • ORIGINAL_PERLIN
  • IMPROVED_PERLIN
  • VORONOI_F1
  • VORONOI_F2
  • VORONOI_F3
  • VORONOI_F4
  • VORONOI_F2_F1
  • VORONOI_CRACKLE
  • CELL_NOISE
Type:
enum

particle_cache

Co-ordinate system to cache particles in in...
  • OBJECT_LOCATION
  • OBJECT_SPACE
  • WORLD_SPACE
Type:
enum

point_source

Point data to use as renderable point density in...
  • PARTICLE_SYSTEM
  • OBJECT
Type:
enum

turbulence_influence

Method for driving added turbulent noise in...
  • STATIC
  • PARTICLE_VELOCITY
  • PARTICLE_AGE
  • GLOBAL_TIME
Type:
enum

vertices_cache

Co-ordinate system to cache vertices in in...
  • OBJECT_LOCATION
  • OBJECT_SPACE
  • WORLD_SPACE
Type:
enum