It’s a SOP Solver, so just do your group masking the SOP way 🙂 Specifically, set the group mask on your wrangle nodes to @name=boxes* or @name=spheres*. You really only need a single SOP solver (with Data Name and Group back to default) with as much wrangling per-group as you like inside of it. I really like to keep it simple and keep all of my packed geometry coming from a single SOP source into a single RBD Packed Object. Do as much as you can with SOP-type workflows, avoiding DOP anachronisms at all costs.
Category: hou-effects
Archived post by TOADSTORM
fluids are a shitload easier to solve when you can assume that they’re incompressible. with that assumption in mind, what you don’t want is fluid velocities that are pushing into each other or away from each other, because this would result in fluid densities increasing in some areas and decreasing in others… i.e. compression.
the non-divergent projection iteratively goes over your velocity field and finds ways to redirect those velocities so that they’re not going to result in an increase in pressure. this redirection manifests itself as swirly behavior, which is typically what you want with fluids.
you could see this pretty quickly in action with a 2D pyro sim… make a little ball of gas and apply a uniform outward force from the center. without the non-divergent projection step, the gas would simply expand. with it, it instead starts to swirl around itself in an effort to not increase or decrease pressure.
i’m probably leaving out details that one of you actual smart people can fill in, but that’s my understanding of the process
Archived post by Bender
Eckharts dot product pyro disturbance thing
try now?
Attachments in this post:
http://fx-td.com/houdiniandchill/wp-content/uploads/discord/20191212/06/19/Smoke_DotProductDistortion.hip
Archived post by trzanko
lil bit of triangle stretch and skin sliding + bend plasticity
was kind of all about finding the right balance of attach stiffness and slide
if you stiffen the slide and loosen the constraint you get bigger folds
and if both stiff you get really fine wrinkles, could be really cool to run on a face or hands
Attachments in this post:
http://fx-td.com/houdiniandchill/wp-content/uploads/discord/20195512/06/19/skinSlide_v001.hip
Archived post by Solitude
😄 k
speaking of…
www.igorfx.com/hou_adaptive_flip/
Archived post by TOAD$TORM
@NickTaylor just posted this awesome guide to tweaking Bullet sims on Twitter: nicholas-taylor.com/assorted-bullet
sorry if i’m calling you out but this is cool shit
Archived post by trzanko
there’s a pretty neat trick to getting noisey edges without the rbdmaterial fracture sop
the stuff they do in rbd material fracture to compute the intersection planes is pretty intense
so there’s this as an alternative
doesn’t pass every test
but with some love it can get pretty nice results
excited for the guiding stuff, rolling my own on a job rn and would be interested to see their approach ( it’s for sure better haha )
i imagine their guiding method point deforms a tet mesh to the anim geo, and then perhaps they extract a rigid anim xform off the derivatives of the rest / anim tet deformation, and activate pieces by the difs in the rest / anim xforms; shear, scale, rot difs, etc
Attachments in this post:
http://fx-td.com/houdiniandchill/wp-content/uploads/discord/20195411/07/19/edgeFrac_trzanko_v001.hip
Archived post by mestela
neato, bubble solver for houdini: https://twitter.com/sergenern/status/1180889052859555842
ah geez, its the same guy who wrote the ‘how to model clouds’ blog entry and the ‘how to write your own pathtracer’. what a megadude. sergeneren.com/2019/10/08/bubbleh/
Archived post by Bender
@mr5iveThou5and whipped up this cheat sheet: mrkunz.com/blog/08_22_2018_VEX_Wrangle_Cheat_Sheet.html
(posting for re-gemming)
Archived post by Sasa Budimir
Little trick for those nasty gaps and weird sim behavior in vellum when using attach to geometry constraints. Say you have some vellum sim and want to attach few lines/hairs to it in the second sim (using the first one as collision). There is always a small gap between attached points, and after some time I figured it was due to collisions between those points that is forcing them apart, and causing some weird motion. Easy fix is to just disable collisions on those points that are going to be attached with: `i@disableexternal = 1;` Little GIF that hopefully illustrates things better (or not).
Attachments in this post:
http://fx-td.com/houdiniandchill/wp-content/uploads/discord/20192910/24/19/disable_collision_vellum.gif