This short tutorial ist inspired by the amazing work of deskriptiv. Seriously one of the most inspiring artist collectives I’ve come across in the last year. What (in my opinion) is being done here is a curl noise flow around a given surface that is then converted into a volume and subsequently blurred and meshed as polygons. And this is exactly what we’re going to build. The setup should be versatile enough and accept most shapes as input geo. Also curl noise is heavily tweakable so a multitude of flow patterns are possible with this one. Have fun!
Pingback: Curl Noise Flow Houdini tutorial - Inside 3d News | Breaking Models Blog
thats so gooooooooooooooooooood. thank you ENTAGMA. I LOVE YOU.
Piece of art!
Thanks a lot, i really enjoy this short rich tutorial
wow, I did something similar in processing but it never looked like this 😉
just a minor gripe: in the beginning you talk about particles/points beeing rotated by the vector field. aren’t they actually translated? point advection means exactly that. am I missing something?
I love entagma guys, thanks a lot!
Hi Stephan, thanks for pointing this out – maybe I was a bit unclear about that. Curl calculates the rotation of a vector field. What we do is use this information to actually translate points when doing advection. Thanks again & Cheers, Moritz
Ah, I get it. and now that I do you kinda say it in the video 😉
Thank you!
Think I could have been clearer. I’ll try being more explicit in upcoming tuts 🙂
Cheers, Moritz
Awesome video guys. Very informative. I’m feeling like using Houdini since long time.
With my best wishes!
Absolutely loving it so far! Best quality houdini tutorials on the internet!
Thank you so much! These tutorials finally gave me the push I needed to get into learning houdini. Looking forward to what you guys will come up with next!
Awesome..
How about to create a similar effect as in “your” Terra Mater project, but with Houdini?
It would be interesting .. 😉
Thanks.
https://www.aixsponza.com/projects/terra-mater/
There’s a shortcut to this where you don’t need to use the sop solver with vdb advect. Just place a ‘volume trail’ node down instead. You’ll get the benefit of near instant feedback too. You might have mentioned this in the video but I don’t have my headphones handy.
Great tutorial, thanks for putting it together. Been using Houdini since 1.0 alpha, and it’s good to see stuff like this to keep up with what the kidz are doing.
Thanks for the heads up! Especially appreciate it coming from an experienced Houdini user. Cheers, Moritz
PLEASE keep making more tutorials, these are amazing! You’ve helped me so much.
Hello!
Another option to get that Melted effect without loosing so much information would be a ReshapeSDF sop set to Close ( its pretty fast too).
Huge Thanks for you tutorial guys!
Nice one – yes, that’s also quite a nice workflow!
Cheers,
Moritz
This is really brillian! Thank you so much!
Hi guys, love this tutorial! I want to do an animated version, but when I try to export it as abc. and I open it in c4d, the file is just empty. Right now I’m exporing from the vdbsmoothsdf node into a rop_alembic but It doesn’t work. Whats the smartest way?
I need to export it as polygons in some way…
Thanks! <3
Hey Elias,
have you tried converting the VDB back to polygons before export? You can do that using a convertVDB-node set to polygons. Maybe that helps…
Cheers,
Moritz
hello,
first id like to say that you guys make great tutorials! I am very very new to Houdini and wondering how I could input my own geometry instead of using the test geometry rubber_toy? Thanks!
Yes, sure.
Create a FILE node, open you .obj or .fbx etc from there and connect it to the existing transform node.
Hallo,
Is there a way to animate the noise?
I tried by keyframing the offset values (in the curl noise node).
Thanks!
Hey great tutorial as always,
Having a problem with the render tho. when i convert it back for polygons with the convert vdb i have massive spheres everywhere in the render view port. any clues why?
Thanks Andy
Where do I share the stuff I make form your tuts? I have quite a few now, I have been watching you guys non stop for the past week 🙂
Hi entagma,
You guys, helped me a lot! Thank you for your labor. I inspired by this tutorial and this work came out. ^.^
https://www.behance.net/gallery/66650723/Other-People-2018
cheers
Thanks for the link (and sorry fot the quite late answer). Lovely to see these setups being used 🙂 Especially fond of the tribute to your late aunt!
Keep it up!
Cheers, Mo
Hello, how to make it colorful like previous tutorial? different threads different colors
Hi Stratonaut,,
sure, no problem! Just append a connectivity SOP after the trail and use the class attribute generated by it to color the trails (e.g. by using a color SOP set to ramp by attribute or random from attribute).
Cheers, Mo
Total newby question but how might one texture a network like this? I just want to add 1 simple color to this and am not sure how to start. I am far from home with Houdini and am coming from Blender on this haha!
Hi Krane,
just append a Color-SOP after the Scatter-SOP and dial in any color you like.
You’ll have to reapply the colors after the whole VDB-remeshing part though:
https://www.dropbox.com/s/7ho7fxn48tzzg1f/curl_noise_trails_004.hipnc?dl=1
Cheers, Mo
Thank you so much!