Good morning.
I need to mix two textures and be able to lower the intensity of the textures separately so that the output gives me either 100% of texture 1 or 100% of texture 2 or a combination of both textures.
I’ve tried with the texture mix and texture channel multiply nodes but I don’t get a mix.
Thank you so much.
I normally would expect to do this with the “Texture Blend”-Node. I think this what you mean by “Texture Mix”.
One solution is to map two canvases to e.g. one Videoscreen. Now you can control the canvas opacity and mix the textures this way.
As @janosc kindly suggested, alternatively you can use the Texture Blend node in Normal mode. In this mode, if the Blend strength is set to 0, then Texture 1 will be at full opacity.
Thank you very much for your reply.
I’ve been trying etxture Blend for my mix of textures but there is a drawback and that is that the resulting texture takes the resolution of the first texture.
Can this problem be solved?
thank you so much
If I understand correctly, you would like both of the Textures to keep their original resolutions, with no stretching applied.
I created a layer template which might be of help. All you have to do is insert the layer template on your sequence, assign the same Canvas to both Render to Canvas nodes and choose the desired blending mode in the Canvas Properties.
When you adjust the Layer variable called Blend Strength, you should be able to see the Textures blend on the Canvas.
Hope you found this useful!
p.s. due to some restrictions, it is not possible to attach a layer template in a post, which is why I have sent it to you via email. If anyone else would like access to the layer template, please let us know and we will email it to you.
Hello good morning.
I have tried the new version of the texture blend node and it continues to take the resolution of the first texture if the second one is a little larger in height, for example, I would crop it in the blend.
If we want to use the texture blend node to mix two textures, it should adapt to the resolutions of the textures that it has to mix.
I also think there should be a value for:
texture 1 ->100% / texture 2 ->0%
texture 1+2 ->100%
texture 2 ->100% / texture 1 ->0%.
Well it’s a proposal.
I understand what you mean. So in the screenshot you have attached, if Stretch checkbox is disabled, you would expect the resolution of 2808x541px.
Can you explain the additional values a little more?
If I understand your goal correctly, then you can already achieve all of this with adjusting the Blur strength. For example, if you have chosen Normal Blend Mode:
I understand your point regarding the second texture being cropped out, thank you for bringing it to our attention. However, I did not quite understand what you mean by ‘there is no fader at 0’. Could you please elaborate?
Perhaps it would be helpful if you could demonstrate how the texture blending looks in LightAct already and then compare it to what you would expect it to look like. Does this make sense?
For these examples that I give, I have forced texture blend to take the resolution of the screen where the texture is rendered.
Obviously I could also create a mechanism that mixes one texture with the other and at the same time lowers the opacity but this could be done by texture Blend… apart from what I mentioned about trimming the texture.
All the best
Eduardo Cueto
Thank you for the further explanation. We now perfectly understand what you mean and will discuss your suggestion and the feasibility of its implementation with the LightAct team.
Good morning.
Texture swap already behaves as expected as we were dealing with in previous messages, the problem is that now this behavior (not taking the texture that is exchanged to 0) is reflected in the “crop softedge” node, let me explain.
I am using “texture swap” to switch from one texture to another by sending the resulting texture to a texture variable.
I have the problem when using the “crop softedge” node, which gives me strange behavior, leaving the texture underneath that should not be seen.
I send you some photos.
In the first case, without using “crop softedge” directly sending the texture to the “Final texture” variable, it is seen that the texture below does not appear.
In the second case using “crop softedge” the second texture of “texture swap” appears, I understand that this behavior should not occur.
If Texture Softedge node is in Free Mode, then everything works as expected, correct? Only when you choose Simple Mode, as shown in the screenshot you have posted, does the other Texture appear in the back, right?
Yes, what you say is correct. In free mode the texture below does not appear.
But at the moment I am not going to implement the FREE mode to control my layer via arnet because it needs 16 channels + 1 (8 16-bit channels + 1 8-bit channel) and I only want to make a simple soft.
Of course, with a little study, those 16 channels could be reduced to only 8 (4 16-bit) or NOT?
But everything starts to get too complicated for a simple cut with soft.
Best,
E.Cueto
I see. This is actually something that is already in our backlog. The reason for this is that Texture Softegde in Simple mode is not capable of passing an Alpha channel.
Thanks for your reply.
You already know that I am finishing the design of a general purpose layer and one of the needs is to be able to make a crop controlling the softness of the edge.
I’m going to try to do it with texture Softedge using 8 16-bit channels but I see that the story gets a little complicated.
They will be cuts Left, right, up Down and soft left, soft right, soft up and soft down.
That is, square cuts.
For this I have to take the resolution values that the texture has at that moment, make them INNER:
Upper Left and bottom Left move at the same time if I want to make a left cut… Upper Left and Upper Right move at the same time if the cut is TOP… etc.
And then the same with the values for Outer Using it to create the soft.
It’s a little complex.
I send you a very primary development as a sample
Any suggestions?
So if I understand correctly, you want the Texture Softedge node in Free mode, to act as if it is in Simple mode, does that sound right?
So even though the Texture Softedge is in Free mode, you only want to modify these four values:
Top,
Bottom,
Left, and
Right.
Modifying these values would only affect the inner softedge. For example, when you modify ex. variable Top, it means that Inner upper left and Inner upper right are both modified, correct?
You would never want to modify the outer softedge, is that true?