Intro to ALL THE NODES | Blender Geometry Nodes

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 มิ.ย. 2024
  • Hi yes, Hello Everyone! This is the first part of a series I'll be taking into 2024 where we'll take a look at all of the nodes available in Geometry Nodes!
    Today I just talk through the idea and take a look at some of the basic nodes to get them out out the way.
    ALSO, if you're interested in my breakdown you can find the blend file here:
    drive.google.com/file/d/1boJu...
    If you'd like to support the work I do, consider checking out my Patreon!
    / gavindotjs
    Music by ImKibitz:
    open.spotify.com/user/31oduql...

ความคิดเห็น • 34

  • @Zyloxim
    @Zyloxim 5 หลายเดือนก่อน +5

    When we needed him most, he disappeared

    • @gavindotjs
      @gavindotjs  5 หลายเดือนก่อน +6

      Nah man, I'm just hard at work on the series lol

  • @teccc42
    @teccc42 5 หลายเดือนก่อน +4

    Cool, I'm looking forward to this series!

  •  3 หลายเดือนก่อน +1

    This has to be done, thank you for this great work

  • @jenovaizquierdo
    @jenovaizquierdo 4 หลายเดือนก่อน +1

    Dude really awesome 👏 this is really good you made and really helpful. I’m subscribing to see more from you 😊

  • @prodhab_
    @prodhab_ 5 หลายเดือนก่อน +1

    Super useful stuff!

  • @stillpointx2623
    @stillpointx2623 5 หลายเดือนก่อน +1

    looking forward to this

  • @rodmileski
    @rodmileski 4 หลายเดือนก่อน +2

    You did a great job. Deserves more likes and subs. Cheers

  • @rizwanzaman1793
    @rizwanzaman1793 5 หลายเดือนก่อน +1

    Thank you!

  • @yonasassefa8576
    @yonasassefa8576 5 หลายเดือนก่อน +1

    i am looking forward to it

  • @shrimusical5899
    @shrimusical5899 3 หลายเดือนก่อน

    thank you

  • @omaracosta1805
    @omaracosta1805 4 หลายเดือนก่อน +2

    Excellent Sir! Liked and subscribed. Examples with each node, would be great for us the beginners.

  • @wpmultimedia
    @wpmultimedia 23 วันที่ผ่านมา

    Thanks for being thorough and efficient. Most importantly, though, you took the time to cover fundamental aspects that almost all tutorials I've seen so far fail to explain. Your aside about integer and float ranges was perfectly helpful, by the way. I appreciate "peeks" down a rabbit hole even before a deeper look is appropriate. Great work and instant subscribe.

    • @gavindotjs
      @gavindotjs  14 วันที่ผ่านมา

      Thank you! I really appreciate it!

  • @tribalwalkertribalwalker9921
    @tribalwalkertribalwalker9921 3 หลายเดือนก่อน

    Yeaa! i'm the 1000's subcriber =) I'm really looking forward to the sample node's

  • @fanerv3304
    @fanerv3304 3 หลายเดือนก่อน +1

    Nice

  • @GaryParris
    @GaryParris 5 หลายเดือนก่อน +1

    great

  • @3dddd3
    @3dddd3 5 หลายเดือนก่อน +3

    Great! Just keep going.
    Maybe you should focus on explaining sockets in the beggining of the next video in this series. Shedding light on the data structure will make it easier to explain their properties and compatibility with each other. Round vs diamond. Single value vs field. Hollow socket: no value, no data type. Filled socket: embedded value, e.g. Position input socket of the Set Position node. "Pinholed diamond" socket: no embedded value, e.g. Offset Position or Selection of the Set Position node. When I started learning about geometry nodes it wasn't very clear to me.

    • @gavindotjs
      @gavindotjs  5 หลายเดือนก่อน +2

      That's an excellent point! I've explained most of that in a previous video, but because of that I completely forgot to include that here. Thanks for the reminder, and I'll do that in the next video in this series!

  • @MOHAMEDIBRAHIM-gd8tc
    @MOHAMEDIBRAHIM-gd8tc 5 หลายเดือนก่อน +1

    When is this coming waiting for it

  • @eclecticgamer5144
    @eclecticgamer5144 หลายเดือนก่อน +2

    I'm writing all these nodes in Unreal, as well as an translation plugin. Export from Blender, import into Unreal with a few clicks. ^_^
    All of your Blender Geometry node models can run natively in Unreal, giving both the Dev AND the player access to the inputs during runtime. ^_^
    So far, I've got ~40 nodes created for Unreal that exactly match the form/function of their counterpart in blender.... Only an absolute absurd number left to got -_-
    th-cam.com/video/zLgsi_goFjs/w-d-xo.html

    • @gavindotjs
      @gavindotjs  14 วันที่ผ่านมา

      That's AMAZING! I can't wait to test this out!
      I have a pretty big project that I want to do in Unreal, so to possibly use a system I'm already familiar with would be outstanding! Especially if models could be updated at runtime!? That's incredible and has been my dream for years! Best of luck, and I'd love to hear how this progresses!

    • @eclecticgamer5144
      @eclecticgamer5144 13 วันที่ผ่านมา

      @@gavindotjs My own Geo-nodes project is over 18,000 nodes. I got about 20% of the way through 'translating' without bugs. I then tested the performance... Blender runs at 100x the speed...
      All my nodes relied upon editing the existing Dynamic Mesh... but I had to make crazy concessions to handle the differences between blender (uses mix of tris and quads) and Unrea (uses tris only)...
      And Blender nodes "know context" which, as far as I can tell, is impossible in Unreal.
      So, I'm in the process of re-writing every single node using my own data structure, and applying it to the mesh at the end.
      Just one tiny function, the part that figures out which faces/edges/points are being selected went from 4 ms to under 1ms when iterating over just 360 items.

  • @shagscatchem
    @shagscatchem 4 หลายเดือนก่อน

    Is there any chance you'd link this blender file in your info? This is a super helpful setup, I'd love to be able to see this in front of me so can always go back to look at when I get a bit confused. Thanks!

    • @gavindotjs
      @gavindotjs  3 หลายเดือนก่อน +1

      Yes, I'm doing some organization now to find the best place to put this (and future files) and I'll make an announcement once it's up! Hope that helps!

    • @gavindotjs
      @gavindotjs  3 หลายเดือนก่อน +1

      Hi, I just uploaded the blend file with my breakdown here:
      drive.google.com/file/d/1boJug-XLqdcfrKWdTswkQNQe3PWetdZ8/view
      I hope that helps!

    • @shagscatchem
      @shagscatchem 3 หลายเดือนก่อน

      I literally just showed this to a co-worker about an hour ago, this is super super helpful! Thank you so much@@gavindotjs!!!!!

  • @mrhollywood5285
    @mrhollywood5285 3 หลายเดือนก่อน

    Tried to open the BLEND file but no go. I tried drag and drop, Import and append ........ nothing. Any suggestions

    • @gavindotjs
      @gavindotjs  3 หลายเดือนก่อน

      You extracted the zip and it still wouldn't open? Sorry just covering my bases!
      Also, sorry its been a minute, just got back from a trip!

  • @bUildYT
    @bUildYT 5 หลายเดือนก่อน +2

    more !!!!!!!!!!!!!!!!!

  • @RobertPapaureille
    @RobertPapaureille 5 หลายเดือนก่อน +1

    Hi Gavin ! Such a valuable work to come ! Wouldn't it deserve a better microphone ? Thinking of non-American people. Anyway great job.

    • @gavindotjs
      @gavindotjs  5 หลายเดือนก่อน +2

      Thanks! Yeah, hope to fix this for 2024!

  • @jayleo500
    @jayleo500 หลายเดือนก่อน

    Do a Geo Node tier list lol