FreestyleModules(bpy_struct)

base class — bpy_struct

class bpy.types.FreestyleModules(bpy_struct)

A list of style modules (to be applied from top to bottom)

new()

Add a style module to scene render layer Freestyle settings

Returns

Newly created style module

Return type

FreestyleModuleSettings

remove(module)

Remove a style module from scene render layer Freestyle settings

Parameters

module (FreestyleModuleSettings, (never None)) – Style module to remove

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

Inherited Properties

Inherited Functions

References