SmokeCollSettings(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.
SmokeCollSettings
(bpy_struct)¶ Smoke collision settings
-
collision_type
¶ Collision type
COLLSTATIC
Static, Non moving obstacle.COLLRIGID
Rigid, Rigid obstacle.COLLANIMATED
Animated, Animated obstacle.
Type: enum in [‘COLLSTATIC’, ‘COLLRIGID’, ‘COLLANIMATED’], default ‘COLLSTATIC’
-
Inherited Properties
Inherited Functions
References