-
Content count
408 -
Donations
0.00 CAD -
Joined
-
Last visited
Everything posted by Masoud
-
Hello, I think this can help:
-
Any idea why? FLIP Sim losing cache in memory when scrubbing?
Masoud replied to HM_2020's topic in Effects
Can you test your scene in another Houdini version, for say Houdini 17.5? Or you can upload the scene so I will check it on my machine... -
In Vellum , is it possible to change the shape of input geometry, over time?
Masoud posted a topic in Effects
Hi; In Vellum , is it possible to change the shape of input geometry, over time? I have a line in my scene that grows (in length) over time, and I would like to use it in vellum-hair, but it seems that vellum just uses first frame. Thanks. -
In Vellum , is it possible to change the shape of input geometry, over time?
Masoud replied to Masoud's topic in Effects
Thanks everyone, good tips. -
Is it possible to make collision between vellum strings and flip fluid?
Masoud posted a topic in Effects
Hello; I would like to create a scene (artist brush hairs collide with an oil color liquid) like an image below. I tried to make a collision between some vellum strings and a high viscose flip fluid, but it doesn't work. Is vellum suitable for this situation? Thanks for helping. Brush_02.hip -
How can I force particles to be attracted to the surface of moving geo?
Masoud replied to Masoud's topic in Effects
Thank you! -
How can I force particles to be attracted to the surface of moving geo?
Masoud posted a topic in Effects
Hello; In a particle sim, I would like particles to start to move (at a specified distance) toward an animated sphere and attach to its surface. I tried "POP Attract", "POP steer seek", "POP advect", without success! How can I achieve this particle behavior? Thanks for helping. Attractor_01.hip -
How can I force particles to be attracted to the surface of moving geo?
Masoud replied to Masoud's topic in Effects
Hi, Henry The second one worked for me, very useful tips. Thanks. -
How can I force particles to be attracted to the surface of moving geo?
Masoud replied to Masoud's topic in Effects
Hi "Tesan"; Honestly, I didn't get any useful things from the links you recommended -
Thanks guys, very good points.
-
Hi; I want to create a surface using two curves like the image below. Both curves are on the same plane (@P.Y = 0). What king of SOP should I use? Thanks for helping. Curve_01.hip
-
In Flip-Fluid sim, how can I change the attribute's value over time?
Masoud replied to Masoud's topic in Effects
Hi "Milad"; I tried "SOP Solver" + "POP Force" to solve this problem. Thanks. -
In Flip-Fluid sim, how can I change the attribute's value over time?
Masoud posted a topic in Effects
Hello; In a simple Flip simulation, I assigned an attribute (called "myAttrib") to the particles. Now I would like to change my attribute on some group of points over time. The "Gravity" node changes the position of particles, so I can't use "SOP Solver"... How can I change the attribute's value of (some) points, during the simulation? Thanks for helping. Flip_01.hip -
In Flip-Fluid sim, how can I change the attribute's value over time?
Masoud replied to Masoud's topic in Effects
Hi"Szymon": Sorry, I was too busy so I didn't check my message box, but posting 1 of my 322 threads in a less-related section was just a very simple mistake, but unfortunately, as you know, your negative point will remain in my history forever as a picky reaction. best regards, Masoud. -
Is your scene in real-world dimensions?
-
Hi "Christopher", Do you mean that you want to delete a point if it doesn't contain an attribute? Something like this: https://www.sidefx.com/docs/houdini/vex/attrib_suite#detail or this? : https://www.sidefx.com/docs/houdini/vex/functions/haspointattrib.html
-
Hi Milad, Thank you for your advice and support.
- 2 replies
-
- highres to lowres
- transform pieces sop
-
(and 1 more)
Tagged with:
-
Hello; Please take a look at my file. In a simple RBD simulation I tried to transfer the animation from the Low-Res geometry to the High-Res one using " Transform Pieces SOP", but the resulting output is strange! How can fix it? Thanks for helping. RBD_01.hip
- 2 replies
-
- highres to lowres
- transform pieces sop
-
(and 1 more)
Tagged with:
-
Hello; In Houdini 16.5, I would like to add "viscosity" to a "Particle Fluid" simulation using a noise pattern, so in DOP I add a "POP-VOP" node (and AANoise in it ... ) after "Source Volume" which doesn't work. Where could I apply noise to the viscosity? Thanks for helping. Viscosity.hip
-
I think I should use the "fit" because "Anti-Aliased Noise" creates an output from -0.5 to 0.5 and I also need the viscosity from 1 to 500.
-
How can I transfer a color attribute from one geo to texture of another geo?
Masoud posted a topic in General Houdini Questions
Hello; To create a very high-resolution footprint, I would like to transfer the color attribute from one geometry (from a box, or some sliding particles ) to another geometry ( a grid ), based on a UV texture map (UV on second object). This is something like creating a wet-map, and I don't want to scatter points on a surface to ... (I mean that I know that workflow). Actually I want to extract a very high-quality texture as output. Any idea? Thanks for helping. -
How can I transfer a color attribute from one geo to texture of another geo?
Masoud replied to Masoud's topic in General Houdini Questions
Hi " Tesan "; Thanks for the reply. I don't want to scatter extra points on a 2D surface, and I need to access a corresponding pixel in a UV texture when a point collides a primitive (surface). -
How can I transfer a color attribute from one geo to texture of another geo?
Masoud replied to Masoud's topic in General Houdini Questions
Hi " Konstantin "; Thanks for the reply. I don't want to use a 2D plane. Actually I need to access a corresponding pixel in a UV texture when a point collides a primitive (surface). -
How can I transfer a color attribute from one geo to texture of another geo?
Masoud replied to Masoud's topic in General Houdini Questions
Hi " Alejandro "; Thanks for the reply. I watched that tutorial and It uses points to transfer attributes, so the quality depends on the number of points...