You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If #material_opaque was not marked as transparent before (opacity = 1) then the opacity override will be applied during rendering but the object won't be put into the transparent objects queue. As a result it's rendered without blending enabled.
Overriding the opacity value of an object that was already transparent (ie opacity = 0.5) works as expected.