New CRAZY fluid simulations in Blender!

Поділитися
Вставка
  • Опубліковано 27 вер 2024

КОМЕНТАРІ • 243

  • @nahoj.2569
    @nahoj.2569 10 місяців тому +75

    i like the node groups thingy, it allows you to make tutorials about more complex stuff without needing to waste time explaining all these little things, so you can instead focus on the more important bits.

    • @BadNormals
      @BadNormals  10 місяців тому +25

      If this gets generally positive feedback, I'll continue with that in future as well

    • @apoc519
      @apoc519 10 місяців тому +5

      Geometry nodes is REALLY not artist friendly. This stuff makes a lot more sense in Houdini. I've been disappointed with it's implementation and progress. Maybe in 5 years. Why are we wasting hours building something that takes 2 clicks in other software?

    • @nahoj.2569
      @nahoj.2569 10 місяців тому +6

      @@apoc519 i highly disagree, i started as a literal pencil and paper artist and ive done ridiculous stuff with geometry nodes.
      my profile pic is also a 3d model i made years ago.
      geometry nodes is complex because its powerful.
      once i wrapped my head around the workflow i RAN with it, it should be mentioned that i had experience with shader nodes beforehand though.

  • @timnolte2093
    @timnolte2093 10 місяців тому +123

    If you got to moving the points and discovered they’re moving vertically, instead of staying on the surface, here’s your solution! It’s because the noise texture we used way back at 7:40 to set the initial velocity (v) attribute is three dimensional-it has a Z component. That means when we use these velocities to move the points at 23:53 they move vertically. When @BadNormals previews the velocity attribute at that timecode (23:53), you can tell he’s removed the Z component because there are no blue colors in the preview. Blink and you’ll miss it, but at 22:18 you can see a Vector Math Multiply node has been added, multiplying Z by zero to remove that component just before storing the velocity (v) attribute in the fluid grid.

    • @BadNormals
      @BadNormals  10 місяців тому +16

      Thanks for the helpful comment, forgot to mention it in the video

    • @RHKO
      @RHKO 10 місяців тому +6

      Thank you, thought I was going a bit crazy there 🤣

    • @visualdojo2469
      @visualdojo2469 10 місяців тому +2

      Thank you! I was searching for mistake about 30 min 😄

    • @Si-annMusic
      @Si-annMusic 10 місяців тому +1

      Thanks, you are a lifesaver! (This should really be pinned)

    • @dudagfx
      @dudagfx 9 місяців тому

      What a legend! Thank you :D

  • @vinay0arts
    @vinay0arts 10 місяців тому +20

    The two issues most will get are
    Moving points vertically:- can be solved by 22:18 you can see a Vector Math Multiply node has been added, multiplying Z by 0
    Flickering:- Animate Radius node group and remove multiply math node above Float curve
    Happy Blending Artists
    Thank you Bad Normals for the wonderful tutorial 🤩

    • @DomeStiefel
      @DomeStiefel 9 місяців тому +1

      You saved my day

    • @vinay0arts
      @vinay0arts 9 місяців тому

      @@DomeStiefel Glad, it helped. I sometimes share some tips on my channel too 😁✌

    • @_JonathanTait
      @_JonathanTait 7 місяців тому +1

      digital hugs!!

  • @aura__3D
    @aura__3D 10 місяців тому +7

    Man i was about to sleep, accidentally i find out your channel and i’ve been watching your videos for 2hours.. someone help me i can’t stop watching 😫 you are a genius frfr can’t wait for the course

    • @BadNormals
      @BadNormals  10 місяців тому +3

      Thanks! Hopefully you could catch some sleep 😀

  • @MysteryPancake
    @MysteryPancake 10 місяців тому +11

    This is insane! Really cool to see a lot of Houdini microsolvers remade in Blender

  • @metashrew
    @metashrew 10 місяців тому +123

    i love the extra visualisations!
    those must've taken a lot of work

    • @BadNormals
      @BadNormals  10 місяців тому +49

      yeah, about two weeks or so, I'm glad they are useful

    • @henkkok9437
      @henkkok9437 10 місяців тому +9

      Was thinking the same thing, the presentation here is really really good, thank you for creating such a superb explanation

    • @VerrueckterStoff
      @VerrueckterStoff 10 місяців тому +2

      @@BadNormals definitly! i really appreciate your work!

  • @fLuk333
    @fLuk333 10 місяців тому +8

    anytime you upload I know for a fact im gonna get humbled with my knowledge

  • @williamlacrosse9389
    @williamlacrosse9389 6 місяців тому +1

    This is mindblowing bro. Pure gold. Such a gift.

  • @KabeeshS
    @KabeeshS 10 місяців тому +3

    Wow the tutorial and editing itself had gone next level.

  • @bentheremedia3011
    @bentheremedia3011 10 місяців тому +2

    This is awesome! I followed a similar tutorial to create a 2D fluid dynamics simulation in Touch Designer a little while ago. I followed the tutorial to a T and was very pleased with the result but I didn't fully understand each component until watching this video. Your visuals are really awesome! I appreciate you taking the time to put this together.

  • @NTMTR_OFFICIAL
    @NTMTR_OFFICIAL 6 місяців тому

    Ok I rarely leave comments glorifying tutorials, but not even half-way through this one is on another level.. the humorous touches here and there are definitely the cherry on top !

  • @armenkeshishian5974
    @armenkeshishian5974 8 місяців тому

    Thank you so much.💕💕💕💕💕💕
    Would you please consider making a longer video about this topic?
    The swirly effect looks awesome.

  • @mcwetube
    @mcwetube 4 місяці тому

    Funny thing: when you were making the pressure calculation using iterations and you said that we started to see a pattern, it seemed to me like the pressure was more than just a pattern: it was the perfect negative of the divergence. So on a whim, I tried replacing the entire pressure calculation with just the divergence multipiled by -1, and it actually worked perfectly! :))
    Another note: instead of adding/deleting points continuously, just fix the velocity in the border cells at 0. I did this by making a boolean attribute for edges with more than one face neighbor (so now border vertices are zero, others are one) and multiplying this by the advected velocity in the sim zone. This causes the borders to become walls, and the particles stay inside them.
    With these improvements the sim is even more performant.

  • @KRLYProductions
    @KRLYProductions 10 місяців тому +5

    As always, amazing tutorial!

  • @algpmmm
    @algpmmm 10 місяців тому +4

    you make awesome content!
    I was testing and the advect node is different from the one I downloaded, I just changed it to how it is in your video and now it works

    • @BadNormals
      @BadNormals  10 місяців тому +4

      Great you let me know, I'm gonna fix it

    • @algpmmm
      @algpmmm 10 місяців тому +1

      Sorry, the node was ok, trying with the timestep node everything works fine. keep making good content :)

    • @Anushka-kx8mv
      @Anushka-kx8mv 8 місяців тому

      HEY, I CAN'T FIND ADVECT NODE IN BLENDER 3.6. PLS HELP
      @@algpmmm

  • @A_Train
    @A_Train 10 місяців тому +1

    This is a great tutorial on geo nodes in general. So much learning!

  • @PunmasterSTP
    @PunmasterSTP 7 місяців тому

    Man, I really need to play around with Blender; these simulations and tutorials are awesome!

  • @Phil-12345
    @Phil-12345 7 місяців тому +3

    When i want to bring in the Named Attribute dt nothing happens and the projekt stops working. Can someone explain me how it get the Attribute dt in my Projekt?

  • @indoorjetpacks
    @indoorjetpacks 4 місяці тому

    6:13 if you dont see it moving and you've been pausing and backing up to follow exactly because some actions don't get said, and you deleted your group output like he did before making the simulation zone - add it back and this should fix it

  • @ottomoir4564
    @ottomoir4564 9 місяців тому

    Just finished a 3d implementation, thanks for laying the groudwork out for me!

    • @BadNormals
      @BadNormals  9 місяців тому

      Awesome! Can you share it? Send to my email, I would love to see it.

  • @Iretemi3d
    @Iretemi3d 9 місяців тому

    Beautiful video @BadNormals, thanks to you im confident to start a journey into simulation nodes.

    • @BadNormals
      @BadNormals  9 місяців тому +1

      I'm happy I made your life easier!

  • @N00BleSouP24
    @N00BleSouP24 10 місяців тому

    You’ve blown my mind a few times in the first minute, I’m ready for the rest lol 😂

  • @cristinabalta
    @cristinabalta 3 місяці тому

    I really love how amazing your tutorials always are! I was just wondering how could I adjust the speed of the overall animation? I can't seem to be able to adjust it without messing up either the pattern or something else? Thank you!

  • @alexandermoyle9034
    @alexandermoyle9034 10 місяців тому

    Beautiful! Clever and interesting watch, thank you!

  • @anassulaiman888
    @anassulaiman888 8 місяців тому +1

    it's just like magic

  • @komojo
    @komojo 3 місяці тому

    Very cool. I've already used this to make some cool fluid animations. One thing I'm curious about: When it's updating the velocity properties, does it overwrite the same properties that it's reading from? It seems like that could add some inaccuracy depending on what order it's evaluated, which you could avoid by using some kind of double-buffering. I'm not sure if it does that automatically in the geometry nodes, though.

  • @rajendrameena150
    @rajendrameena150 10 місяців тому +2

    I think it is the time now blender people should use and make Premade node that are optimized becuase at the end everything in computer is code and libraries that we use knowingly or unknowingly. thats why my long-term goal is to shift to linux as well.

  • @SANAYSAHANI
    @SANAYSAHANI 10 місяців тому +1

    Awesome geo node stuff

  • @mastermax4658
    @mastermax4658 3 місяці тому

    You are absolutely genius

  • @pan0ptic0n
    @pan0ptic0n 10 місяців тому

    beautiful animated infographics

  • @cgdoctor8241
    @cgdoctor8241 10 місяців тому +1

    This is really dope stuff

  • @saulreyes8964
    @saulreyes8964 10 місяців тому +2

    amazing!

  • @iguesslikethat
    @iguesslikethat 10 місяців тому

    There are TWO move points noe groups, you need the one with the object instanced

  • @lucasvisionvjbitar
    @lucasvisionvjbitar 10 місяців тому

    great video, nice dreadlocks, big up!

  • @catcat-yb3lv
    @catcat-yb3lv 8 місяців тому

    so cool! I wonder if it is possible to create a 3D fluid simulation? I'm very much looking forward to it!

  • @IoanDavies-g6d
    @IoanDavies-g6d 4 місяці тому

    How might I go about adding physics into this, so a 3d object can interact with the scene?

  • @collinijou
    @collinijou 7 місяців тому

    你的视频教学内容总是充满了惊喜和惊艳,非常硬核而有趣味,讲解清晰明了,期待你的课程。但是,我最终还是学习不到,用这样的方式使用几何节点,对于数学基础较弱的人,这太难了。

  • @AudioPervert1
    @AudioPervert1 10 місяців тому +2

    WOW ! really ...trying to copy this!

  • @shamant1999
    @shamant1999 4 місяці тому

    what if I want to add an object that goes through the field, and the particles interact with it? How would I do that? Should I add a geo info into the simulation zone?

  • @rumur
    @rumur 9 місяців тому

    i did not expect my boy to have dreads, thanks for the dank video.

  • @12ben41
    @12ben41 9 місяців тому

    Fantastic!! It could be another way to make Apple Events logo.

  • @amootoon4032
    @amootoon4032 10 місяців тому

    놀랍습니다. 강좌의 수준이 다른 채널과는 차원이 틀리네요. 👍👍👍

    • @BadNormals
      @BadNormals  10 місяців тому +1

      매우 감사합니다!

  • @jay_isley
    @jay_isley 6 місяців тому

    Would love to know how you created the animation with the fluid flowing out of the eyes of the head model?

  • @SiggyF
    @SiggyF 9 місяців тому +1

    You mention that Delta Time was not working. This might be due to that Delta Time (in blender 4.0) is 0 at the first timestep. So if you scale using Delta Time from the simulation node, you clear your velocity field. If I replace the initial dt for frame 1 by 1/fps it works for me.

  • @NickHillAnimation
    @NickHillAnimation 7 місяців тому

    Brilliant tutorial. I'm using this technique with multiple cameras, though, and every time I change the start frame to render a new shot, the simulation resets itself - it basically starts from having 0 particles, rather than having the particle count it would have if I'd started rendering from frame 0. Is there a way to add a "run-up" variable somehow that will run N steps of the simulation before it evaluates the first frame? I tried using a repeat zone with the mesh part of the geonodes setup (distribute points on faces, store og_pos etc) but couldn't get that to work.

  • @M_Lopez_3D_Artist
    @M_Lopez_3D_Artist 6 місяців тому

    So the SET MATERIAL i do that and my material is showing nothing what went wrong?

  • @artglebash
    @artglebash 5 місяців тому

    link for Fluid Simulation Extended Tutorial doesn't work anymore :( video is no longer available

  • @sirwani_k320
    @sirwani_k320 10 місяців тому

    that is next level shit bro, I doubt few universities in the world have this level of teaching method I seriously doubt it
    thanks for the great tutorial the blender comminuty is unbelievable I can't believe this is free!

    • @BadNormals
      @BadNormals  10 місяців тому +1

      This must be the best compliment when you teach better than a university, thanks!

  • @opti12
    @opti12 10 місяців тому

    Quality! Thank you

  • @rita.caldeira
    @rita.caldeira 4 місяці тому

    Why can't I see colors on my model throughout the whole tutorial? Even when managing materials I cannot see the colors on my objects :(

  • @ReinOwader
    @ReinOwader 10 місяців тому +1

    Pagan, mul on ikka hea kõrv. Kuulasin ja mõtlesin, et natuke nagu eestlase aktsent. Aga polnud päris kindel. Mõtlesin, et äkki on lätlastel sarnane aktsent või oled hoopis skandinaavlane. Siiski vana video reetis rahvuse ära. Olen juba kunagi varem ühte sinu tutoriali järgi teinud ja siis polnud mul aimugi uurida kust autor pärit. Tänud ja Thumbs up.

    • @BadNormals
      @BadNormals  10 місяців тому

      No täpne kõrv jah 😀. Tänud.

  • @nurieko
    @nurieko 8 місяців тому

    I finished the tutorial and the fluid works but no colors are showing in the viewport or render. Not sure if there was a step I missed or it was cut out. Blink and you can easily miss something. Overall, really cool tutorial, kinda hard to follow with couple steps cut out and the side demonstrations but thankfully the comments section figured most of it out.

  • @M_Lopez_3D_Artist
    @M_Lopez_3D_Artist 6 місяців тому

    ive done exactly the same thing and still having issues with the material it wont show up for those particles just for the floor mesh

  • @jpval3484
    @jpval3484 6 місяців тому

    look at all those cool stuff my old gpu can't handle lol

  • @Aaws424
    @Aaws424 10 місяців тому

    Damn what an amazing tutorial thank you ❤

    • @BadNormals
      @BadNormals  10 місяців тому +1

      I'm glad you liked!

  • @mvinyesalumiluxcat
    @mvinyesalumiluxcat 4 місяці тому

    Freaking cool, but next time plse.. keyshort viewer (mouse and keyboard) or explain what you press, because in 4:00 I was so lost how you put that position Name in the Named Atribute and then the viewer.... but yeah, great

  • @cgndev
    @cgndev 10 місяців тому +1

    Helpful!!!!

  • @riccardofasoli5726
    @riccardofasoli5726 9 місяців тому

    amazing tutorial!
    quick question: i was trying to find a way to slowly change the flow patter during time, but seems hard to achieve. changing the seed of the flow sim noise texture obviously doesn't work. any idea?

  • @starbuck8192
    @starbuck8192 7 місяців тому

    tried to follow didnt go well ( probably my skill level ), but great content and love to see more

  • @james_r_frost
    @james_r_frost 10 місяців тому

    Hey all, quick question:
    How would I transfer this across files? As in how would I attach this to another model. I've followed the tutorial in my Goe Nodes Asset library file and am wondering how I would have them marked as an asset. Do I need both the Fluid object marked and the secondary sim tree marked as well? And do both need to come along when I use it on another model, like the face example our esteemed teacher showed off?
    Thanks sir, stunning tutorial, awesome work as always!

  • @dudagfx
    @dudagfx 10 місяців тому

    This is looking fantastic!!!! Is it possible to make a fire sim with simulation nodes? Something that would be faster than regular sim in blender?

    • @BadNormals
      @BadNormals  10 місяців тому +1

      I'm pretty sure, I might try it out.

    • @dudagfx
      @dudagfx 10 місяців тому

      @@BadNormals fingers crossed! :P

  • @fdr100100
    @fdr100100 7 місяців тому

    how dod u bring up the viewer node it just suddenly appeared when u changed the name on the name attribute, which didnt happen for me

  • @E4F1
    @E4F1 7 місяців тому

    Might be the only one, but im having issues with the Pressure attribute storing for some reason even with the node

  • @blockthechainer
    @blockthechainer 9 місяців тому

    is there a reason to disappear the gird when try to undo?

  • @movee_tv
    @movee_tv 9 місяців тому

    That's what I'm talking about!!!

  • @fujur7
    @fujur7 9 місяців тому

    would it be possible to do the same but on a noise displaced surface, so the particles follow the surface?

    • @BadNormals
      @BadNormals  9 місяців тому +1

      Yes, you still do the movement on a flat grid, but move the points to the surface later on, after the simulation zone. A good option is to use the raycast node and a set position node.

  • @naeemulhoque1777
    @naeemulhoque1777 10 місяців тому

    Amazing!!!!!!!!!!

  • @mechaboy95
    @mechaboy95 10 місяців тому +1

    solving the flicker gave me even more flicker
    idk why
    I have to set radius (under animate radius) to 0.5 or so anything too small and it has the same effect as setting maximum age to 0

    • @FlorianStangl
      @FlorianStangl 10 місяців тому

      same here - wonder if there's some info we are missing from the video? Maybe @BadNormals can help?

    • @yoyo_cortex
      @yoyo_cortex 10 місяців тому +1

      You need to go into Animate Radius node group and remove multiply math node above Float curve

    • @FlorianStangl
      @FlorianStangl 10 місяців тому

      @@yoyo_cortex Thank you for your reply! I already did that but it doesn't change anything... I'm on 4.0.1. I triple checked all nodes but can't find the problem...

    • @BadNormals
      @BadNormals  10 місяців тому +1

      Are you sure all the nodes are as downloaded? Also, make sure the new points are set to zero for their radius, right after the distribute node. And make sure the float curve output is multiplied with the radius controller.

    • @FlorianStangl
      @FlorianStangl 10 місяців тому

      @@BadNormals Thanks for replying, I missed the "create age" node group, it isn't in the starter file node groups :)

  • @СириусЛицей
    @СириусЛицей 10 місяців тому

    Увеличение и уменьшение точек выглядит как костыль. На первом кадре стоит найти точки сетки в которых дивергенция не 0, и потом в этих точках создавать новые точки или удалять старые, тогда жизнь точкам можно не ограничивать временем и она будет более интересна

    • @user-vi1nx7zp2g
      @user-vi1nx7zp2g 8 місяців тому

      Как это сделать бро ?

  • @xiaolan566
    @xiaolan566 8 місяців тому

    This is awesome! I try to do the same effect in Touch Designer and failed. Now I made it!
    Still have a question: I try to change the size of it. So I change the grid. But the effect didn't follow. Are there any other node need to be changed? Hope to be answered! Thanks!

    • @BadNormals
      @BadNormals  7 місяців тому

      Hey, this is a bit tricky to do, since in this tutorial I don't account for the distance between grid points. So when the distance is 1m or 1cm the result would be actually different. That's because the velocity would be multiplied with a certain coefficient depending on the grid measure. I recommend playing with the resolution, but I couldn't personally get very different results with this one either.

  • @moonknightneversleepztillt632
    @moonknightneversleepztillt632 Місяць тому

    Connecting these nodes looks too painful, I opt for Houdini FLIP DOP.🤣

  • @JustinPerea
    @JustinPerea 9 місяців тому

    Hey my graduate mathematical physics course is going to be handy now (jk I will still use Chat GPT)

  • @flarrossa
    @flarrossa 10 місяців тому

    hey mr. bad normals, how can i integrate that ripple animation you taught on the bonus content to this point cloud animation?

    • @BadNormals
      @BadNormals  10 місяців тому

      You have to ad the ripple animation on a plane and then use a raycast node to project the points onto the surface of the ripple plane. Do this after the simulation of the points.

  • @sndosc
    @sndosc 8 місяців тому

    I am unable to follow along. For some reason my grid is black and white and not black and red and can't see the animation happening. What am I doing wrong? :/
    edit: after a long time, I finally managed to understand it. thanks

  • @ruslandad365
    @ruslandad365 7 місяців тому

    Amazing Tutorial!!!
    Thanks!!!

  • @SamiElHyadi
    @SamiElHyadi 10 місяців тому

    How far away are we from performant cloth and softbody simulations using geo nodes?

    • @BadNormals
      @BadNormals  10 місяців тому +1

      Those are possible to do but I'm not sure this is the most optimal way. I suppose blender devs will add some more generic physics nodes in the future.

  • @pnksmigge5324
    @pnksmigge5324 7 місяців тому

    What is advect node group and how to get it?

  • @iguesslikethat
    @iguesslikethat 10 місяців тому

    For some reason the viewer node does not work outside the simulation zone

  • @zeeyannosse
    @zeeyannosse 9 місяців тому

    actually now I do have a "precise" question >>> how to render this for exemple with a local render farm and B-RENDERON ?... how to cache the sim for the tools to render the images. ?... I just tried. and all images are empty... no layers. nothing. but works fine from blender using the render animation from the application... but would love the accelerate the render process spliting on other GPUS... thanks ;))

    • @BadNormals
      @BadNormals  9 місяців тому

      Google for simulation nodes cache. The cache gets stored into a folder and this needs to be sent to the render farm as well.

  • @XenarthrA28
    @XenarthrA28 10 місяців тому

    Why can't i find the advect node group?

  • @MachinePencilCartography
    @MachinePencilCartography 2 місяці тому

    did bad normals invent the naviar stokes equations?
    I am pretty sure that this is a math topic...t

  • @AlexanderWinzenburg
    @AlexanderWinzenburg 10 місяців тому

    Nice, work and tutorial! What computer hardware are you using? I want to learn blender, but my computer is too bad

    • @BadNormals
      @BadNormals  10 місяців тому +1

      Thanks! I use a PC with i9-12900K, RTX3090, 64GB RAM and a 2TB Samsung SSD. That's the last year though. I started out with a low performance laptop.

    • @AlexanderWinzenburg
      @AlexanderWinzenburg 10 місяців тому

      @@BadNormalsthank you so much for the answer! I am thinking of buying a used computer with these hardwares.
      CPU: AMD Ryzen 5 5600x
      GPU: AMD Radeon RX6700XT
      RAM: 32GB Corsair vengeance 3600Mh
      MODERKORT: ASUS ROG Strix B550 F
      PSU: Corsair RMe Series RM850e
      CHASSI: Corsair iCUE 4000x Midi tower
      SSD: 2TB Kingston SSD
      Do you think you can render 3d particle simulation with this set up?

    • @BadNormals
      @BadNormals  10 місяців тому +1

      @@AlexanderWinzenburg The setup goes good in my opinion, but I'd take an Nvidia RTX GPU. AMD seems to have some compatibility and performance issues. But certainly check Blender forums about that.

  • @canisalpha_music
    @canisalpha_music 9 місяців тому

    Why can't I join the wish list in your website😖No window pop up or confirm link appear in my email. I'm so obssesed with your content and tutorial!

    • @BadNormals
      @BadNormals  9 місяців тому

      Hey, let me know if this has been fixed, I checked and everything is good on my end. Maybe it got to your spam?

  • @artsydips2178
    @artsydips2178 10 місяців тому

    hey, i dont have any color information in my nodes. i try to preview my noise texture from my "color"-socket and i see the pattern just as black and withe. as it would be just a float and no vector data, even when i try to preview a color, its just dark or light. Because of this my movment of the points doesnt work at all.

    • @anobaka5731
      @anobaka5731 9 місяців тому

      I had the same problem and found the issue. Select the "Viewer" node, in the sidebar select "Node" and under "Properties" set it to Vector.

    • @nurieko
      @nurieko 8 місяців тому

      I had the same issue but for different reason, my 2 set material node connections were crossed. It worked after I straightened and reinserted them 🤷

  • @jakejake6029
    @jakejake6029 10 місяців тому

    I think there's an add on that does similar thing like you did here

    • @BadNormals
      @BadNormals  10 місяців тому +2

      Do you mean molecular? It can do similar things yep, but it calculates every point individually and gets very slow if as many points are added

    • @jakejake6029
      @jakejake6029 10 місяців тому

      @@BadNormals Oh, now I understand what the difference is, so your technique is more fps-friendly, thanks, I thought you used the same approach as the other one

    • @jakejake6029
      @jakejake6029 10 місяців тому +1

      @@BadNormals thanks for the information and knowledge

  • @AR_3608
    @AR_3608 10 місяців тому

    is simulation wery cool and crazy

  • @Pockeywn
    @Pockeywn 10 місяців тому

    there’s a scene time node..?? i’ve been using #frame for ages that has to be new right

    • @BadNormals
      @BadNormals  10 місяців тому

      I think last three blender versions at least 😄

  • @blendcreator
    @blendcreator 10 місяців тому

    Wasn´t there a way to vote what should be included in the course?

    • @BadNormals
      @BadNormals  10 місяців тому +1

      Yep, I'll send an email about the course in a few weeks. This video took so much time I could only focus on that

    • @blendcreator
      @blendcreator 10 місяців тому

      @@BadNormalsYes, i could tell, Thank you👍👍 This video is awesome

  • @EthanCharlwood
    @EthanCharlwood 9 місяців тому

    Particles aren't rendering in eevee. finished the tutorial, particles are visible in the workbench engine and cycles engine but do not render in eevee. does anyone else have this problem? How do I fix this?

    • @BadNormals
      @BadNormals  9 місяців тому +1

      You need to instance some geometry, like ico spheres on the points for them to work in EEVEE. But it can get heavy.

  • @sameeruddin
    @sameeruddin 10 місяців тому

    Hi , Can you check if your fractal machine addon is compatible with Blender 4 , i have dropped a DM as well .

    • @BadNormals
      @BadNormals  10 місяців тому

      Yep, I'll check today

  • @shurtad11
    @shurtad11 10 місяців тому

    hey, i can't find the advect node in blender 4.0 do you know why?

    • @BadNormals
      @BadNormals  10 місяців тому

      Download the file from the description, it has all the nodes you need. They are custom node groups and not included with blender by default.

  • @patrickmueller5272
    @patrickmueller5272 10 місяців тому +1

    My brain is just to small for this :(

  • @rottinggizmo5267
    @rottinggizmo5267 9 місяців тому

    i cant choose "dt" in the Names Attribute, all steps before are triple-checked. what do i wrong at 9:45?
    ua-cam.com/video/l_vnAz0Yo8w/v-deo.htmlsi=pYzyPI7jvQAKKFTr&t=585

    • @BadNormals
      @BadNormals  9 місяців тому

      If there is no dt, then it hasn't been stored and you're most probably missing the store timestep node group in the start of your simulation zone. Let me know if you got it working.

    • @LeraKimchi
      @LeraKimchi 4 місяці тому +1

      @@BadNormals I'm having the same issue in both blender 4.0 and 4.1, even having Store Timestep node group added. Crazy bug

    • @dharmaratano6508
      @dharmaratano6508 27 днів тому

      Did u fix this problem?? Im stressed out of this😢

    • @rottinggizmo5267
      @rottinggizmo5267 27 днів тому

      @@dharmaratano6508 nope sorry

  • @Pockeywn
    @Pockeywn 10 місяців тому

    you can’t say you did something in a stupid way and then show the exact solution i was just thinking of 😞

    • @BadNormals
      @BadNormals  10 місяців тому

      Actually the only part I thought was stupid is that you could control the radius with a division slider. After changing to multiply I think it's the best solution for this use case

  • @zeeyannosse
    @zeeyannosse 9 місяців тому

    hello ! thank you very much for your sharing good vibes !. >>> I stumble upon this little visual problem > using blender 4.1 alpha. and trying to link the Named Attribute to the Value ( VIEWER ) . was actually not working, not showing for example the nice RED.YELLOW.RED.BLACK color of the position attribute for example. >> was stuck for a bit trying to stick to the speed of your comentary in the video :)) HAHAHAA>. and even went on blender 3.6.5 to check if there was any potential bug in the beta 4.1 ...>>> well no ... same issue... >>> THEN > I TRIED >>> RIGHT CLICK on the ATTRIBUTE (node part thing) of the box :" Named Attribute" > and found this >>> (0) Link to viewer >>> AND BIM BAM BADABOOM >>> it works !!!. ouf!. >>> well >>> this is a note maybe to blender dev team... don't you agree this should work also by draging the link.node.rope.wire thingy thing to the Viewer box . it should not ONLY work when I right click and use this "hidden" function call (o) Link to viewer.. voila > my humble respectfull opinion ;))) cheers! and MERCI BEAUCOUP !. yann

    • @BadNormals
      @BadNormals  9 місяців тому

      Merci pour ton commentaire!

  • @kangsan2014
    @kangsan2014 10 місяців тому +13

    I wonder when Blender foundation will start updating their physics simulation engines. Donors nowadays only focus on UI and render engines. I hope we see more real world physics simulations in Blender.

    • @Hadrhune0
      @Hadrhune0 8 місяців тому

      the whole geometry node and simulation nodes are the building blocks for the physics simulation engine, I guess.

  • @cloesense7038
    @cloesense7038 7 місяців тому +4

    Hi, I’m very new to blender. I made it up to 6:22 where you try the animation. Mine didn’t do anything but I noticed that the advect on your video has a 4 on the right side and mine has a 2. I don’t know what this means but, could this be the reason why mine doesn’t work?

    • @indoorjetpacks
      @indoorjetpacks 4 місяці тому

      if you're following it exactly like i was and also doing things he doesnt say (common thing i've seen with blender tutorials so i've learned to keep an eye out), and you deleted the group output at 5:37, re-add the group output and connect it's geometry input to the simulation zone output.

  • @Mounir_ALSAYED
    @Mounir_ALSAYED 10 місяців тому +7

    I really don't know what we could do without you, look at that style of explanation, i wish we were taught like this in school and university.
    Relly thank you.
    01:35

  • @maxleveladventures
    @maxleveladventures 10 місяців тому +4

    Absolutely insane. I'll definitely be coming back to this. So impressed. The instructional visuals were top notch and made the whole thing so much easier to understand. There are sooooo many free beginner tutorials on UA-cam, but so very few intermediate+ tutorials (I have several assumptions for why that this). This was great and helped me feel a lot more comfortable and informed about Stored Named Attributes.

  • @udge
    @udge 3 місяці тому

    I'd like to create a similar swirling texture, but with a solid material instead of points. Is there a way I could store the velocities of each point as a named attribute, and then use the result as a vector map in shader nodes?