PYTHON & GIZMO

MD_BACKDROP

The code appears to be creating a custom backdrop node based on user input from a panel. The backdrop node’s label, font settings, and tile color are set based on the user’s input choices.

MD_RGB_SPLIT

This script creates three Shuffle nodes and connects them to the currently selected node. Each Shuffle node is set to shuffle a specific color channel (red, green, or blue) and is labeled with the corresponding color. The position and color of each node are also adjusted within the function. The purpose of the script is to provide a quick and easy way to split an image into its color channels for further compositing.