ShaderFxSwirl(ShaderFx)#
base classes — bpy_struct
, ShaderFx
- class bpy.types.ShaderFxSwirl(ShaderFx)#
Swirl effect
- angle#
Angle of rotation
- Type:
float in [-31.4159, 31.4159], default 0.0
- radius#
Radius to apply
- Type:
int in [0, 32767], default 0
- use_transparent#
Make image transparent outside of radius
- Type:
boolean, default False
- classmethod bl_rna_get_subclass(id, default=None)#
- Parameters:
id (string) – The RNA type identifier.
- Returns:
The RNA type or default when not found.
- Return type:
bpy.types.Struct
subclass
- classmethod bl_rna_get_subclass_py(id, default=None)#
- Parameters:
id (string) – The RNA type identifier.
- Returns:
The class or default when not found.
- Return type:
type