Jake Hamill

jakehamill

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Accidentally deleted the tmp folder in my app data. Starting to get error "Cannot find OTL source" March 25, 2019, 11:41 a.m.

Not sure if I can just make a new folder (or what to call it) or if I need to go onto the command line.

Trying to instance feather geometry onto animated lines. Feb. 20, 2019, 1:09 p.m.

toadstorm
You can't deform geometry with the Copy SOP like this… not only are your feathers packed, which means you can't deform them without unpacking, but the Copy SOP only cares about point attributes on the template points, not the state of any other points connected to them.

What you probably want to do is copy a straightened version of your feathers onto the root points of straight lines, and use that as the “rest point lattice” state for a Point Deform SOP. Then use your Point VOP to deform the lines, and use that as the “Mesh to Deform.” You'll unfortunately need to unpack your feathers for this to work, which is going to result in a pretty serious performance hit, but you can't really deform packed instances unless you want to get weird with your displacement shaders and deform things there.

Your other option would be again to output a mostly straightened feather, then to pre-animate the full range of motion for a bend, and save that as a .bgeo sequence. Then load your feather back in as a Packed Disk Sequence, copy those feathers to points, and instead of deforming lines, you could use point attributes to drive the `frame` intrinsic attribute of the feathers, which would bend them according to their local orientations. Definitely not the most flexible solution, but it might work for feathers that are more in the background.

Hi Toadstorm, I'm so sorry to bother again but you've been so much help! I've been working on your first suggestion of unpacking and using a point deform. Down to the point vop I'm getting some really nice fluttering on the barbs but it's kind of stretching it in the Y and not so much bending. I'm going to have a lot of feathers and render from a bird-eye view so it might not matter a ton. Whenever I enable the point to deform though it clumps the feathers together, and I can't seem to figure out why. Also, I know the resting point of the feather is still curved but I was hoping to focus on that once I get the bulk of the deformation working. I was hoping that you might be able to take a peak for some tips if that's possible. As a thank you I'd be happy to venmo you a few bucks for a meal or something as I really appreciate your help.

Trying to instance feather geometry onto animated lines. Feb. 17, 2019, 5:40 p.m.

toadstorm
If you're going to use custom HDAs in your hip files, you should probably embed the definitions before sending them to anyone else.
Unlock the HDA, then in the asset manager select configuration > save definitions of unlocked assets to hip file.

Oh, I got yah! Ok, this one should work.