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