Make a Countdown Timer Node in Blender Geometry Nodes!

Поделиться
HTML-код
  • Опубликовано: 18 окт 2024

Комментарии • 35

  • @BlenderForge
    @BlenderForge Год назад +5

    This is THE BEST tutorial I have found on the subject. None of this fast editing garbage that everyone thinks is great for advanced tutorials. Thanks so much!

  • @theillitistpro
    @theillitistpro 7 месяцев назад

    Well done. I wasn't even considering geometry nodes until I remembered saving your tutorial to my playlist. Now to add an effect to this and wait months for it to render.😅

  • @lomaxdesigns1716
    @lomaxdesigns1716 8 месяцев назад

    Ohhhh god. Yep I get it. I guess I'm embarking on this utter insanity tomorrow. =/
    In all seriousness though. A near perfect tutorial. Thank you deeply and well done on producing such high quality content.

  • @olivierfrezza-buet673
    @olivierfrezza-buet673 Год назад

    Very useful and exactly what i needed. Thanks a lot.

  • @snakeyengel
    @snakeyengel Год назад

    Reminds me a lot of old coding in perl. A very cool idea. Your explanations of various nodes in all of your videos has helped me a great deal in wrapping my head around some of their more arcane contexts. Really, the contexts of the nodes is where people get really confused.
    A side note, and thankfully, I haven't heard it in any other of your videos: there is a really annoying sympathetic vibration when you're speaking in this one. It's either at 800Hz or 800Hz/1.6Khz, so around an Ab/A in pitch. It sounds a bit metallic in nature. Just a head's up. Carry on, and thanks for all that you do, sir!

    • @JohnnyMatthews
      @JohnnyMatthews  Год назад +1

      I wrote so much Perl code back before 2000. It was the glue that held the internet together for a long time.

    • @snakeyengel
      @snakeyengel Год назад

      @@JohnnyMatthews I still use it because it's the glue that holds together Bash and other shell duties too awkward for normal shell scripts, and its implementation of regular expressions is, honestly, the very best there ever was or has been. It's just so powerful. I sensed your Perl foo power! 😀

    • @JohnnyMatthews
      @JohnnyMatthews  Год назад

      although I still have nightmares about sendmail.pl

    • @snakeyengel
      @snakeyengel Год назад

      @@JohnnyMatthews Hahahah! Who doesn't??? The last useful thing I coded in perl that was non-IT or *nix-specific was a bot generator for CS-GO (yeah, that long ago), with random names generated in a variety of languages, and it also factored in syllabic constructions generated moments before each round to mix and match with the Ancient Phoenician Male or Ancient Egyptian Female sets, and lowered the bot's voices if they were more advanced bad-asses, and raised their voices if they were lightweights. It kept the lan parties more lively and resulted in some CS hilarity now and again.

  • @blendermanong7784
    @blendermanong7784 Год назад

    Great help!

  • @mytube001
    @mytube001 11 месяцев назад +1

    I like it! I wonder if it's tricky to make the individual digits stay centered at their own positions? The font used (as most fonts) isn't monospace, so the whole stack of digits jumps around as different-width digits show. Most monospace fonts are pretty ugly, so a more general solution would be better. Any suggestions?

  • @truegeorg
    @truegeorg Год назад

    God save you bro!!!!

  •  3 месяца назад

    2:14 ✅Let's make a small addition. If you want the time to increase beyond the entered value, you can change the "Math Node" node, which appears on the screen with a time stamp of 2:14, from "Subtract" to "Add". So you can increase the time after a certain time or from 0.

  •  3 месяца назад

    ✅Thanks. Tested with Blender 4.1 Alpha. Result: Successful.👍

  • @i2s001
    @i2s001 Год назад

    Thanks, that was cool

  • @newphone3293
    @newphone3293 4 месяца назад +1

    Why am I having trouble understanding what's happening here? Is there anyone who also can't understand what's happening here? Or is the instructor not the right one?

  • @ibotpl
    @ibotpl Год назад

    Well done! Thank you!
    Q: Is there a way to build an array with a numerator? So in the end I would have e.g. 3 boxes with each having its number.

    • @JohnnyMatthews
      @JohnnyMatthews  Год назад

      Hmm not sure i quite follow what you are trying to accomplish.

    • @ibotpl
      @ibotpl Год назад

      @@JohnnyMatthews e.g. instancing a box on a mesh line with 3 points >you get 3 boxes (instances). Now how do I add a string (numerator), which labels each box automatically with a number (1,2,3)? Problem is, I can't use "value to string" with the ID node.

    • @JohnnyMatthews
      @JohnnyMatthews  Год назад +1

      Ah yes, this will probably not be easy to do until we have a loop node. But with the start of the animation nodes now in the next version, I think they are on the way.

  • @adictedgenius8838
    @adictedgenius8838 7 месяцев назад

    You probably won't see this. I'm having trouble implementing days into the timer, any chance you could help? I have it setup however when I put the value to 86400 it shows 24 hours and 1 day

  • @akashdeepdas3481
    @akashdeepdas3481 6 месяцев назад

    It breaks for me at 6:37 where the time gets stuck at 0:0:1. I checked every node and every setting and they are exactly as shown, please help :(

  • @ismaelgarcia8685
    @ismaelgarcia8685 Год назад

    How can i delay the timer, instead of start in frame 1 make it start in another point in timeline?

  • @ruudygh
    @ruudygh Год назад

    can u make a vid for creating simple frame count with geometry nodes?

    • @JohnnyMatthews
      @JohnnyMatthews  Год назад

      Hmm just plug frame number into value to string, then use that into text to curves. No simulation needed.

  • @jonathans8496
    @jonathans8496 Год назад

    You can use the modulo operator for the leftover of a division. Useful for minutes and seconds

    • @JohnnyMatthews
      @JohnnyMatthews  Год назад

      Yeah that would have been a good way to go as well.

  • @SeanMartin-rx2el
    @SeanMartin-rx2el Год назад

    Is there a way to make this exportable as an fbx or glb?

  • @victorbesa6121
    @victorbesa6121 Год назад

    my mesh extrude dosen't work, i did everything, and nothing

  • @HanniSeidenba0525
    @HanniSeidenba0525 6 месяцев назад

    I follow step the step, I got the same result, but still don't understand anything xD

  • @danmandanning
    @danmandanning 4 месяца назад

    Stuck on step 3. There are no longer string to curve nodes.

    • @s.patterson5698
      @s.patterson5698 2 месяца назад

      It is still there. Look under Utilities/Text/ and you will see it.

  • @neilmarshall5087
    @neilmarshall5087 Год назад +1

    You glam rocker you....
    Oh. First. Or last in this case.....🤔🤔🤔