![Javier Toledo](/img/default-banner.jpg)
- Видео 14
- Просмотров 8 033
Javier Toledo
Добавлен 2 фев 2006
Видео
houdiniPill_04 Random vectors using the sample functions VEX
Просмотров 4914 года назад
In this houdiniPill I'm going to take a look into the sample functions. These are great tools for controlling vector randomization. I hope you enjoy it! Sorry for the delay releasing this one. I've been quite busy with studio work...
houdiniPill_03 Curve banking using VEX
Просмотров 1,1 тыс.4 года назад
In this third houdiniPill we'll see some basic vector rotation. The idea is to create a procedural banking system that detects the curve's rotations. This is a basic setup so it can be followed without deep houdini knowledge. This was a setup I did for an old project, I hope you find it interesting!
houdiniPill_01 Custom solver
Просмотров 3534 года назад
In this first houdini pill we are going to create a very simple solver that will make spheres grow until they hit each other. It's an easy tutorial but some vex and basic houdini knowledge is required. I hope you like it, more coming soon!
houPyPills 03 - Widgets
Просмотров 4824 года назад
In this video we will add the widgets to interact with our tool. These are basic building blocks in any ui.
houPyPills 02 - QDialog creation
Просмотров 7794 года назад
In this video we will create the window that will hold our tool. We will create a class that inherits from the QDialog class. This is a very basic setup that will be useful in many tool ui creation.
Houdini plotter (VEX, python , arduino)
Просмотров 2714 года назад
I fixed a couple of precision errors and here's the result. It works really nice now. Geometry created in Houdini, exported to the sd card using python. The machine is custom built and controlled using arduino code written from scratch. Really fun to develop and implement. I hope you like it =)
houPyPills 04 - Layouts
Просмотров 4144 года назад
Layouts hold and organize widgets. In this video we will learn about horizontal and vertical layouts and the form layout.
houPyPills 07 - Methods II
Просмотров 2324 года назад
Second video about methods triggered by signals.
houdiniPill_02 Julia sets using VEX
Просмотров 2684 года назад
This houdiniPill is about using VEX to create fractal patterns. Julia sets are fractals created by testing if complex numbers don't escape a radius of 2 in the complex plane iterating every position on the plane through certain function. We will use point coordinates as complex number components, this will allow us to treat them as regular vectors. You will learn how to use VEX to create loops ...
houdiniPill_05 Maze generator in VEX
Просмотров 1 тыс.4 года назад
Hi! In this houdiniPill we'll build a maze generator in VEX using the recursive backtracker algorithm. It requires some vex knowledge as usual but it can be followed easily using the help docs to get info on some of the functions. We'll use arrays and quite a few different functions along the way. There are many ways (and cleaner) to create this. I hope you like mine =) Bye!
houPyPills 01 - File structure setup
Просмотров 1,6 тыс.4 года назад
This is the first video in this short series about creating a simple houdini tool using Python and Pyside2. We will create a tool that renames nodes as we type. You will learn basic pyside concepts to help you get started creating tools with pyside ui in houdini. This video is about setting up the folders and variables to keep our tool properly packaged and organized.
houPyPills 05 - Signals
Просмотров 3414 года назад
Signals connect our ui with methods that execute specific code in different events. This is the key element in the tool interactivity.
Appreciate the tutorial. Helped me understand Qt stuff better. Hope you were still making more python+houdini tutorials. :)
love the lessons. How did you create a tab menu for the shelf tool? it seems you missed mentioning it.
I have done it by right clicking the shelf tool -> 'Context' -> then typing a menu name in 'TAB submenu path'
amazing tutorial! thanks!
this video is a gem
this is fantastic, thanks!!
Very nice, thanks!
wonderful, thanks!
great, thanks~
Thanks so much!
I love you so much, my professor😆. Thank you for sharing your knowledge. 🏆
amazing tutorial,thank you.
Thank you so much for these videos! It's the only resource I've found that explains this stuff step by step. Extremely useful for building tools in Houdini.
Thanks for the sharing!
Very elegant and impressive. Thank you!
Very nice tutorial thanks for sharing ! i'm intringued by the render at the end , did you keyframe the speed of the little 'wagon' or it can be achieved by tweaking the vector too ?
Cool. It's hard to setup this workflow?
very very helpful! Thanks . I love it
Thank you! I've been trying to figure out how to do this and could just never get it right.
Thanks for your videos. I like your channel and watch all your tutorials. Please post more videos How can I remove color on the gird , only keep color of the fractal.
thanks for sharing your video. Please more details I did the same but still got stuck. Please post the hip file if possible.