ShaderFx(bpy_struct)¶
base class — bpy_struct
subclasses —
ShaderFxBlur, ShaderFxColorize, ShaderFxFlip, ShaderFxGlow, ShaderFxLight, ShaderFxPixel, ShaderFxRim, ShaderFxShadow, ShaderFxSwirl, ShaderFxWave
-
class
bpy.types.ShaderFx(bpy_struct)¶ Effect affecting the grease pencil object
-
name¶ Effect name
Type: string, default “”, (never None)
-
show_expanded¶ Set effect expanded in the user interface
Type: boolean, default False
-
show_in_editmode¶ Display effect in Edit mode
Type: boolean, default False
-
show_render¶ Use effect during render
Type: boolean, default False
-
show_viewport¶ Display effect in viewport
Type: boolean, default False
-
type¶ FX_BLURBlur, Apply Gaussian Blur to object.FX_COLORIZEColorize, Apply different tint effects.FX_FLIPFlip, Flip image.FX_GLOWGlow, Create a glow effect.FX_LIGHTLight, Simulate illumination.FX_PIXELPixelate, Pixelate image.FX_RIMRim, Add a rim to the image.FX_SHADOWShadow, Create a shadow effect.FX_SWIRLSwirl, Create a rotation distortion.FX_WAVEWave Distortion, Apply sinusoidal deformation.
Type: enum in [‘FX_BLUR’, ‘FX_COLORIZE’, ‘FX_FLIP’, ‘FX_GLOW’, ‘FX_LIGHT’, ‘FX_PIXEL’, ‘FX_RIM’, ‘FX_SHADOW’, ‘FX_SWIRL’, ‘FX_WAVE’], default ‘FX_BLUR’, (readonly)
-
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.Structsubclass
-
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
-
Inherited Properties
Inherited Functions
References