This is super neat, and the affects are perfect, but I wish there was a longer version that went into more detail about how the geometry nodes work together! I'd love a tutorial that follows how to make the node groups and explains the steps in them so they are easier to understand and tinker with.
omg, you're a saint! I was just lamenting a few days ago, that 3D trees (or any greenery for that matter) never really look good (and painted)... I have to try this!
What you did here is jawdropping, and i'm thankful. But i will probably learn more from dissecting your tutorial file than from this tutorial itself, since you've done some pretty advanced stuff with the shader itself too. Really amazing job.
Its hard to find a good tutorial nowadays where they actually explain every step.Good channels like yours should be more popular than those 10 seconds tutorial
Hey man i know i am abit late to do these toturials but these are a great help and i am gonna be learning alot from these and later make my own animations.
I believe you can remove the need of that plane if you define the plane inside the geometry node as a node itself and add a material selector to it. You can even add an input node to the material selector that will let you swap and choose the material for the plane of the leaves from the geometry node modifier. Input nodes in a few places on the geometry node you showed could actually do you wonders. For example, you could set the scale value of the vector multiplier you used for the animation to be an input node, which not only would allow you to change the value on the modifier without having to go into the node viewer, but also allow you to animate that value to change with time, meaning you can increase or decrease the intensity of the wind as time passes.
Gotta say, this tutorial truly solved many problems of mine and probably others as well! Wonderful tutorial, and beautifully edited as well. I can't thank you enough bro
Best anime tree recreation I've ever seen ✨ I've been watching many anime tree style tutorials and this one so far is the closest to hand drawn anime tree Thanks man, gotta use it for my next animation project (this is 2nd account)
I used to pray for times like this, thank you so much for these tutorials ! Edit : However it would have been great to explain in more detail what you did at 5:02, it also doesn't help that all the node's value are hidden 😅 Looking forward to the next tutorial!
Oh yeah. Initially, I thought I'd let everyone experiment with colors on their own, but Let me explain more on that part. Half-Lambert Shader The setup I have required a Half-lambert shader instead of Diffuse shader (Lambert shader) Half-lambert shader (shown in the video) allows us to play with the values in the shadow region. Unlike, a normal Lambert shader the shadow is not clipped to 0, so it goes negative. Then we map the value from [-1, 1] to [0, 1]. The node setup is the subtraction of two Diffuse Shader + Shader to RGB with one of them having the normal inverted (Multiplying the Geometry Normal with -1 using a Vector Math node) Colors Randomization My setup also have some color randomization to make the color not blocky. In shader editor, with another Attribute node with Type: Instance, Name: "random", you'll get a randomization of colors that ranges from [-1, -1 ,-1] to [1, 1 ,1]. So by using a separate RGB node, you will have 3 [-1, 1] randomizations for each leaves instance. I used those 3 to add some randomization to the value from the half-lambert shader before the colorramp and the others I used them to control the Hue and Value of the color after the colorramp. Hope this helps! If you have other questions, feel free to ask. 👍
I copied his exact setup. I just looked at the images he put up with the "Do it with me" Gumroad file. I was confused why it didn't look like his but then I changed the values to the ones he had and it worked!
@@tawansunflower this might sound really noob, but, can you explain me how to begin creating the half lambert shader group because i cannot find the geometry node with the normal dot on it :/
@@armandomantilla7995 You can find the full node setup of the half-lambert shader in the Gumroad View Content page (The place where you download the file). The node that you cannot find is most likely the Vector math node. The name corresponds to the mode it was on.
Thanks for the tutorial, I am facing some problems with hsv, It shows random colors and do not shows the shadow. I matched the nodes. Dont know whats wrong.
Well this is going to be the next thing I wanna try out after the blender donut XDD I really love 3d but was always a bit to lazy to switch from digital art to 3D Art and learn everything to work with blender. Thank you so much for this tutorial.
Thank you for making this free. It takes a lot of time to accomplish these. PS: I resonate with you rarely doing art lmao, but when we do, its passionate :)
I love the way you edit your tutorials, fun and fresh, while being really well paced and informative. Excited to see what else you share, keep up the great work!
It's two Diffuse shader with one of them having inverse geometry normals combined together to enhance the range of the shading value. The details of the node is in the Gumroad download page 👍👍
Awesome video :3 Just a shame you didnt explain the random color and half-lambert setup. Thankfully you provided the finished blend file, I went through it and am pretty sure i get how it works. Keep it up♥♥
@@tawansunflower Thank you very much for consistently creating detailed and interesting tutorials. These new methods are extremely valuable to me. Take your time; it's okay. I hope you also prioritize your own life.
you just deleted my default (please dont ever have any scenes with a tree in them because i dont think I can do this) cube thank you so much! this is actually a lot simpler than I expected! Other than making the leaves texture but i feel like theres a really simple way for me to approach that! This was a really well done video by the way! Thank you!
Thx bro. I've been looking for something like this for a while. I followed along and it turned out exactly how I wanted. 👍 P.S. All the other materials in the render looked great.
Heya, this is so beautiful, thank you so much for teaching for free! Like some others, I’m running into some issues around the 5-minute mark. Can you maybe upload a clean screenshot of your final shader setup, + the half lambert one? Also, I was wondering about a seperate question: I have made my own leaf art in different shades, put them in a collection (leaves1, leaves2… from light to dark), and would love to try and instance a different one based on the original mesh normals. I hope this makes sense🫣 Since I draw alot, i thought it would be a cool way to do it, and maybe mix it a bit with your shadows/light/hsv setup. I just can’t figure out how to get it to select the right instance from my collection ..😢
I'm very sorry for causing some confusion on the shader part. 😭 I've updated the Gumroad product content to include the screenshots now. 👍 Regarding using custom leaves instances, I believe you have some leaves meshes with different color on each of them that ranges from light to dark right? Please, correct me if I'm wrong. I do really recommend using only one mesh though. But if that's not possible, you'll have to put the leaves meshes in a Collection, and in Geometry Nodes, you'll have to plug the collection (with Separate Children and Reset Children turned on) to the Instance on Points node with pick Instances turned on. And then you'll have to find the dot product of the relative location of your light source and the object's normal which will give you a float value (it will mimics a half-lambert shader but in geo-nodes), then you'll have to map the float value from [-1, 1] to [0, the amount of leaves meshes in your collection - 1], and then plug the mapped float value to the Instance Index input of the Instance on Points node. This will change the meshes of the leaves based on the shading of the object. As I'm writing this, I think it's very complicated. 😂 You can always contact me via Twitter if you need further assistant!
@@tawansunflower wow, that's amazing, I see the screenshots are up already. Thank you so much for the help! And thank you thank youuuu for the tips, I'll try and play with it. It is possible for me to use only one leaf mesh, but I have been trying to see if there was a way to do it this other way instead. (It's because I draw trees, leaves, plants etc with watercolor in different shades, and in many months of experimentation, this is the closest i've been to a satisfying result!!) Again thank you, it does sound complicated, but you've given me some awesome pointers. I hope i can make it work now!
@@MolleMuus Woah! I'd love to see the result of that! Actually, with one leaf mesh, you can change the texture of the leaf in the shader based on the value of the light and shadow, so you don't have to deal with multiple meshes. It's like changing the colors of the leaf with a color ramp in my video, but instead of colors you can use images instead, so you can map those images to different values of the shading. That should work too. 👍 I'd love to see how you shade the trees, and it would be awesome if I can help you make it works in 3D too. 😊
@@aniime4006 It's not going to be easy because this setup uses instances (very good for performance). They can to be converted to mesh using the Realize Instances node, but that means the Store Named Attribute is not going to work as the domain is set to Instance. You will need to change to domain to Face or Point for data to store correctly.
Does ANYONE know how to make the trunk and branches to show up in the scene, please!!??? I've tried everything I could think of and can't get it to work
This was a great free tutorial, but I think it'd be more nicer if next time you could explain the process more noob friendly. but thanks for the tutorial Tawan
Really Really Thanks for this tutorial! Is there a video of you explaining the making of these nodes? I want to learn from the basics so I can understand them better. Or do you have a course somewhere I can buy?
Thank you for watching the video! 😊❤ I do recommend learning the explaination of the nodes from TH-cam as I do that too 😂 You can also check the official documentation of the node on the Blender website by right clicking on a node and click Online Manual.
Great tutorial! I ran into some obstacles while going through your tutorial (using your downloaded Blender file) I'm a semi-noob, so that could be a part of it. 1. I actually kind of figured this out, but it's still a little different from how your's looked. When I got to the alphas of the leaves (just the black/white), it was kind of more dispersed, like dissolve on a Photoshop brush...like pixelated. But I went back, and noticed you subtly scaled them on the Simple Instancer. It got to 90% like yours (as opposed to around 40% before), but it's still a little pixelated, and not as detailed. Are you using Eevee or Cycles? 2. When I get to the Color part, I can't find the Attributes node. When I search, the same Input>Attributes doesn't come up. (I'm using Blender 4.0 if that makes a difference) Also, I don't see the node set up like at 4:29 with the .png and all of that. Is that supposed to be built in the file somewhere?
Hmm I'm not sure why the leaves texture is pixelated. Can you please send me what it looks like on twitter? I'll take a look at it. Make sure you are in the Shader Editor while you add the Attributes node 👍
Having the same issue for number 1, what exactly did you scale to fix it? Not getting anything useful from googling simple instancer. Did you just scale the size of the plane down? Probably just gonna get a new leaf material and try that
@@neetfreek9921 The noise effect is caused by the Alpha Hash blend mode that the leaf material is set to. You can try setting that to Alpha Blend, but there might be problems with z-indexing. Currently there is no fix unfortunately, but I believe the next version of Blender (version 4.2) should have a fix for that.
Amazing work however stuck in the geotree nodes append part . Got the nodes but it's not exactly as shown in the tutorial . Does anyone have a solution to that ?
Sorry for not being clear! You can append by going to Files > Append > [find the GeoTree file] > NodeTree > [select the nodes you want to import] > Click append
Hi, I loved your tutorial!! I only ran in one problem - when rendering, leaves have dark spots that are moving every frame. I only know that its somehow connected to noise texture, but idk what to change to get rid of them.
Nice tutorial! Unfortunately, i'm stuck to the color part. From 5:02 to 5:04 we jump to a complex shader combination that I can't reproduce with no explanations to reach it. Is it possible to get an image of the entire shader?
Sorry if I am to noob, but I don't know how to do that (6:15) and I don´t even know what are you doing, so I can't find it in google. So I'm blocked. I would very grateful if someone help me.
Super sweet and humble. It's something rare now a days on youtube. Thanks
Thank you! 😊😊
hello can you send me the blender files finished i cant replicate what he do ;(
@@mr_cauchemard3956 you have to keep trying then. just gettting the blender file isnt the point of a tutorial. The point of the tutorial is to learn
This is super neat, and the affects are perfect, but I wish there was a longer version that went into more detail about how the geometry nodes work together! I'd love a tutorial that follows how to make the node groups and explains the steps in them so they are easier to understand and tinker with.
Your 3d anime look is so close to the original compared to others. You're the real deal brother!
omg, you're a saint! I was just lamenting a few days ago, that 3D trees (or any greenery for that matter) never really look good (and painted)... I have to try this!
What you did here is jawdropping, and i'm thankful. But i will probably learn more from dissecting your tutorial file than from this tutorial itself, since you've done some pretty advanced stuff with the shader itself too.
Really amazing job.
Nice tutorial. I have a feeling your channel is going to get a ton of subscribers.
Wah. Thank you so much SouthernShotty! 😊😊
I agree!!
Its hard to find a good tutorial nowadays where they actually explain every step.Good channels like yours should be more popular than those 10 seconds tutorial
Hey man i know i am abit late to do these toturials but these are a great help and i am gonna be learning alot from these and later make my own animations.
Saw the preview, and clicked, it's nice to see that I've already done it, and someone else is doing a similar thing too.
I like this guy, Your teach technique and art. Your my Idol now💐💐
I believe you can remove the need of that plane if you define the plane inside the geometry node as a node itself and add a material selector to it. You can even add an input node to the material selector that will let you swap and choose the material for the plane of the leaves from the geometry node modifier.
Input nodes in a few places on the geometry node you showed could actually do you wonders. For example, you could set the scale value of the vector multiplier you used for the animation to be an input node, which not only would allow you to change the value on the modifier without having to go into the node viewer, but also allow you to animate that value to change with time, meaning you can increase or decrease the intensity of the wind as time passes.
Gotta say, this tutorial truly solved many problems of mine and probably others as well! Wonderful tutorial, and beautifully edited as well. I can't thank you enough bro
Wah! I'm glad to hear that! 😊❤️ Thank you sm for the kind words!
Thank you for the tutorial! It was *years* of trying to find an anime tree tutorial to my liking. Soo, yea, thanks a bunch.
Your tutorials with this artstyle is just amazing! I also love your musical choices!
Fun times. Your tutorials have a lot of charm. Keep it up!
Your voice looks so sweet, you know, and so do your skills
Thank you soooo much! This is by far the best 3D anime foliage I've ever seen. Subbed.
Best anime tree recreation I've ever seen ✨
I've been watching many anime tree style tutorials and this one so far is the closest to hand drawn anime tree
Thanks man, gotta use it for my next animation project (this is 2nd account)
I used to pray for times like this, thank you so much for these tutorials !
Edit : However it would have been great to explain in more detail what you did at 5:02, it also doesn't help that all the node's value are hidden 😅
Looking forward to the next tutorial!
Oh yeah. Initially, I thought I'd let everyone experiment with colors on their own, but Let me explain more on that part.
Half-Lambert Shader
The setup I have required a Half-lambert shader instead of Diffuse shader (Lambert shader)
Half-lambert shader (shown in the video) allows us to play with the values in the shadow region. Unlike, a normal Lambert shader the shadow is not clipped to 0, so it goes negative. Then we map the value from [-1, 1] to [0, 1].
The node setup is the subtraction of two Diffuse Shader + Shader to RGB with one of them having the normal inverted (Multiplying the Geometry Normal with -1 using a Vector Math node)
Colors Randomization
My setup also have some color randomization to make the color not blocky. In shader editor, with another Attribute node with Type: Instance, Name: "random", you'll get a randomization of colors that ranges from [-1, -1 ,-1] to [1, 1 ,1]. So by using a separate RGB node, you will have 3 [-1, 1] randomizations for each leaves instance. I used those 3 to add some randomization to the value from the half-lambert shader before the colorramp and the others I used them to control the Hue and Value of the color after the colorramp.
Hope this helps! If you have other questions, feel free to ask. 👍
I copied his exact setup. I just looked at the images he put up with the "Do it with me" Gumroad file. I was confused why it didn't look like his but then I changed the values to the ones he had and it worked!
@@samaluh hello can you send me your blender files on discord or other device please i cant replicate his color ;(
@@tawansunflower this might sound really noob, but, can you explain me how to begin creating the half lambert shader group because i cannot find the geometry node with the normal dot on it :/
@@armandomantilla7995 You can find the full node setup of the half-lambert shader in the Gumroad View Content page (The place where you download the file). The node that you cannot find is most likely the Vector math node. The name corresponds to the mode it was on.
Thanks for the tutorial, I am facing some problems with hsv, It shows random colors and do not shows the shadow. I matched the nodes. Dont know whats wrong.
Hmm can you contact me on Twitter. I can look into it 👍
when we needed him most he returned
Well this is going to be the next thing I wanna try out after the blender donut XDD I really love 3d but was always a bit to lazy to switch from digital art to 3D Art and learn everything to work with blender. Thank you so much for this tutorial.
OMG, biggest treasure i found in years! Thanks for your work!
you are a beautiful human being and it's wonderful to see your hard work get rewarded, never change
Wahh Thank you Magus! ❤️😊
@@tawansunflower is this a marriage proposal???
@@magusofarc1904 Nuhh Uhh
Very cool, i have been using a similar setup but this tutorial gave me dome precious insights
The "Do it with me" file, great name for the blender tutorial scene !
Super awesome tutorial, the material looks amazing 😄
Thank you brother for very very helpful Tutorial.
genius editing! love the nuance tip 3:40
That is a great tutorial. I will try it at the first opportunity.
My favourite Blender ytuber has the power of anime and god on his side
thank you very much for the awesome tutorial man!
Thank you for making this free. It takes a lot of time to accomplish these.
PS: I resonate with you rarely doing art lmao, but when we do, its passionate :)
This was as entertaining as it was informative great work pal, keep it up and your channel will be big.
Finally! I have been waiting so long for this ❤
This video is a lifesaver
This is actually a goated video thank you so much.
I love the way you edit your tutorials, fun and fresh, while being really well paced and informative. Excited to see what else you share, keep up the great work!
bro deserves a subscribe
This is an absolute masterpiece! So amazed by your work, keep it up 😆
Thank you so much!! ❤️❤️
Thank you for this tutorial! It was fun and very helpful, greetings from Mexico ❤️❤
Please Make more videos you videos are really very Helpfull for us ❤❤❤
Hi, thanks for your tutorial! I was wondering how did you create your Half-Lambert Shader Node Group?
It's two Diffuse shader with one of them having inverse geometry normals combined together to enhance the range of the shading value. The details of the node is in the Gumroad download page 👍👍
Hello, I'm new to the channel and I'm amazed by your tutorial, thank you very much.
AWESOME. I love this! Thank you very much.
And i'm waiting for rain tutorial. ☺
I completed the tutorial!! thank you! So good!!! 👍👍👍
share the file please. I would really appreciate it.
bros channel is a gold mine 😭🙏🙏 ty so much
bro you should be a teacher great tutorial❤❤
Awesome video :3 Just a shame you didnt explain the random color and half-lambert setup. Thankfully you provided the finished blend file, I went through it and am pretty sure i get how it works. Keep it up♥♥
Good tutorial! I like the style of your video.
Where is the rain tutorial 😢
Yeah sorry for the massive delay 😢 I faced some personal stuffs, but I'm back now ❤ The rain tutorial is next on the list 👍
@@tawansunflowerwatingggggg ✨✨
@@tawansunflower Thank you very much for consistently creating detailed and interesting tutorials. These new methods are extremely valuable to me. Take your time; it's okay. I hope you also prioritize your own life.
Take your time bro. We are getting your fantastic content for free on TH-cam. We can afford to wait
This is awesome, thanks a million for this, now Imma subscribe to your channel
Would you mind sharing the lighting setup of the animation at the end? It looks really awesome.
you just deleted my default (please dont ever have any scenes with a tree in them because i dont think I can do this) cube thank you so much! this is actually a lot simpler than I expected! Other than making the leaves texture but i feel like theres a really simple way for me to approach that! This was a really well done video by the way! Thank you!
Man.... How does one get such legendary in nodes 😮..... When would I be one? How long it's been you to have using blender!! Love it...
Thx bro. I've been looking for something like this for a while. I followed along and it turned out exactly how I wanted. 👍 P.S. All the other materials in the render looked great.
MAN NEW SUB HERE! Can’t wait for more tutorials from you! You’re so cooI! I subbed immediately ❤
awesome work man ! keep up the work >"
Amazing Content! In love with your way of presentation!!!
Absolutely brilliant. :D
Yay thank you so much!!😁
Thanks man, fantastic.
Can you please make tutorial how u make that anime scene in starting it was amazing
Really nice tutorial, and wha a great idea having personified the iconic blender cube and dialogue with him!
Yoo this is really cool! Thanks for making this, especially for free. You earned my sub
Thank you for sharing your work bro
Heya, this is so beautiful, thank you so much for teaching for free! Like some others, I’m running into some issues around the 5-minute mark. Can you maybe upload a clean screenshot of your final shader setup, + the half lambert one?
Also, I was wondering about a seperate question: I have made my own leaf art in different shades, put them in a collection (leaves1, leaves2… from light to dark), and would love to try and instance a different one based on the original mesh normals. I hope this makes sense🫣 Since I draw alot, i thought it would be a cool way to do it, and maybe mix it a bit with your shadows/light/hsv setup. I just can’t figure out how to get it to select the right instance from my collection ..😢
I'm very sorry for causing some confusion on the shader part. 😭 I've updated the Gumroad product content to include the screenshots now. 👍
Regarding using custom leaves instances, I believe you have some leaves meshes with different color on each of them that ranges from light to dark right? Please, correct me if I'm wrong. I do really recommend using only one mesh though. But if that's not possible, you'll have to put the leaves meshes in a Collection, and in Geometry Nodes, you'll have to plug the collection (with Separate Children and Reset Children turned on) to the Instance on Points node with pick Instances turned on. And then you'll have to find the dot product of the relative location of your light source and the object's normal which will give you a float value (it will mimics a half-lambert shader but in geo-nodes), then you'll have to map the float value from [-1, 1] to [0, the amount of leaves meshes in your collection - 1], and then plug the mapped float value to the Instance Index input of the Instance on Points node. This will change the meshes of the leaves based on the shading of the object.
As I'm writing this, I think it's very complicated. 😂 You can always contact me via Twitter if you need further assistant!
@@tawansunflower wow, that's amazing, I see the screenshots are up already. Thank you so much for the help!
And thank you thank youuuu for the tips, I'll try and play with it. It is possible for me to use only one leaf mesh, but I have been trying to see if there was a way to do it this other way instead. (It's because I draw trees, leaves, plants etc with watercolor in different shades, and in many months of experimentation, this is the closest i've been to a satisfying result!!)
Again thank you, it does sound complicated, but you've given me some awesome pointers. I hope i can make it work now!
@@MolleMuus Woah! I'd love to see the result of that! Actually, with one leaf mesh, you can change the texture of the leaf in the shader based on the value of the light and shadow, so you don't have to deal with multiple meshes.
It's like changing the colors of the leaf with a color ramp in my video, but instead of colors you can use images instead, so you can map those images to different values of the shading. That should work too. 👍
I'd love to see how you shade the trees, and it would be awesome if I can help you make it works in 3D too. 😊
God tier tutorial!
thank youuuu!!! im so happy XD
Tawan, I know one thing for sure, you deserve way more subs than you have now.
Keep doing what you're doing, you are great.
Aww. Thank you so much! ❤️
@@tawansunflowerHello, can I ask you a question? That's how can I convert it to mesh.
@@aniime4006 It's not going to be easy because this setup uses instances (very good for performance). They can to be converted to mesh using the Realize Instances node, but that means the Store Named Attribute is not going to work as the domain is set to Instance. You will need to change to domain to Face or Point for data to store correctly.
@@tawansunflower Thank you for this advice, may everything always go your way
Does ANYONE know how to make the trunk and branches to show up in the scene, please!!??? I've tried everything I could think of and can't get it to work
you gotta use blender 4.2
This was a great free tutorial, but I think it'd be more nicer if next time you could explain the process more noob friendly. but thanks for the tutorial Tawan
this is amazing, thank you!!
Holy crap!!! Thanks for doing this!
Amazing technique to replicate the anime style yo! Thanks a lot for share your knowledge! Have a nice day! 🔥🔥🔥🔥🧑🚒🧑🚒🧑🚒🧑🚒
Thank you so much! You too! ❤️
Really Really Thanks for this tutorial!
Is there a video of you explaining the making of these nodes? I want to learn from the basics so I can understand them better. Or do you have a course somewhere I can buy?
Thank you for watching the video! 😊❤
I do recommend learning the explaination of the nodes from TH-cam as I do that too 😂
You can also check the official documentation of the node on the Blender website by right clicking on a node and click Online Manual.
안녕하세요. 너무 좋은 튜토리얼을 제공해 주셔서 감사합니다. 제 졸업작품에 참고 하고 싶습니다. 저는 시야의 거리가 멀어질수록 브러쉬 플래인의 크기가 커져서 뭉개지는 연출을 하고 싶네요.^^
Sure! 😊👍
Это одно из лучших видео что я видел на этой неделе
You should also display the button you pressed.
That was so much fun! Great tutorial!
Thank you so much!
deleting the cube just to immediately add in a new cube made me laugh, subscribed!!
That's amazing ❤❤
i didn't get how you put the tree in the minute 7:01 anyone can help me?
lol this is really fun thank you for uploading this~
Nice Tutorial man
And if u are not able to find the "shader to RGB" node then you are probably in cycles renderer, use evee for that.
Absolutely wonderful! Great tutorial!
First, delete the cube. Then add a cube. Tradition must be followed!
Excellent video. Keep it up
Awesome video, good luck
5:33 Him: It's a technique that will destro....
*Ads start playing*
He got censored by Ads 😂.....for 5 sec 💀
Absolute beast
Great tutorial! I ran into some obstacles while going through your tutorial (using your downloaded Blender file) I'm a semi-noob, so that could be a part of it.
1. I actually kind of figured this out, but it's still a little different from how your's looked. When I got to the alphas of the leaves (just the black/white), it was kind of more dispersed, like dissolve on a Photoshop brush...like pixelated. But I went back, and noticed you subtly scaled them on the Simple Instancer. It got to 90% like yours (as opposed to around 40% before), but it's still a little pixelated, and not as detailed. Are you using Eevee or Cycles?
2. When I get to the Color part, I can't find the Attributes node. When I search, the same Input>Attributes doesn't come up. (I'm using Blender 4.0 if that makes a difference)
Also, I don't see the node set up like at 4:29 with the .png and all of that. Is that supposed to be built in the file somewhere?
Hmm I'm not sure why the leaves texture is pixelated. Can you please send me what it looks like on twitter? I'll take a look at it.
Make sure you are in the Shader Editor while you add the Attributes node 👍
Having the same issue for number 1, what exactly did you scale to fix it? Not getting anything useful from googling simple instancer.
Did you just scale the size of the plane down?
Probably just gonna get a new leaf material and try that
@@neetfreek9921 The noise effect is caused by the Alpha Hash blend mode that the leaf material is set to. You can try setting that to Alpha Blend, but there might be problems with z-indexing. Currently there is no fix unfortunately, but I believe the next version of Blender (version 4.2) should have a fix for that.
@@tawansunflower I’ll see if that works when I get home, thanks~
how does the tree just pop up for you at 7minutes. can u please show this in the tutorial thanks.
Amazing work however stuck in the geotree nodes append part . Got the nodes but it's not exactly as shown in the tutorial . Does anyone have a solution to that ?
Sorry for not being clear! You can append by going to Files > Append > [find the GeoTree file] > NodeTree > [select the nodes you want to import] > Click append
Hi, I loved your tutorial!! I only ran in one problem - when rendering, leaves have dark spots that are moving every frame. I only know that its somehow connected to noise texture, but idk what to change to get rid of them.
Thank you!
I'm not sure about the problem you are having. Can you dm me on twiiter? I'll take a look at it 👍
Nice tutorial! Unfortunately, i'm stuck to the color part. From 5:02 to 5:04 we jump to a complex shader combination that I can't reproduce with no explanations to reach it. Is it possible to get an image of the entire shader?
Found my answer in Gumroad ;)
@@erykpall9115 you just saved me lol
did u already found it?? please help mee
@@ryotaa1196 you need to follow the link to the description to gumroad, in the download page there's a screenshot of the nodes you need to recreate
Sorry if I am to noob, but I don't know how to do that (6:15) and I don´t even know what are you doing, so I can't find it in google. So I'm blocked. I would very grateful if someone help me.
Great !🔥
Juste continue to do stuff like that, you'r awsome