Тёмный

I wish I knew this before using Geometry Nodes (Blender) 

Rabbit Hole Syndrome
Подписаться 25 тыс.
Просмотров 175 тыс.
50% 1

Опубликовано:

 

30 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 382   
@hpbecraft
@hpbecraft 2 года назад
This is the way things should be taught for real. Instead of just giving out recipes like most tutorials do, you're telling us why. So we can become actual chefs that create our own menus, instead of old grams in the kitchen (nothing against grams ;P) with a rolodex of recipes.
@3DPaperRealms
@3DPaperRealms 2 года назад
As a former programmer and current 3D artist I appreciate how you tie nodes to if statements, boolean statements, etc. Working with nodes seems, as you say, a visual extension of scripting.
@dumpsky
@dumpsky Год назад
more like: it actually is. for some time now. 😉
@michaelwerkov3438
@michaelwerkov3438 Год назад
You should check out... I think it's called serpens? In any case, there is a nodes extension to translate python to nodes and back to make your own extension. And when "everything nodes" is complete it will likely include this, as well as a better scripting of particle nodes and a back and forth between bones/armature and a node representation
@3DPaperRealms
@3DPaperRealms Год назад
@@michaelwerkov3438 Thanks for the tip
@3dbob891
@3dbob891 Год назад
imo that's what makes it "techart" but so many studios have so blurry expectations of what techart is
@justy256
@justy256 10 месяцев назад
Anybody remember POVRay?
@BrianAnderson-tk9dn
@BrianAnderson-tk9dn 4 месяца назад
What everyone else has been saying: don't stop making videos like these. I'm here for any and all tangents.
@roadtobufftoni
@roadtobufftoni Год назад
I love the way you explain things. It just clicks for me. Do you plan an doing more geometry nodes tutorials? Cause I would love to watch more of these :) I also like how you're exploring different rabbit holes!
@dpma91
@dpma91 Год назад
holy shit; ive traversed youtube far and wide watching many geo node tutorials and today i found the holy grail of tutorials.
@avikchakraborty3827
@avikchakraborty3827 8 месяцев назад
i am into the first 5 minutes of it, and am certain you are correct.
@mrprofile101
@mrprofile101 5 месяцев назад
Right? He is teaching much more useful theory instead of monkey see monkey do.
@kenkioqqo
@kenkioqqo 7 месяцев назад
This guy is an awesome teacher. I tried watching other Geometry Nodes tutorials here on RU-vid but the concept was just not clicking, until I discovered this one. Thanks man.
@Jobless-Diaries
@Jobless-Diaries 2 года назад
Before this video, I always thought Blender is by Aliens for Aliens only.
@Autaka-Nubia
@Autaka-Nubia 4 месяца назад
😂😂
@majako5672
@majako5672 Год назад
THIS is THE WAY to EXPLAIN! Thank you! 99% of tutorials on YT just tell you what to click without explaining how that works - that is not teaching. Please make more of these, with the logic behind each node/tool! :)
@RabbitHoleSyndrome
@RabbitHoleSyndrome Год назад
Glad it helped!
@a-ezzat5677
@a-ezzat5677 6 месяцев назад
this is the way to explain mindset the philosophy about it not just click , thank you
@Nirossen
@Nirossen 8 месяцев назад
love the channel name! thanks for the video and method of presentation!
@leahthegeek9677
@leahthegeek9677 Год назад
As a programmer I really appreciate your perspective. Geometry nodes were hard for me before but now they seem more familiar than I imagined before.
@RabbitHoleSyndrome
@RabbitHoleSyndrome Год назад
Glad it helped 😄
@debbied352
@debbied352 8 месяцев назад
As a fellow rabbit, I stumbled across this because I'm an artist interested in Blender. I haven't even downloaded the program yet, lol, but your title drew me in. I'm a total noob with animation, 3D & digital art programs, but recently started to learn Python (super noob there). So glad to learn Blender is Python-based. I've noticed nodes like this in other open-source and AI image apps and programs, but they seemed so intimidating. Watched and listened to the entire lesson on my small phone with captions turned on! Read all the Comments and Subscribed as I plan to learn more from you and those Commenting, and plan to reference this often. I agree with those who enjoyed your pleasant voice and clear explanations of the whys and thought processes involved. I'm encouraged and you helped demystify these nodes a bit. Next step is to rewatch while following & doing in Blender. I definitely couldn't see any of the details on my small screen, but it was good enough to help me follow along, even without glancing at the screen and just listening to your well-explained descriptions of what you were doing and why. Zoom-ins as others already pointed out would be awesome for future vids. Excellent style of teaching! Keep it up and look forward to learning from you! ❤
@algalib5217
@algalib5217 2 года назад
38:00 If you take a value node and type #frame it will automatically change the value input depending on which frame you are... BTW I am not an expert in blender... I somehow know this...🙂🙂
@jeffamcavoy
@jeffamcavoy 2 года назад
This is super helpful! The rabbit holes are fascinating and I love the developer's perspective. Thank you for making this!
@RabbitHoleSyndrome
@RabbitHoleSyndrome 2 года назад
Thanks for the feedback, glad it was helpful!
@tallyman138
@tallyman138 Год назад
Absolutely helpful! Thanks a lot... I also like your style of switching between loose and strict thinking.
@avikchakraborty3827
@avikchakraborty3827 8 месяцев назад
Pls make more Blender Videos. This one was so clear. Thank you so much
@sabrishparker7629
@sabrishparker7629 Год назад
36:48 you could use #frame/frame rate in value node. for example #frame/24
@bslayerw
@bslayerw 11 месяцев назад
There's a better way I figured out to do the same thing with drivers in a single node. (40:33). Instead of duplicating the node for "total frames" to access "fps", add another input variable for it in the same node as the total frames node. If you name the 2 inputs appropriately, like "frame_end" and "frame_rate" you can set the expression to "frame_end / frame_rate" which would evaluate to "10.417". That way you don't need the additional Math nodes.
@CROiga
@CROiga Год назад
Great video bro,.... I'm a total noob in Blender in general, but couldn't you just make one driver with 2 variables and do the whole math there? (Talking about a 40th minute in video) So var_1 is frame_end and var_2 is render.fps .... leading to Expression var_1/var_2 , and now you have your seconds. Just plug it in the Subtract value node. But great video, I learned a lot.
@RabbitHoleSyndrome
@RabbitHoleSyndrome Год назад
Yes you can definitely do it that way, in fact I would say that is the better approach in general.
@CROiga
@CROiga Год назад
@@RabbitHoleSyndrome as I said, great and very informative video... you have a new subscriber! :)
@octolebo8637
@octolebo8637 Месяц назад
I rarely comment but your video is amazing and explains incredibly well how amazing geometry nodes are. I truly wanna thank you for this.
@jinujohn1336
@jinujohn1336 Год назад
By far the best geometry node explainer video, with the philosophy, the under the hood explanation, the rabbit hole, all just worked out good and finally learned some geometry nodes. Expecting more similar videos please. Thank you.
@RabbitHoleSyndrome
@RabbitHoleSyndrome Год назад
Glad it helped!
@Jo-re2ye
@Jo-re2ye 2 месяца назад
Incredibly well explained! I'm glad I found this as my introduction to geometry nodes. I'm still a total beginner with Blender, but I'm amazed at what it can do.
@handle_and_gretel
@handle_and_gretel Год назад
"Set Material Index" can be used to select a assigned material. then just give the user an integer input to change between the different assigned materials.
@Denomote
@Denomote Год назад
or just plug the material input into the group input lol
@JensNyborg
@JensNyborg 2 года назад
I must admit that I find the idea of 0.5m long stiches to be slightly disturbing. Surely things integrate a lot better with other peoples stuff if you use more or less 'natural' numbers. Real world stiches will not often exceed 0.005m in length, so why not just go there immediately?
@RabbitHoleSyndrome
@RabbitHoleSyndrome 2 года назад
Haha you are absolutely right. Completely glossed over the fact that 0.5m is ridiculous.
@DiogenesNephew
@DiogenesNephew 24 дня назад
You should feel very good about having made such an unbelievably useful video. Thank you.
@EL_N0IR_2201
@EL_N0IR_2201 Год назад
There’s wannabes and half ass tutorial list on RU-vid and then there’s you, a professional in my humble opinion. I can’t thank you enough for teaching me this in such a fluid way you literally explain in such a way that it just clicks please don’t change you’re style keep this sort of quality over quantity.👍🏽
@RabbitHoleSyndrome
@RabbitHoleSyndrome Год назад
Happy to hear the style works! Thanks for watching!
@ckpioo
@ckpioo 8 месяцев назад
@@RabbitHoleSyndrome please continue making these kinds of videos i LOVED this format alot.
@StephenWebb1980
@StephenWebb1980 7 месяцев назад
@44:22 Blender prefers nGons to triangles? Not really. Probably just a slip-up. Quads are preferred for smoothness. Quads are not really nGons.
@Ins4n1ty_
@Ins4n1ty_ 6 месяцев назад
Man you had such a huge tangent for the countdown timer rabbithole and completely missed the opportunity to make the stitches follow the countdown timer's curve path.
@NathanTekaya
@NathanTekaya 2 года назад
Im learning blender like hardcore and it would have been great to see this like one month ago, THANKS for that kind of content, for me and all blender learners
@The_Mitchell
@The_Mitchell 8 месяцев назад
Awesome tutorial! You can really tell you come from a programming background because at one point (47:31) instead of just saying pi you said math.pi and I thought that was great lol
@craigmurrayauthor
@craigmurrayauthor Год назад
Geometry nodes are an incredibly powerful set of tools that allow detailed manipulation, and creation of almost everything in Blender. Geometry nodes are an incredibly frustrating thing that is a huge reason why Blender isn't leading the graphics world in everything. Blender is like buying a flight sim just for having some fun and finding out all the controls are 100% realistic and you need to be a qualified pilot to fly it. There is only one setting for the interface, expert. If MS Paint had the same interface you would need to set up nodes for colour, opacity, line thickness, line type, all before drawing a line. I have been using computers forever, everything from vanilla unix, vax workstations, right through to today. The nodes are really almost like background stuff the user shouldn't have to deal with unless they are truly at expert+ level. You see this with some of the add ons. You place them and they generate the 80 nodes that make themselves work. Background.
@Antarttix
@Antarttix 2 года назад
And that how you teach. Thanks
@darrennew8211
@darrennew8211 2 года назад
This is an excellent tutorial. Approaching it from "this is how you should be thinking of it" instead of just "watch me and then you do the same" is great. It would be amazing if one could create a geometry nodes layout by editing the mesh. So you could go up into the viewport, type "rx45", and it would add a transform node with the right place in the geometry nodes.
@RabbitHoleSyndrome
@RabbitHoleSyndrome 2 года назад
Glad it helped! Totally agree I’d be awesome if there was some way to “record” actions directly into geometry nodes.
@btn237
@btn237 Год назад
I should point out that your specific example is regarded as bad practice - Maya works the way you said and so does Houdini (all operations are recorded as nodes) and practically all the Maya or Houdini basics tutorials start by saying “you technically can do things this way, but you shouldn’t”. That’s because you’re having to manually specify a vertex index to operate on, and that can easily get messed up for example if you change the original input geometry. It’s much better to get your head around creating rule based systems. Also if you indiscriminately create node after node for individual operations it will bog the system down rapidly. That said, I definitely agree it would be useful to have viewport handles (for example for the transform node), or being able to click an item within geometry nodes tree and select it (Houdini can do this). Also better visual or interactive ways of identifying selections e.g working out what vertex index needs to be operated on.
@ianmcleod8898
@ianmcleod8898 9 месяцев назад
Every other video I've seen already know what node to use for what they are doing. Where did they learn that? Hopefully this video will explain that to me and every other beginners to nodes.
@DrMerle-gw4wj
@DrMerle-gw4wj Год назад
This is a really good video but there is a minor problem which is easily fixed. He talks a little bit too fast which makes it a bit difficult to understand him. Set the playback speed to 0.75 of normal and he sounds okay.
@lime2226
@lime2226 11 месяцев назад
funny thing: We had a course in python where we scripted inside blender, learning how to instance and stuff. As soon as we finished the course blender added Geometry nodes..
@jebclang9403
@jebclang9403 2 года назад
I just love how this started with stitches and then you went more nuts than squirrel shit. Seriously i learned so much. Thanks!
@RabbitHoleSyndrome
@RabbitHoleSyndrome 2 года назад
Haha, the rabbit hole syndrome is for real! Thanks for watching!
@daeunshin5171
@daeunshin5171 8 месяцев назад
So nice tutorial . Thank u so much for this. It really really helped me to understand. Your tutorial is to neat and easy to follow.
@anishdeshpande2363
@anishdeshpande2363 Год назад
if not anything else, then you are just so relaxing to listen... i can definitely say you can make for some wonderful podcasts! but one thing i have to say, your tutorial was very beginner friendly; i mean the way you explicitly (you can guess by now i come from a programming background too) explain all the detailed intricacies is something that we beginners truly appreciate! and all the joys about the software that you talk, they totally involve the audience, or well, at least me in this case. i mean it feels like you are sitting next to your audience and talking to them with utter hospitality! this is the first 1hour+ video that i ended up watching completely ever(although i have to admit i watched it in 1.5x playback speed). no other video ever succeeded in keeping me with the video for so long you are doing a great work out there man! keep it up! appreciate it, really! hope you have a great day
@RabbitHoleSyndrome
@RabbitHoleSyndrome Год назад
Really appreciate the kind words. Thanks!
@ReachingFlowFaster
@ReachingFlowFaster 11 дней назад
I just want to come by and say that you are probably the SINGLE BEST TEACHER on RU-vid for me. I think you are the best for my specific learning style (which is also detail-oriented/rabbit hole/curiosity driven). Thank you for taking the time to produce those amazing videos, you sure have a fan club of yours!
@RabbitHoleSyndrome
@RabbitHoleSyndrome 2 дня назад
Thank you! 😄
@rhodexa
@rhodexa 2 года назад
31:13 You accidentally made a node to create the Blender logo 1:05:10 would a drive help you automate that?
@RabbitHoleSyndrome
@RabbitHoleSyndrome 2 года назад
You're totally right about the Blender logo 😆 - I totally missed that connection! If I understand what you mean correctly, unfortunately I don't think drivers would help in this situation - at least not the ability to show/hide the input from a UI perspective. I would love to be wrong though!
@f.d.6667
@f.d.6667 2 года назад
*Thank you, thank you, thank you!* I can't put into words how annoying 99,99% of the "how-to" vids on YT are that ALWAYS fail to highlight the WHY (regardless of the subject).
@professordeb
@professordeb 5 месяцев назад
Very helpful tutorial. Learned a great deal as a Geo Node beginner! Thanks!
@alexmak8305
@alexmak8305 2 года назад
))haven't seen the video yet but subscribed to see later because of the correct "Why" question!
@alphacubeastraja
@alphacubeastraja 9 месяцев назад
That was an amazing video fo yours. Thanks a lot for your digging ;)
@pterra9
@pterra9 Год назад
id love a materials library tutorial, i cant seem to find anything that explains it well, thanks for this!!
@peterhefford8138
@peterhefford8138 2 года назад
Great tutorial, made a lot of sense. You mentioned about Materials and getting it so that you could change them from the Goenode tool bar. 1:21:20 Materials. I connected the Pink Material input dot on the Set Material to the Geometry Input. This gave me an option to select any materials I had already set up in this blend. It didn't allow me to manipulate the material just select any I have set up in the Shading window
@muhammadtaimurmian1888
@muhammadtaimurmian1888 2 года назад
the rabbit holes were super fun for someone who is getting into coding. I wanted to know if there were better ways of creating if statements through geometry nodes and they were explained quite well.
@grobknoblin5402
@grobknoblin5402 Год назад
This Channel is amazing!!!!! Cant wait to see more from you! you are an amazing Human being!!!
@RabbitHoleSyndrome
@RabbitHoleSyndrome Год назад
Thanks for watching!
@dontmvme8796
@dontmvme8796 Год назад
I'm still watching the video (which is very interesting, so thanks for that ^_^) and I just wanna say, regarding drivers: the easiest way to use them is simply with "Copy as a New Driver" and "Paste Driver" (instead of "copy data path" and then "edit driver" since then you still need to edit the driver which is an extra step). As for the frame rate, turns out that if you select "custom" in the dropdown (instead of the default "24 fps"), that exposes automatically an "FPS" integer panel that CAN be used as a driver :)
@RabbitHoleSyndrome
@RabbitHoleSyndrome Год назад
This is great insight, thank you.
@jamus1217
@jamus1217 4 месяца назад
Yes! The "why" is super important!
@pcjmac
@pcjmac 10 месяцев назад
Wow. Really great stuff. Thanks!
@faustoart
@faustoart 11 месяцев назад
Thank you for your video, it was super useful!
@gcluthe
@gcluthe Год назад
It took me 35 seconds into this video to decide to subscribe...
@lokosstratos7192
@lokosstratos7192 2 года назад
tutorials should be more like this! explaining the why instead of what to do
@ChrisAllenMusic
@ChrisAllenMusic 11 месяцев назад
Thanks for this! Appreciate the foundational procedural thinking and emphasis on WHY.
@shmuelisrl
@shmuelisrl 10 месяцев назад
in 56:00 the devs didn’t completely predict this. i remember after a certain point i was able to do that, and it just crashes blender, so i reported that bug and they fixed it 😅. (i think it could of been when they were redesigning stuff, they forgot to but the filtering back in or something)
@RabbitHoleSyndrome
@RabbitHoleSyndrome 10 месяцев назад
This is awesome, thanks for sharing 😄
@metascopeinitiatives2550
@metascopeinitiatives2550 10 месяцев назад
Thank you. This was awesome. It helped alot.
@pn4960
@pn4960 10 месяцев назад
Thank you for this amazing free course.
@DianaStarskimmer
@DianaStarskimmer Год назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-VlSs430PAeU.html - I do believe that the set material by index refers to the material 'slots' on the parent object itself. On meshes these would be the default method of assigning materials. Not necessarily a 'drivable' method but at least the variable is exposed. just assign the index with an input value, and set the material in the object.
@RabbitHoleSyndrome
@RabbitHoleSyndrome Год назад
Excellent explanation. Thanks!
@augm3nt384
@augm3nt384 2 года назад
If you need the Material to be applied on the Object inspite of it being a Curve.. In the Material Data block set the Link to Object instead of Data ( Which is the Default ) . You will still need a Set Material Node in the Node Tree, just wont have to pick a Material.
@RabbitHoleSyndrome
@RabbitHoleSyndrome 2 года назад
Thank you for the insight! I did not know about the Link to Object option - that can definitely come in handy. For geometry nodes specifically though, I'm still having trouble getting the material to show up using the Set Material Node on the Curve. If I leave the Material blank on that node (after setting the material to Link to Object on the Curve), unfortunately the material does not appear. I must be missing something...
@augm3nt384
@augm3nt384 2 года назад
@@RabbitHoleSyndrome Tested it in 3.3 it works for me .. Strange
@CodeJos
@CodeJos 2 года назад
That was hard to find! It's the very tiny dropdown icon next to the material's name in the material properties (under the slots section). When in default it has the icon of three linked cubes. It does work by the way, with the Set Material node in the geometry nodes, leaving the material empty!
@AllThingsFilm1
@AllThingsFilm1 2 года назад
I prefer step by step. Here you jump back and forth from talking about geometry nodes, to python code, back to geometry nodes, back to python, etc. Going off on tangents without staying on course. Very off putting. If I want theory, I'll read a book. This rambling, jumping around from code to nodes is putting me to sleep.
@RabbitHoleSyndrome
@RabbitHoleSyndrome 2 года назад
Hey I respect that - we all learn differently!
@Robert_Meier
@Robert_Meier 2 года назад
You made me fall in love with geometry nodes with this video. This means a lot to me moving forward in terms of what I want to focus on in 3D art. I really appreciate you making this tutorial.
@ruppert5134
@ruppert5134 Год назад
I believe F3 is a shortcut for search in Blender....
@tobystewart4403
@tobystewart4403 10 месяцев назад
Best video on blender I've ever seen. Thanks!
@ewmcnee
@ewmcnee Год назад
Really great video, only I had to stop early because you were zoomed out so far on the nodes that I couldn't see what you were doing anymore.
@RabbitHoleSyndrome
@RabbitHoleSyndrome Год назад
Thanks for watching! Good feedback about the zoom, thank you.
@isaac-alves
@isaac-alves Год назад
Great work on this video. I've never found a tutorial that got me in the right place to understand geometry nodes. Your method of explaining the process as your were figuring it out (specifically the countdown timer segment / rabbit hole) was extremely helpful. I could follow along without feeling completely out of my comfort zone. Thank you, and please keep doing this style of tutorial for Blender users. I think your Dev background gives the walk-through a much needed depth and simplicity that other tutorial content producers fail to provide. This is Grant Abbot level of teaching but for geometry nodes.
@RabbitHoleSyndrome
@RabbitHoleSyndrome Год назад
Thank you for the thoughtful feedback, glad it helped!
@user-sn1hi7my7x
@user-sn1hi7my7x 2 года назад
This made Geometry Nodes make so much sense for me! Thank You! I didn't realize how powerful Geometry nodes really were.
@SalvatoreCostasowegot
@SalvatoreCostasowegot Год назад
Hi. Nice tutorial. What if I wanna apply the stitch on a different shape/curve?
@RabbitHoleSyndrome
@RabbitHoleSyndrome 11 месяцев назад
Yes this will work on any curve!
@ペレアロフニキータ
@ペレアロフニキータ 11 месяцев назад
Thank you for this explanation!
@1oribe926
@1oribe926 Год назад
dude you are brilliant. the complexity is so satisfying and it feels really good to be so lost in something one wants to learn. i love it. thanks so very much.
@theanalyst9629
@theanalyst9629 2 года назад
I needed something like this, thanks
@RabbitHoleSyndrome
@RabbitHoleSyndrome 2 года назад
Glad it helped!
@alexunderstands
@alexunderstands Год назад
Super cool! ( but would be even cooler if you zoomed in on your nodes a little bit more - it's pretty hard to read on a small screen)
@RabbitHoleSyndrome
@RabbitHoleSyndrome Год назад
Thank you! Yes great point about zooming in - I'll be sure to do that more going forward.
@Libellisth
@Libellisth Год назад
Great guide but voice fry is too much man. I couldn't sit through a whole video listening to that.
@RabbitHoleSyndrome
@RabbitHoleSyndrome Год назад
Totally get it! I've got this feedback from a couple people now. Definitely working on improving that for future videos.
@andrewhacker5141
@andrewhacker5141 Год назад
"Think of Geometry Nodes as pre-recorded actions" - among the best high-level bits of advice I've ever heard on Geometry nodes! As someone who very rarely watches 1 hour + videos (Ian Hubert's Lazy Tutorials are more my idea of a good time!), this has been one of the highest value/minute videos ever!! "Why?" , you ask... (since it obviously doesn't take one hour to say "Think of Geometry Nodes as pre-recorded actions"): 1) because I actually learned a heap about other aspects of Blender (e.g. fake users and how underlying mesh data is being referenced); 2) because the "rabbit holes" are actually awesome examples since they are very different use cases (but still showing "I just want to pre-record this action"); 3) because the "You're an addon-developer" part is very clear on how to expose useful variables to an end user (I feel like a power user now!) and; 4) (perhaps most importantly) the video is real about having to "go look stuff up", which is fantastically honest, humble and inspiring. Thanks for taking the time to make this!
@RabbitHoleSyndrome
@RabbitHoleSyndrome Год назад
This is the probably nicest, most thoughtful comment I've ever gotten. Thank you so much for taking the time to watch the video and give feedback 😃 Best of luck with geo nodes!
@secondnatures
@secondnatures Год назад
I hoped this would be easier than other videos - yet at some point you just get too damn fast :D I wish there was a tutorial that goes slow so noob like me would not get into troubles :) Thanks for the vid anyway
@alejandrob5836
@alejandrob5836 2 года назад
I'm a blender user for many years It was difficult for me to learn geometry nodes as I didn't get the logic behind it but you helped me a lot into understanding thank you great tutorial
@RabbitHoleSyndrome
@RabbitHoleSyndrome 2 года назад
Glad it helped! 😃
@Sylfa
@Sylfa 2 года назад
38:50 - The edge angle is calculated from the difference in the normal of the adjacent faces. Why it wouldn't work was because you took the normal, with it's 3 components, and treated it as a single float. I'm uncertain what operation it uses to flatten it, but I presume it uses the distance. Seeing as all normals are unit vectors it would be 1, with the only real variation coming from floating point errors. Or it calculated the dot product with one of the cardinal directions, like (1,0,0) which at least is a bit more useful, but still incorrect for this application. It's important to pay attention the colors of the handles and lines, if the color changes on the line then you're getting some form of automatic conversion going on, in this case you went from the purple vector 3 to the gray float value. You don't always have to care about that, but you should always check for that if something is misbehaving, and put in conversion nodes to make sure it's doing the right thing. Not that using the normal on it's own would help much in this case. At best you could look at face normals and smooth the ones not facing up, but that's functionally different from what you were trying to do, and would fail if you rotated it to be vertical instead.
@RabbitHoleSyndrome
@RabbitHoleSyndrome 2 года назад
Another great technical explanation, thank you.
@weevilinabox
@weevilinabox 2 года назад
It feels so good to find a geometry nodes video presented in a way that matches my learning style. Thank you! Subbed.
@RabbitHoleSyndrome
@RabbitHoleSyndrome 2 года назад
Thanks for watching & the sub!
@sebastiangudino9377
@sebastiangudino9377 Год назад
What's the name of the plugin you used to add the leather texture? Also this video was phenomenal
@RabbitHoleSyndrome
@RabbitHoleSyndrome Год назад
Thank you! The plugin is by Chocofur. I go into a bit more detail in my video on Image Textures - feel free to check that out if you like: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-x_guNosYPVw.html
@michacassola
@michacassola Год назад
I also suffer from the Rabbit Hole Syndrome. Love your video! ❤❤
@RabbitHoleSyndrome
@RabbitHoleSyndrome Год назад
Thanks for watching!
@beefheartjoe
@beefheartjoe 8 месяцев назад
Thank you. Well explained.
@GlocKCord
@GlocKCord Год назад
I love it that you take the time to explain how and WHY something is done. You know the saying “Give a man a fish, and you feed him for a day; teach a man to fish and you feed him for a lifetime.” applies here well. Also, visual scripting is very good way for someone who starts coding or is just not so good at it, to understand the logic behind it.
@S1KHooligan
@S1KHooligan 10 месяцев назад
I love this approach. How to think about and conceptually understand the aggregate tools so you can problem solve anything. Thank you for teaching me how to fish instead of just giving me another species of fish that's not quite what I was looking for.
@sirwani_k320
@sirwani_k320 Год назад
I had problems seeing the nodes in some parts of the video But that was a great video overall
@RabbitHoleSyndrome
@RabbitHoleSyndrome Год назад
Thanks! Agreed, ideally it should have been zoomed in more - thanks for the feedback
@mj2068
@mj2068 5 дней назад
from making stitches to try to conditionally hide an input box based on another checkbox, no, no, no, the hole is not deep enough. go crazier. :p
@vak5461
@vak5461 Год назад
This has been my main problem. I'm like "Yes, but WHAT do they DO!?" I want to learn to speak geo-nodes not just copy paste stuff. Thank you so much!
@Zone_Stomper
@Zone_Stomper Год назад
I've done some Python programming. So, what's better? Depends on what you want to do. One advantage that I see with the nodes is that as you tweak the nodes, you can see things change in the 3d Viewport in real time. If you're going to be making 1000 changes, it's not necessary to run your script 1000 times. Plug in some noodles or slide a number back and forth and observe the results.
@RabbitHoleSyndrome
@RabbitHoleSyndrome Год назад
Yeah definitely depends on your end goal, but agreed - nodes allow you to iterate way quicker.
@Zone_Stomper
@Zone_Stomper Год назад
@@RabbitHoleSyndrome These are just tools. Nodes are a tool, and Blender Python is just another tool. I think that a lot of artists (and people in general) are intimidated by programming. And Blender Python can be somewhat intimidating. As programmers, we're often doing the same things that others do with menus and dialogs only we are using written words. I think that Blender Python really requires two prerequisites: Blender and what is often called Core Python. One should really understand the core language before attempting Blender Python. I know there are tutorials out there that try to teach Blender Python from scratch. Those are usually not that good. They miss too much. Python is actually a very good first language. Much easier than many others. Your first script will most likely be *_print('Hello World!)_* and that's it. That is actually a complete script. You do need to go a little beyond that to learn Blender Python. To give you an idea of what advanced Python is, check out the book *"Fluent Python".* Most of us haven't gone that far. I know I haven't. One of the ways that I've used Blender Python is to do things outside of Blender on my computer system in the middle of a script. There is no way to do such things with nodes as the list of things to be done is probably infinite. If you made it through this comment, thanks for putting up with me.
@aritradattagupta9181
@aritradattagupta9181 9 месяцев назад
Man this is just absolutely awesome. This is super cool and beautifully explained. Also, your voice is very relaxing.
@chaoyishih8324
@chaoyishih8324 Год назад
This and other video you had are best for people who completed few blender tutorial, has some very basic idea of blender and is now really getting into it You should do a collab with other blender tutorial, like taking existing tutorial and explain why they do what they do No body explains the fundamental idea of each action as well as you are
@glennet9613
@glennet9613 2 года назад
I have been trying to get my head around geometry nodes and this tutorial really clarifies how to think about them. I hope you produce more tutorials along the same lines.
@Sylfa
@Sylfa 2 года назад
57:31 - I don't know for sure if this is the official reason, but by leaving orphan nodes until you reload the file you can delete a material/node group first, then use it on another object. If they immediately removed it then you'd have to add it to a new object first, before removing it from the old one. Imagine adding a material to Suzanne for instance, then you delete that placeholder geometry, add in a human model from your library and… The material and the work you put into it is now gone, you have to undo to get it back. And if you're new to Blender you might think Blender destroyed your work instead of it being a consequence of you removing an object. Alternatively, Blender could alert you every time you delete something: "Warning, this action will destroy Material_1, Geometry_Node_13, etc, etc." Which would just annoy people that know what they're doing.
@angelodou
@angelodou Год назад
That's a good use case, but how it's currently implemented is not exactly intuitive. Good UX means that you can save the file, shutdown your computer, open the file the next day and still reuse the material, because nothing is warning you that the material is getting deleted or asking you for permission. So it feels like a feature that started out as a bug and has been left in for it's usefulness. It's not thought out.
@jeffreyspinner5437
@jeffreyspinner5437 2 года назад
Weird my comment got censored... that hasn't happened in a long time. Either way, I have downloaded and will study your video. Thank you for your hard work.
@photons30
@photons30 Год назад
Sensei, every thing is clear- this was like windows to Geo nodes :D
@RabbitHoleSyndrome
@RabbitHoleSyndrome Год назад
Glad it helped 😀
@gottagowork
@gottagowork 2 месяца назад
Use case for strings I'm constantly using, is showing a bunch of information related to the object. I'm working with blended projectors and LCD/LED video walls, and some of the information I show are: Aspect ratio, overlap (pixels, projectors only), individual image resolution (per cabinet), total resolution (per video wall), calculated pixel density/size (to determine readability), lens shift and throw calculations (within physical limitations?), and what projector screen is being utilized (may vary with size due to production limitations). Snapshots of this is then used internally to discuss around the solution, and maybe sent to gfx to prepare pixel perfect content to be used in the final renderings (although I use UV vector snap to force anything pixel perfect anyway). Sometimes things are used for communication purposes rather than rendering. One problem is since having to use nodes for separators, concatenations, and special characters, it can get really messy really fast, so all this is dropped into a separate node group. I wish there was a more elegant way of doing this using a multiline expression interpreter.
@adrianpolomsky358
@adrianpolomsky358 2 года назад
Geometry nodes are cool. I learn to use it with try and false method. :D I learn how to right meshes with good shading. Make robot hand, make bycicle, or house. Only with nodes and little modeling. It is cool tool.
@csdstudio78
@csdstudio78 7 месяцев назад
This was the best tangent ever.
@PauloSamurai
@PauloSamurai 2 года назад
Thanks a lot for this!!! I think the world needs more philosophical 3D videos like this!
@RabbitHoleSyndrome
@RabbitHoleSyndrome 2 года назад
Thanks, happy to help!!
@QNiki
@QNiki Год назад
First time I opened up my geometry nodes workspace and thank you 😭 this makes so much more sense now
@RabbitHoleSyndrome
@RabbitHoleSyndrome Год назад
Glad it helped!
@GillMestari
@GillMestari 6 месяцев назад
ok... in the first 20 seconds you grabbed my attention and precisely hit the topic I've been searching for an answer to for the last 2 years.
Далее
I wish I knew this before using React Three Fiber
28:23
I used to hate QR codes. But they're actually genius
35:13
I wish I knew this before using Image Textures (Blender)
1:02:12
Procedural fantasy city creation using Geometry Nodes
23:07
All 54 Modifiers in Blender Explained in 10 Minutes
11:31
Visualizing 4D Pt.1
22:56
Просмотров 690 тыс.
Top 6 Blender Nodes To Make Any Material in Blender
9:35