Houdini Tutorial: POP Neural

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

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

  • @TheStefanKrueger
    @TheStefanKrueger 3 года назад +9

    Thank you for a great tutorial!
    I have one tip to make it easier: Instead of building an extra solution to deal with the trail SOP artifacts for dying particles around 21:45 in the video: You could use the trail SOP just as you did for the "nerves" in the first part, and make sure that when a particle is killed, the respective trail points are deleted as well. This can simply be achieved by putting a Point Wrangle after the Trail node, and killing all points which are very close to their life expectancy, it's single line of VEX:
    if ( @age >= @life - 0.05 ) removepoint(0,@ptnum);

  • @Zeljia
    @Zeljia 3 года назад +6

    Fuck. I just paid $60 for a online course package where this was the main thing I was trying to learn.
    Thank you for making this information free!!

    • @alvin3171997
      @alvin3171997 2 года назад

      Which tutorial specifically?

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

    It seems like too 'advanced' for beginner to learn... awesssom tutorial! thank you so much for this!

  • @trumpetplayer05
    @trumpetplayer05 8 месяцев назад +5

    ALSO if you watching with this tut in 2024 using a new version of houdini the file cache part you will need to change it too FILE PATH EXPLICIT to get the way he is doing it without it the simulation will keep going but with changing that one area it will make it work

  • @carlherner9458
    @carlherner9458 3 года назад +1

    amazing cant wait to go through this, result looks great! Thanks for sharing 😊

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

    Thank you! This has been a great learning experience!

  • @enotbert
    @enotbert 3 года назад

    that's crazy! Thanks for the tutorial.

  • @StephaneSOUBIRAN
    @StephaneSOUBIRAN 3 года назад

    Thank you man !!

  • @SimpleandProcedural
    @SimpleandProcedural 3 года назад

    Awesome!

  • @tirth2474
    @tirth2474 3 года назад +1

    Was that Rant by Bo

  • @bUildYT
    @bUildYT Месяц назад +1

    damnnnnnnn

  • @anxhelo7383
    @anxhelo7383 3 года назад

    can u do more tutorials noises please?

  • @seriks82
    @seriks82 2 года назад

    i couldn't get my short trails to flow properly, like they don't interpolate correctly with the timewarp, like it wont animate smoothly down the lines, but the spheres will fine... otherwise, thank you for the tutorial!

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

      the same problem, timewarp does not interpolate length of "small trails" properly and also the length depends on life time of particles

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

      @@zappbngot it fixed?

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

      Got it fixed?