Sobel
2D Modifier - Draw lines on contrasted area of the image using edge detection
Create outlines on contrasted parts of the image. Kind of a cartoon effect. Better use a light Blur after this one.
A similar but far less versatile effect can be done with the Depth To Normal .
Variables:
- Size: Size of the sobel
- Threshold: Threshold of the sobel
- Edges Color: Edges color of the sobel
- Colorize Edges With Source: Colorize edges with source of the sobel
- Draw Edges Under Source: Draw edges under source of the sobel
- Source Level: Source level of the sobel
- Blending Mode: How this sobel gets blended
Python
Oil.createObject("SobelTextureModifier")