Can we apply blending mode just on specific sublayer filename #164
Replies: 2 comments
-
For example I have a model Base ( with different skin colors) Eyes Eye A Eye B Clothes Cloth A |
Beta Was this translation helpful? Give feedback.
-
Yes actually, This is an undocumented feature still, but example:
blend mode names are the same as those supported by node canvas https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/globalCompositeOperation you can use one or both |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an art which needs to have cloth's shadow
for example
Cloth
--Cloth A
--- Cloth A
--- Cloth A Shadow = blending mode to be applied here and layer ordering must be below the actual cloth
How can i achieve this ?
Beta Was this translation helpful? Give feedback.
All reactions