Compositor: Cryptomatte compositing node.
This patch adds a new matte node that implements the Cryptomatte specification. It also incluces a custom eye dropper that works outside of a color picker. Cryptomatte export for the Cycles render engine will be in a separate patch. Reviewers: brecht Reviewed By: brecht Subscribers: brecht Tags: #compositing Differential Revision: https://developer.blender.org/D3531
This commit is contained in:
@@ -1138,6 +1138,7 @@ void ED_operatortypes_ui(void)
|
||||
|
||||
/* external */
|
||||
WM_operatortype_append(UI_OT_eyedropper_color);
|
||||
WM_operatortype_append(UI_OT_eyedropper_color_crypto);
|
||||
WM_operatortype_append(UI_OT_eyedropper_colorband);
|
||||
WM_operatortype_append(UI_OT_eyedropper_colorband_point);
|
||||
WM_operatortype_append(UI_OT_eyedropper_id);
|
||||
|
Reference in New Issue
Block a user