Where's the blending mode for 2D items in 3.0?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By seeeking

I can’t seem to find the blending mode for 2D Sprite (actually, any item) in 3.0, was it moved somewhere?

It used to be under CanvasItem along with Opacity, now there’s only Modulate / Self modulate and I don’t see blending mode anywhere near.

Please, advice :slight_smile:

TIA!

:bust_in_silhouette: Reply From: Zylann

You have to create a CanvasItemMaterial in the material property (or create one as a file and re-use it). Then, you can choose the blending mode in the material.

And thank you again for answering me :slight_smile:

I did actually create the CanvasItemMaterial but didn’t look good enough to find the blending mode! Thanks for nudging me in right direction, I hope it helps somebody with the same question in future.

seeeking | 2018-02-01 06:37