Houdini Tree Swing Vellum Solver Tutorial

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

КОМЕНТАРІ • 17

  • @XpLiCiiTMedia
    @XpLiCiiTMedia 4 роки тому +1

    I actually like the fact you don't have everything 100% perfectly go as planned or per the script. It shows you trying to work stuff out at the same time as us and it gives us a but more time to understand your process thus being a more informative tutorial in my opinion. I think it's much more natural.

    • @CGINerd
      @CGINerd  4 роки тому

      Thank you so much! I appreciate the feedback!

  • @joeyparenti7815
    @joeyparenti7815 3 роки тому

    can you make a video on how to make sub networks

  • @jellyduck100
    @jellyduck100 5 років тому +1

    That looks very unique 3D, so fascinating!

    • @CGINerd
      @CGINerd  5 років тому +1

      Thank you! I appreciate it! :)

  • @Claudiosnake1998
    @Claudiosnake1998 3 роки тому +1

    attach doesn't work

  • @kirandev
    @kirandev 5 років тому +1

    thank you! its great.

    • @CGINerd
      @CGINerd  5 років тому

      Awesome! So happy you liked the video!

    • @kirandev
      @kirandev 5 років тому +1

      @@CGINerd lol I won't open Houdini without cigarette and tobacco dip in my mouth. Damn I don't how you people work without getting bored. Anyway this is greatest channel in UA-cam for Houdini.

  • @kbrodeur
    @kbrodeur 5 років тому +2

    All that to animate a swing. Maybe... animate it instead? Interesting idea behind other more complex automated things.

  • @Claudiosnake1998
    @Claudiosnake1998 3 роки тому

    confusonary in the first part, i just throw 30min, and i have the exam in 5 h

  • @NabilJabour
    @NabilJabour 5 років тому +1

    Thank you sir !

    • @CGINerd
      @CGINerd  5 років тому

      Totally my pleasure 😁👍

  • @photoindra
    @photoindra 5 років тому +1

    Great tutorial. Is there a way to seamlessly loop this vellum simulation? I mean It's Houdini so there is obviously a way :) Just wondering what the easiest way to do that? Bake animation to cache file and then try to loop with timeshift? Or something simpler?

    • @CGINerd
      @CGINerd  5 років тому

      That is a great question! I did a little searching and found this video: ua-cam.com/video/FmzMlh_v7kk/v-deo.html I think with some tweaks it should work with vellum. I hope this helps. I may try this in the future. Thanks for the question. 😁👍

  • @littlad
    @littlad 4 роки тому

    At 15:00... $NPT doesnt work any more in houdini. A lot of the hscrip got phased out. You want to try to something like npoints("../line1")-1
    Alternativly, just hit the cog wheel on the groupbyrange, select "add spare input", then drag and drop the line into there and suddenly you can refer to that as the "-1th" input, so npoints(-1)-1

    • @littlad
      @littlad 4 роки тому

      So other HSCRIPT expressions still work, like $CR, same as @Cd...