Jump to content

Search the Community

Showing results for tags 'FLIP'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Lounge/General chat
    • Education
    • Jobs
    • Marketplace
  • Houdini
    • General Houdini Questions
    • Effects
    • Modeling
    • Animation & Rigging
    • Lighting & Rendering + Solaris!
    • Compositing
    • Games
    • Tools (HDA's etc.)
  • Coders Corner
    • HDK : Houdini Development Kit
    • Scripting
    • Shaders
  • Art and Challenges
    • Finished Work
    • Work in Progress
    • VFX Challenge
    • Effects Challenge Archive
  • Systems and Other Applications
    • Other 3d Packages
    • Operating Systems
    • Hardware
    • Pipeline
  • od|force
    • Feedback, Suggestions, Bugs

Product Groups

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Skype


Name


Location


Interests

  1. Currently, the SOP Flip is being used to create a sea. I am using Narrow Band to simulate the interference between the waves and the ship, but I want to make the Band Width thicker because the splashes are not thick enough. I went into the node and adjusted the Band Width of the Flip Solver in DOP, but when I change it from the default, the Narrow Band effect disappears.
  2. Houdini FFX Collection Get it here: Gumroad: https://davidtorno.gumroad.com/l/ffxcollection FFX Collection is a collection of scene builds and techniques for the intermediate users of Houdini. Those looking for quick setups, wanting to get more familiar with VEX use cases, and wanting to get started in Karma and Material X. This collection of “presets” as it were showcases a variety of topics within Houdini. Builds include FLIP, RBD, Vellum, POP, Pyro Solver, SOPs, LOPs, TOPs, Karma, and Material X. All renders use 100% fully procedurally generated textures created with Material X noises. The only exceptions are the test geometry textures which are directly read from their HDA embeded jpg textures. The HDA is a simple drop down list of all fifty builds, of which you choose the one you want and click “Build It” to have the tool generate the entire build for you. By default there is Network box organization to help understand the flow and processes that are occuring. Additionally there are annotated tips, and helpful explainer sticky notes to help inform an techniques used. These annotations are also optional and can be turned off before building the network. For those wanting to dive straight into everything there is to offer, there is a “Build All” button to create all 50 builds. This option will have each build turned off by default, so as to not overload your machine with too many items trying to cook. All builds involve various techniques and useful information. Each “category” is defined by the primary method used for the solution used. Be that by SOP nodes directly, VEX code, VOPs network, or even by simulation type like Vellum, Flip, RBD, or Pyro. Vellum does have a few builds under the VEX category as well. Builds include: FLIP Attraction To Curve Shape FLIP Fill Solid Object FLIP Melt Object FLIP Object Surface Advoidance ForEach Incriment Point Count Per Curve ForEach Poly Reduce Pieces By Volume Attrib ForEach Stacking Random Cubes PyroSolver Geometry Ripples PyroSolver Pyro Color Change Over Time PyroSolver Pyro Color From Texture RBD Activate Pieces RBD Apply Proxy Sim To HiRes Source RBD Attraction To Curve Shape RBD SOP Emit Every X Frames RBD V W Constrained Axis SOPs 8Bit SOPs Cull Random Curve Segments SOPs Dissolve Curve SOPs Dissolve Geo SOPs Echo Curve SOPs Post Shrink RBD Pieces Over Time SOPs Stone Path Vellum Animate Restscale Via Attrib Vellum Basic Fluid Cloth Two Way Coupling Vellum Cloth Flows Along Curve Vellum Define Cloth Ripping Vellum Flag In Wind Vellum Inject Geo Over Time Vellum Paper Whirlwind Vellum Spheres Expanding In Box VEX Blend Mask VEX Cull Back Faces VEX Custom Guides For Vellum Hairs VEX Falloff Radius Around Curve VEX Geo Look At Target VEX Geometry Ripples VEX Guided Infection VEX Per Poly Transform Via Particle Proximity VEX Per Prim Rotation Around Edge VEX Repeat Ramp Values VEX Ring Waves With Falloff VEX Rotating Grid Tiles VEX Sin Cos VEX Sliding Points Along Curve VEX Vellum Dangling Cables VEX Vellum Sim Forces From SOPs VEX Vellum Source Emission Instancing VEX Voronoi Fracture Animated VOP Blend Mask VOP Orientation Along Curve
  3. Hi, I'd like to set up a simulation where there's a small container, and half of it will be filled with liquid. The initial state of the liquid should be static, like a cup of water left on the table for a long time. Then I'll introduce a rigid object to collide with the liquid. Sounds simple, right? But what's puzzling me is how to achieve the static state of the water before the impact of the rigid object. I created the container and converted the lower half of its volume into flip particles, then applied gravity. What happened next was that the behavior of the particles at the collision volume junction wasn't as normal as expected. They kept jittering, and as the simulation continued, the jittering became even more intense. Whether it's what I expected or what happens in the real world, the water should become more and more static as time goes by. However, with gravity turned on in the DOPNET, I can't make them completely calm. I found that if I adjust the size of the flip solver volume limits to replace the role of the container and turn on the flip object's closed boundary option, the particles at the boundary junction don't jitter as much. As time passes, the performance of all fluid particles becomes increasingly calm. This is exactly the effect I'm looking for. However, this method only works with cube-shaped containers. If I use a spherical or tubular container, it doesn't solve the problem. So, how can we truly eliminate the jittering of flip particles at the collision volume junction? Below is my .hip file. Thank you all very much. TANKtest.hip
  4. Hi, I was wondering how to approach this effect since I tried an approach using particles on a flip solver and on top of that adding a pyro simulation to recreate the mist. But I'm having trouble to achive the "cone" look (attached image) since it keeps spreading and losing power while the particles travel. Thank you for your time and any idea is welcome!
  5. Hey, I have 2 Flipsources and want to change the color if they get close to each other. I´ve tried splitting the two sources and using a MOPs Object Falloff in a Sopsolver, so i they get close to each other a Mask should be created. It´s quite buggy and doesn´t quite work. The marked areas should get masked, the HIP Files attached. Does anyone know a fast way, perhaps a FLIP node i´m missing out? Interacting_Flipsource.hipnc
  6. Okay I feel like this is a pretty meaty topic. I have been working on it for ages and i cant find a solution. I have made a pretty elaborate clip colour mixing sim. Folowing somthing similar to this ==> Its a pretty well known set up but I wanted to add a colour infection setup into this. As the mask travels through the fluid it grows using a infection based solver. I though this would be easy and made a solver on scattered points that works fine. Until you put it into a sop solver using animated points. I can get a nice natural looking growth. So my question is if anyone else is familiar with doing something like this? I can get a scene file ready but my current one is pretty heavy. Any help and feedback is more welcome. I have also tried doing the growth set up in a solver after the Flip sim as well FYI.
  7. My popular Custom Velocity Forces class just got UPGRADED! Previous students enrolled should already see the updates now. For new students you can enroll here: Learn more Thanks for the all the support everyone! Updated promo video for the class:
  8. i try to create this effect with flip simulation but I can't.... pls help me https://www.youtube.com/watch?v=DHRSkRLJpqU
  9. Hey, quick question: do you know if you can make flip particles stick to an SDF surface? When I try the usual workflow it fails completely. Is it actually possible at all? So just emiting flip and stick it to a deforming surface when having contact.
  10. Hi. I am testing FLIP sop, in particular "flip configure lava". As a temperature input "anoise" was used. I would like to animate it but when you animate anything outside the solver it is obviously not updated within a sim. If I were about to make it with dop network I could have make a wrangle with a reference to sop level animated noise. But FLIP sop converts geometry already inside solver so I can't refer to any point attribs as long as particles sims are implemented already inside solver and don't exist on a sop level. My question is how to animate any attributes inside flip sop solver?
  11. Hi all I'm stuck with this. What is the best way to mix two fluids that have different parameters (i.e viscosity)? Both will have different shadings. Any ideas. Attached reference scene. Thank you very much to all Mix_flips_RnD.hipnc
  12. I have attached my Houdini file, containing my simulation for a paint along my logo. I am using FLIP Fluids and multiple collision objects. I don't think this is the best way, manually key-framing multiple objects against a flow object, and I don't know how to achieve a constant flow. Please give suggestions. Many thanks! https://drive.google.com/drive/folders/1nStkBKHvVOi8k6e8A_uOLiCwCafBLvBY?usp=share_link
  13. Hi... I have created a scene where ocean waves hit sand... Used the beach tank from Oceans tool shelf. In order to accomplish the wetmap on sand I have taken the following steps: 1) Cached out the fluid surface cache 2) Scattered points on the fluid surface and added @wetness = 1 attribute 3) Used group bounding box delete to only keep the points near the shore 4) Scattered points on the sand surface and added @wetness = 0 attribute, points inherit UVs from sand - note sand geo has UV textures applied on the diffuse and other channels. Y axis projection, scale = 15, 15, 15. Resolution 8K. 5) Created another geo and object merged from #2 and #4 6) In that geo created a solver that: - copies wetness attribute from previous frame of the sand-scattered points onto current frame - uses attribute transfer to transfer wetness from fluid particles 7) This works great... so I have points scattered on the fluid particles transfering wetness attribute to points scattered on the sand particles. But how do I convert that into an animated map that I can load onto the original sand object? How do I blend that map with existing textures? - I have tried to follow a tutorial where author created a vopcop2 generator in img context and created the flow in VOP as per attached file - But this is not really working well... (a) its very slow (b) I get a small something that doesn't seem to animate or read the exact details of the points. Is there a better way do do this? One that might actually work? Huge thanks.
  14. TOPS PDG question. What are some common causes for your TOP network render to fail (no tasks completed) even though there are no errors ( all green icons)? This happens repeatedly for me when running a FileCache TOP on a simulation. All tasks get executed very quickly but nothing is cached. Doublechecked and my DOP Network and Default Object paths are correct.
  15. Hello guys I'm building an lazy mood river I saw an reference that would fit exactly what that i need, it is something like those diffefent water flows. I'm wondering how to achieve this Pyro smoke 2d custom flow??
  16. EDIT* Solved... sort of... it seems that you can't do it in one sim. First do an rbd with forces pushing up below the "waterline" and down above it to simulate gravity. The do a low res flip using the rbds as coliders. Then advect a new rbd sim with those velocities. Then do a high res flip. So lots of back and forth... Hello! How do you achieve this sort of thing? https://vimeo.com/153607646 or https://vimeo.com/312753480 I can get fractured rbds to float on water but i can't get them to work when I try do do it with constrains and colliders like the above examples. I have a scene with fractured geo (using material fracture sop) and a dopnet with geo as a "fractured object" (not packed) . This is held in place with glue and pin constraints. I have the flip (flat tank) solver feedback set to 1 (I've tried all different values, 0.1-10) and the merge set to mutual. everything is using volume collisions. I have the fractured geo plugged in to the "merge collisions" in the in the fliptank initial wavetank but i've also tried changing the waterline so there is no intial contact between the rbds and flip. It explodes. The fractured object pieces fly off or sink and the flip is out of control (overreacting to the rbd pieces). Thanks in advance!
  17. Hi Everyone! I've working on this effects (see the reference above) for a couple of weeks now but I still haven't grasped the proper way to achieve it. I have tried ocean spectrum on deformed mesh, and I have tried to built a collision geo and use some particle velocity as wake to parting the river. But none of them seemed worked very well to me. I wonder if someone could help me to with this? Thank you!
  18. I intend to use the value of Flip's Vorticity to trigger new particles to simulate the bubbles. It is not a white water system. They can affect each other, just like the role of Realflow's Filter effect.
  19. Be sure to check out the course at https://www.cgforge.com/course/fluids-i Cheers!
  20. I'm trying to animate this honey scene and wondering how I can improve the scene to feel more natural. It's still too nervous to be production ready and doesn't feel super natural yet. Any ideas? meshed-.mp4meshed-.mp4
  21. I'm trying to replicate this effect to learn. I've attached the ref and my flipbook. Feels like I'm close from a setup perspective? Wondering what I could do differently so it feels more sandy. I'm using a flip sim advected by a AA Flow Noise Velocity field. Somehow I don't get the same "sandy" look. Any ideas how to get closer? sand-flip.mov sand-ref.mp4
  22. Hi everyone, I have a question about flip sim as I am new to flip sim. Here is the Flip sim what looks like now. but What I am achieving is, -A Character I got from Maximo (Sonic) jump into the ocean and stick Sonic's head out of the water. What's issues I have are, -FBX's character animation doesn't show up in DOP. Static character slowly sinks into the water, with less splash than video I attached. I have done FBX Character Import, BoneDeform, OUT as null and paste into SOP path in RBD object. -How can I make stick the character's head out of the water from the bottom of the water tank? Probably make switch for active/non-active in RBD Solver? Sorry for my poor English. Hope some attachments makes sense what I am trying to say. Thank you! Houdini File Water_Tank_vODF.hipnc WaterTank_v002.avi
  23. How please, is the best way to go about colliding 3 liquids? What is important is that each can be rendered differently. Thanks in advance, 5D
  24. Is it possible to jack into or change the Noise in Repellents, other than the standard controls? How is the noise calculated? Can we add to it or change it? Add a Perlin noise or custom vel? Vex or Vops? Maybe effected by a POP sim? Or is it hard coded? Cheers!
  25. I always have problems with motion blur for water surface mesh, One time I fixed that problem but I forgot that. as you can see I used a trail SOP to produce velocity for the mesh but the trail SOP creates velocity per point and that's why the motion blur is odd. How can I create proper motion blur for water surface mesh?
×
×
  • Create New...