Free Houdini Tutorial: Particle Life in Houdini POPs

Поділитися
Вставка
  • Опубліковано 23 січ 2025

КОМЕНТАРІ • 20

  • @gorantrpkov446
    @gorantrpkov446 11 місяців тому +3

    Gave myself a challenge and tried to reproduce the same set up with pop vop instead of a wrangle. Took a while because "for each" loops with vops are the bane of me. I couldn't figure out for the life of me how to do the acc += dir (or to accumulate the accelerations for all the neighbors), but once I figured it out I started kicking myself for how simple it was. Plus some wrangle functions like "nearpoints" don't exist in vops, instead you need to use "pc find" which works pretty much in the same way. Anyways went a step further and defined a circular boundary of points that have sero acceleration at all time and all the Alive points are strongly repelled by them, so the effect is the petri dish on the thumbnail on this video. Thanks for this video, was a lot of fun and I learnt a bunch!

  • @wallasaurus
    @wallasaurus 11 місяців тому +2

    This was amazing - I tried it out and added some extras like loading the weights matrix from a texture using vex which was new for me, and therefore being simple to have 10 or more "types" - it got me starting to think about how to so this with a shader somehow - I am excited to see huge pool of digital primordial ooze form itself into things dynamically!

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

    Man, I love these kinds of tutorials! Especially all the explanations beforehand.

  • @jan-xyz
    @jan-xyz 11 місяців тому +1

    Oh man! This is gold! Can’t wait to loose my mind tweaking those parameters! Cheers

  • @GhoulSoulToll
    @GhoulSoulToll 11 місяців тому

    I’m pogged like crazy. Thanks bro

  • @pb-fo9rt
    @pb-fo9rt 11 місяців тому

    beautiful!

  • @yonlaycabrera4431
    @yonlaycabrera4431 11 місяців тому +1

    And now for the next 5 years we will have many clients over and over again asking for a cell-like behavior using this tutorial as a reference 😂.

  • @nobody-u-know
    @nobody-u-know 11 місяців тому

    Wow, thanks so much!

  • @KevRyanCG
    @KevRyanCG 11 місяців тому

    Fantastic tutorial, though right at the end I accidentally wrote force =+ acc and it didn't break at all, it just made for some weird circular behaviour.

  • @TheInfinites
    @TheInfinites 11 місяців тому

    Amazing!

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

    Awesome tutorial! I'm pretty new to Houdini (as you can tell from this question!) how would I render this with the octane plugin?

  • @n-re-distribution
    @n-re-distribution 11 місяців тому

    Thank you!

  • @jannesopanen8032
    @jannesopanen8032 11 місяців тому

    Hey! Thank you for very informative and cool tutorial. May I ask what values did you use for the behaviour matrix in the intro video ? Or were those the same you represetend in the beginning while explaining how things work ?

  • @jimjimjim5995
    @jimjimjim5995 11 місяців тому

    Very nice

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

    Any idea why my simulation stops at frame 2400? My timeline is set to 5000 frames. I can't find where the limit is specified. (Is it a Houdini apprentice limitation?)

  • @vanity_ibex
    @vanity_ibex 11 місяців тому

    Im pogged thanks Christopher

  • @M4rt1nX
    @M4rt1nX 11 місяців тому +1

    Blender when?
    I love your explanation anyways. Great insights.

    • @احمدنیری-ح6ث
      @احمدنیری-ح6ث 11 місяців тому +1

      blender may not have the same capabilities
      I quited blender for these things
      anyway I hope there will be one for blender too
      good luck

  • @gakugoto
    @gakugoto 11 місяців тому

    maybe this video help Houdini to make a icrease user 🥰

  • @value_exe
    @value_exe 11 місяців тому +1

    Another amazing tutorial. I was just asking myself if this could also be implemented in openCL for faster and bigger sims. After this video i came accross Tom Mohr's implementation of the algorithm and it's super fast: ua-cam.com/video/p4YirERTVF0/v-deo.html . It would be really amazing to have this kind of speed in Houdini, since there are so many more possibilities with this in H. Thanks for your amazing content !:)