Houdini Tutorial - Radial Menus - Speed up your workflow and save time using Radial Menus in Houdini

Поділитися
Вставка
  • Опубліковано 21 сер 2024
  • If you like this, visit www.parameter3... for more Houdini tips and tricks.
    In this fast and quick tutorial, I'll discuss how and why you should be using radial menus in Houdini in order to speed up your workflow. Many times, Houdini users hit tab to get some of their favorite nodes, or use the shelf tools. This can be slow if you do it over and over again.
    By using radial menus you can speed up your workflow dramatically by accessing your favorite nodes in just a couple clicks. Watch this tutorial video to discover how it all works.

КОМЕНТАРІ • 15

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

    This is really useful, almost makes me wanna model things in Houdini ;-)

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

    You really are an artist!🔝💫

  • @TomCushwa
    @TomCushwa 2 роки тому +1

    You can extrude in the X Y or Z axis by clicking the "Transform extruded front" box in the polyextrude node. You don't have to put down an attribAjustvector node although that is pretty cool.

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

      ah super good tip! Thanks, I didn't know that.

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

    I enjoyed watching the video,, Looking forward for a great opportunity to learn from your channel, . 😊👍👍

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

    Thanks for the tutorial! Good stuff

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

    I use the network ones a lot

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

    lets see some basic procedural modeling tutorials! :)

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

    Super helpful! Yay!

  • @strangeapprentice
    @strangeapprentice 2 місяці тому

    This is great! Where can I get more phython scripts for modeling? That would be awesome

    • @mrbennelson
      @mrbennelson  2 місяці тому

      Tbh I don’t know of any specific sites with premade scripts. You can always try coding your own, using the Houdini hou Python module documentation will help.
      Also depending on how comfortable you are coding, you could always try ChatGPT or any LLM and see if it can generate some scripts you are wanting.
      LLMs can be great for things like this, but I usually have to edit the code manually as there are errors some of the time.

  • @rd-cv4vm
    @rd-cv4vm Рік тому

    Can you add your own hda?

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

    Cool! - and what is more prefferable to know: python or vex in houdini?

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

      That depends on your use case -- I primarily use VEX for doing a lot of effects or things that already use the houdini nodes (aka tools).
      That being said, if you want to create your own nodes (hdas) then knowing python is pretty useful for programming functionality into ui controls such as buttons.
      I'd say focus first on creating whatever you want to create, and then you'll find out soon enough when you need to use some vex vs python.
      I hope that is helpful.

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

      I'd say that if you're comfortable with vex, you have a strong starting point for python, and vice versa. pretty much no worries there. I use vex in almost every one of my projects, so I think vex is more solid as a first.