Instancing Objects With Random Rotation and Scale in Houdini

Поділитися
Вставка
  • Опубліковано 23 сер 2024
  • Copying objects to points with random rotation and scale is one of the most useful skills to have inside Houdini. In this video we go over two different ways to do this. One with the copy stamp node and then with for each loops.
    Leave a like and a favorite if you enjoyed. Subscribe if you want to.
    Please let me know what you thought of the video.
    Follow me-
    / stormzedits
    / mindofstormz
    www.artstation...

КОМЕНТАРІ • 13

  • @flux2787
    @flux2787 2 роки тому

    Thank you for this tutorial! As a beginner I really appreciated the in-depth explaination and showing 2 methods as well. :)

    • @Lesllee
      @Lesllee 2 роки тому

      yea, that`s helpful

    • @InsideTheMindSpace
      @InsideTheMindSpace  2 роки тому

      Happy to help. Welcome to Houdini. Feel free to join me discord as well. If you run into issues and need help with things its easy to ask questions there and get answers

  • @awesomeguitarshorts
    @awesomeguitarshorts Рік тому +1

    Thanks a lot. Great help.

  • @aufgespielt3768
    @aufgespielt3768 2 роки тому

    Hey! Thanks for the little Turorial. It helps a lot. My Question. Is it possible to merge multiple Objects / geometry / meshes to fill a geometry by Points, buuut use only the objects with the perfects size on the edges to fill it out. In my case I need this to transform a Mesh into different Lego Bricks. But in my case I will use different Lego Bricks like Slopes to fill / Transform my Geometry perfectly on the edges.

  • @dongxinjiang1770
    @dongxinjiang1770 Рік тому

    what's the difference of this method with adding a --- orient before

    • @InsideTheMindSpace
      @InsideTheMindSpace  Рік тому

      There's not a lot of difference. Different methods allow for different levels of control. Either way works.

  • @0x0abb
    @0x0abb Рік тому

    I am using the latest Houdini 19.5 - I think it is - There is no Copy Stamp...?

    • @InsideTheMindSpace
      @InsideTheMindSpace  Рік тому +1

      The copy stamp was removed. You can still use the for loop in order to achieve this

    • @0x0abb
      @0x0abb Рік тому

      @@InsideTheMindSpace but in this video, the loop also used the stamp tool

    • @InsideTheMindSpace
      @InsideTheMindSpace  Рік тому +1

      You should be good to use a copy to points in the foreach loop because we aren't accessing any of the copystamp functionality in that setup. You can also use a pscale attribute and vector4 called orient to do the same things. Maybe I will update this video now that Houdini has removed the copystamp. Feel free to join my Discord if you haven't already if you have issues and I can help you there

  • @cihankenar1
    @cihankenar1 Рік тому

    so in H19 there is no copy stamp, how do we do the same in H19?

    • @InsideTheMindSpace
      @InsideTheMindSpace  Рік тому

      The copy stamp was removed but you should still be able to achieve the same result with the foreach method and a regular copy to points node. You can also create a pscale and orient attribute to drive the scale and rotation but that is a little bit more complex to understand. Specifically the orient attribute is more complex to understand.