Cryptomatte: Show Name of Object/Material Under The Cursor.
This change shows the object or material name with the cursor when picking for a cryptomatte node. Reviewed By: Julian Eisel Differential Revision: https://developer.blender.org/D10705
This commit is contained in:
@@ -77,7 +77,7 @@ typedef struct DataDropper {
|
||||
static void datadropper_draw_cb(const struct bContext *C, ARegion *region, void *arg)
|
||||
{
|
||||
DataDropper *ddr = arg;
|
||||
eyedropper_draw_cursor_text(C, region, ddr->name);
|
||||
eyedropper_draw_cursor_text_region(C, region, ddr->name);
|
||||
}
|
||||
|
||||
static int datadropper_init(bContext *C, wmOperator *op)
|
||||
|
||||
Reference in New Issue
Block a user