Jump to content

Search the Community

Showing results for tags 'dop'.

  • 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
    • 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. Hi Houdini friends, Does anyone know how to use mask field in DOP net? I'm doing a simulation of leaves on the ground reacting to a car passing by. I need to control the wind force to affect only where the car is passing, where other leaves remains more still. Is there any way to mask out the affected area and have the wind force only affect that area and have dynamic change on the mask object? Or if there's other ways to do this? Thank you so much!!!
  2. Hello, I'm trying to do a particle morph effect and all I want to do is to have the animated data imported into the pop network. The effect is from a tutorial by Nicolas Donatelli (https://www.youtube.com/watch?v=B4Zz8Erc09E). Morphing works great but only works on a static geometry and I would like the animated data to be imported as well. It probably an easy solution, would be great if someone could figure it out. Attached is my HIP file with animated geo. I've tried the pop attract node which does the job but it can be quite tricky to control. ParticleMorph_WIP_1.hiplc
  3. I have an AutoDOP Network that I am trying to select for 'heat within object' feature. No matter how much I try to click and select, drag a window around it, it doesn't get selected. What should I do? Sharing a screenrecording of what I face. selection issue.hip
  4. Hi, In Dop Network, my Hitters should HIT the ground, but I properly cannot solve this problem, How to fix this, Please ground.hipnc
  5. Under dop network I want to implement many node functions with wrangle Can this bypass the learning of nodes? I know it will involve a lot of vex code and attributes but it makes me excited
  6. Hey guys ! I'm currently doing a RBD project and I was wondering if you guys had any tips on how I can make my sim more optimised so that it doesn't take 25 min for only 10 inactive frames. The fracture is pretty low res and all the substeps settings are low but the sim is still really slow and practically unworkable. I have 100K pieces correctly named and the building is world scale so i dont know what to do to make it workable, any tips? I would greatly appreciate ! Thank you
  7. Hi everyone, I need to switch low res pieces for high res ones. Unfortunately, only for this one object, the transform matrix is empty when coming out of the dop network. The other object coming out has a perfectly working matrix What could be causing this?
  8. i tried to have an Attribute value driving a Parameter. It just dont work. I need an Attribute from a Point. dop channel issue.hipnc
  9. I am doing a custom force (magnetic like force) in dopnet for a bunch of instanced rigid body objects. The code in my VOP force node loop through other instances and apply forces if any is nearby. I found out my simulation is really inefficient and only utilizes a single CPU core. Is there any way to manually assign each iteration to run in parallel? Or Am I using the right node for the job? I am currently learning Houdini and I am not really fluent in vex.
  10. i am trying to use the volume gradient - volume sample method to keep moving particles inside a volume. The particles move freely with a noise but as soon as they reach the edge they should turn. Doesn't seem right so far sdf_bounds.hip
  11. Is it possible to access primintrinsics in dops? I have Geometry wich is transformed by a sim. For the second rbd sim i want to make the geometry look at a particular direction. For example to its original direction. So I deleted all Attributes from the first sim to prevent side effects and connected it in to the second sim. To make it look to a direction i want to use the poplookat node (target is direction) in dops. I enabled VEXpression. This is my VEXpression setup: target = {1,0,0}; refdir = v@xdir; up = {0,1,0}; refup = v@ydir; Now i need the original X direction and the Y direction from my Geo. I could convert the primintrinsic "transform" matrix to the directions, but somehow it is not possible to do that in dops. is there any solution?
  12. I am working on a pyro sim in which i have cached every frame as a .sim file. These are very large, so ive been researching ways to cache the frames more efficiently. This led me to using the Dop I/O to cache out much smaller .bgeo.sc files. I am aware that this enables me to select which fields i want to omit from the cache, hence the lighter files. The problem im having is that when it comes to rendering (using Redshift fyi), the loaded frame from my .sim looks very different to the loaded frame from my .bgeo.sc, even when i include all the fields from the original DOP network in the cache and it is same size as the equivalent .sim (i presume it contains the same amount of information?) From what i can tell the Dop I/O and the Dop Import are both fetching the same information from the DOP network, so why do they look so different when it comes to render time? Hope all this make sense and i appreciate any responses, cheers!
  13. Can somebody please help me with this surface tension problem. I have a scene and i want a different surface tension to apply to different group as show above. I want the group 1 to have higher surface tension and group 3 to have a lower surface tension but my setup is not working . SurfaceTension.hipnc
  14. Hey everyone, so after my very long thread (https://forums.odforce.net/topic/44053-implement-kernel-maths-in-vex/) I finally found a solution. The setup works great at 0.05 res, you might have to dive inside the solver and change some parameters to get it work at other resolutions (especially to get the droplets). Here are some test : Emission threshold at 60 (depending on the situation, there might be some abusive expansion, like at the end on the rubber toy, but this seems impossible to fix when you want a full thin sheet) Stretch threshold at 0.75 / Surface Tension 0.5 Emission threshold at 15 / Stretch threshold at 1.25 / Surface Tension 1 Houdini default Flip with Surface Tension at 1 Crown test with 50 Emission threshold (problem with infinite expansion with liquid dropping from the collider) If someone has suggestion to improve it, feel free to tell me I'm still working on fixing the infinite expansion issue, but the emission threshold is doing great until 20-30 depending on the situation Cheers, thin_sheet_solver.hipnc
  15. I'm working on a POP simulation for a rainy window and I've set up the simulation so that source particles (in yellow) fall with erratic motion due to a varying POP Wind force and Gravity force, emitting a stream of particles behind them (in green) as they fall using POP replicate. The emitted particles are stopped immediately after emission (using the stopped attribute in a POP wrangle). The issue is that as soon as the POP replicate is activated (at frame 200 in the video), the erratic motion of the source particles is lost and they travel more slowly in straight diagonal lines (as the trails of the emitted particles show). I believe that the POP interact node is causing this as the source particles are being attracted to the stationary emitted particles, slowing them down. But what I don't understand is that the POP interact and replicate are in separate particle streams so the emitted particles shouldn't have any effect on the source particles. I've attached a hip file along with a video illustrating the change in motion when POP Replicate is activated. Any help would be much appreciated as I'm pretty stuck on this! Thanks Houdini_POP_Replicate_Question.mp4 POP Replicate Issue.hip
  16. Helllo, I am new to houdini and trying to experiment with rbd but I fail to use the dop import node properly. I am trying to fetch the geometry of the dopnet inside an sopsolver. What am I doing wrong ? Thanks in advance.
  17. Hi all. This should be easy, but it's killing me... I have a control object living outside a DOP network, a simple particle system. I've plugged it into the second input. Inside the DOP I access this control position without issue, in a VOP. However I then want to follow up by killing particles in a POP wrangle, based on distance to the control object... Easy right? Here's my vex: f@dist = distance(@P, v@opinput0_P); if ( @dist <= ch("threshold")) { removepoint(0,@ptnum);} ... simple. But it kills particles around the origin, not the control object, as if v@opinput0_P = {0,0,0} I've tried multiple variants on opinput, explicit path and the point function etc but it always gives me a "kill" radius around the origin, not the control object. Anyone see what I'm missing? Thanks in advance!
  18. Would the deformation of texture maps work DOP networks?
  19. OK I read the section , Thank you for informing us about broken group and sop solver DOP , but how can we do that? I need to know about workflow.
  20. Hi there, I'm trying to understand Dopnet a bit more in depth and try to understand a bit better how you can transfer data from one object and use it in another. While playing a bit around I ran into a problem where I don't understand why this isn't working. I created a simple particle setup, and after a hit of a particle, a sphere is created into another object (called 'col_gen'). What I try to do is using these spheres in the next frame as a collision for the particles again. But somehow I can't get it get to work. Simple as that, right? What I did try is using the path "../:col_gen/Geometry" in the soppath of the static object. That doesn't do anything. So I tried to reference the geometry into an sopGeo node, and apply that data onto the staticobject. But that doesn't work neither. Question 1 is: Why doesn't this work like this? And question 2 is: How would you solve this problem? Cheers, Sander (The hipfile is hidden underneath the screengrab) generateCollision.hip
  21. Hi, I was wondering if there is a way to distributed sparse pyro simulation. You can easily distribute with legacy pyro by distributing the container by slicing. I mean yeah... there is a predefined container that gets sliced in legacy but sparse create bounds on demand that is why it can't distribute in sparse since there is no predefined container(bounds). But has someone cracked this...? Simulation sparse on multiple machines
  22. I have a pile of sand simulated with grain. I want to use the initial state for the sand and afterward use rbd to interact with the sand but the problem is, when I use the initial state nothing work inside the dopnetwork anymore. I think there a way to bring the grain data to another dopnetwork or I must do something else?
  23. how can I convert a duplicated object a separated objects to work as fracture object inside DOP NETWORK? Duplicated_Objects_as_Fractured.hip
  24. are there any good resources to explain these two subject? object - data what are they exactly and what they do inside DOP network? any pages of documentation or any piece of information you give me is acceptable
  25. Hi guys, I've hit a bit of a wall in the new version of POPs. I have a deforming mesh (skinned character), which I have scattered points on. What I'm trying to achieve is a set of particles that are essentially locked onto their source point until a certain time or proximity from some sort of gizmo, and then morph to the position of another set of points. I have been able to achieve this in the old version of POPs using a position node, but it's rather slow. However I can't seem to figure out how to achieve the same thing in the DOP version of POPS. Any help would be great appreciated. Thanks
×
×
  • Create New...