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

Inherited Properties

Inherited Functions

References