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

Class SmokeDomainSettings

The Domain Settings Object

Smoke domain settings.

References

Instance Variables [hide private]
float in [-5, 5] alpha
Higher value results in sinking smoke
int in [1, 10] amplify
Enhance the resolution of smoke by this factor using noise.
float in [-5, 5] beta
Higher value results in faster rising smoke.
Group coll_group
Limit collisions to this group.
boolean dissolve_smoke
Enable smoke to disappear over time.
boolean dissolve_smoke_log
Using 1/x
int in [1, 100] dissolve_speed
Dissolve Speed
Group eff_group
Limit effectors to this group.
EffectorWeights (readonly) effector_weights
Effector Weights
Group fluid_group
Limit fluid objects to this group.
boolean highres
Enable high resolution (using amplification).
int in [24, 512] maxres
Maximal resolution used in the fluid domain.
enum noise_type
Noise method which is used for creating the high resolution in...
PointCache (readonly) point_cache_high
Point Cache
PointCache (readonly) point_cache_low
Point Cache
float in [1, 10] strength
Strength of wavelet noise
boolean viewhighres
Show high resolution (using amplification).
Instance Variable Details [hide private]

noise_type

Noise method which is used for creating the high resolution in...
  • NOISEWAVE
Type:
enum