HOULY hip file over on Patreon

October 24, 2020Uncategorized No Comments

All my hip files from Houdini’s HOULY challenge is over no Patreon and it’s available to patrons of all tiers. Big disclaimer I am working fast and dirty so some of it might be a mess and have some weird workflows. Some files use HDRI’s and I can share those or other external textures unless I made them myself. 

Week 1 , Week 2 , Week 3 , Week 4 , Week 5

Add Some Sugar

May 10, 2020Uncategorized No Comments

I put this shot together for fun using some of the methods from my resent tutorials. Might render this from more angles and I will add some breakdowns and stats later.

It is all done in Houdini and Redshift.

VEX: Spinning Particles

April 4, 2020Uncategorized No Comments

The titles should really be how to rotate the orient attribute but spinning particles is more catchy. Rotation can be a tricky beast and when it comes to particles there are a bunch of ways to control their direction, and when you are stacking multiple rotations things can become a little hairy! I suggest using quaternions to control direction because the qmultiply function makes it very simple to modify the current orient.

(more…)

Groups to Attribute with VEX

January 9, 2020Uncategorized No Comments

Today at work I was loading some really heavy geometry into Houdini that needed FX added to it. Its came in from Maya with thousands of primitive groups for different numbered parts of the geometry. If you tried it before you will know that unpacking heavy geometry with a lot of groups is any easy way to fill up your ram. In this cache filling 64GB and the cracking Houdini after filling the swap as well.

(more…)

Quick Tip: Rounding To Decimals

November 17, 2019Uncategorized No Comments

This is going to scaling sets of numbers so if you are bored already now is a good time to go and browse something else. A friend at work asked how do I round a set of values to the nearest value with an increment of 0.5. Why would you want that you might ask? Its useful for scaling data by specific increments like for driving values along a curve.u value to create stepped noise without using a ramp. Here is how you do it.

(more…)