Jump to content

eunchae

Members
  • Posts

    80
  • Joined

  • Last visited

Personal Information

  • Name
    hongjo

Recent Profile Visitors

1,119 profile views

eunchae's Achievements

Newbie

Newbie (1/14)

  • Conversation Starter Rare
  • Week One Done
  • One Month Later
  • One Year In Rare

Recent Badges

1

Reputation

  1. HI! I want to create a spider web-like feel like the image.. but I can't come up with any good ideas. The lines I created have regular lines. I ask for your advice. Thank you
  2. hello. I only want to know the first frame when the particle collided. I used the detect node to create a group in popwrangle and saved the frame... but the frame is accumulated. Can't we just get the frame when it collided? Thank you.
  3. Hi. I'm currently working on vellum grain. I want to make the grain look like gravel, but i don't know how to proceed with copy instancing. So... I want to give detail to the grains of sand. If you have any good tips, please let me know. (If you have a good example or hip file, please share.) Thanks.
  4. I am trying to create a bubble using white water with simulated data in water. This may be a basic question, but my skills are lacking, so please help. Is it possible to reduce the collision area in flip simulation? I want to reduce the collision area only by the red part shown in the figure. And in case of objects moving quickly in water, there is an interpolation phenomenon when simulating white water. Any tips on how to solve it? thank you.
  5. Hello, I am studying after watching this video. I want to make a splash with a faster speed than this video. If you increase the gravity value, all particles will receive the gravity value and go down. Is it because the mask value is not applied well? Help. thank you.
  6. Thank you. If I have to ask you one more thing, can you make it like the last pattern in the video? Even if I use ripple sop, such a shape does not come out.
  7. Hello. I want to make a ripple like image. If you do not use the ripple solver (without simulation) is there any way i can make it? If you have any good ideas, please share them with me. I wish I could customize the length, width...etc of the ripple. thank you.
  8. ``` float start = chf('start'); float touch = chf('touch'); float speed = chf('speed'); float flip = 1 - chf('flip'); vector fade = relbbox(0,@P); float amp = chf("amp") * @Cd.x; float fade_x = chramp("fade_x_ramp",fade.x); float fade_z = chramp("fade_z_ramp",fade.z); float fade_y = chramp("fade_y_ramp",fade.y); matrix m = ident(); float copy=( ch("../copy1/nyc") - prim(0, 'copynum', @primnum)) * flip; float t = @time * speed - start - copy + sin( fade_x *amp) + fade_z * (touch*fade_x); rotate(m, smooth(0, $PI, t) * -$PI, {0,0,1}); @P *= m; The work proceeded in the direction I wanted using the ramp parameters referring to the code in the hip file. I was able to complete the code with the advice of a senior at the company, and I will leave some of that code behind. And at the end I used a position mix. Thanks to everyone who responded.
  9. Hello. I used x, y, and z respectively as ramp parameters. And it had to be animated. The way you said was a good reference. Thank you very much.
  10. eunchae

    Rigging a book

    Thank you for answer. How do I make it go left to right instead of right to left? thank you.
  11. Hello. I'm trying to make a bunch of money. I tried using vellum, but it didn't work, so I referred to the page turning hip file at the address above. I want to apply both left and right, but I don't know how. If you have any good ideas or examples, please let me know. Thank you.
  12. eunchae

    Rigging a book

    Hello. Thank you so much for sharing. I have one question. How can I adjust both left and right? I don't want to use animation, I just want to create a feeling of fluttering left and right (?). Please advise. thank you.
  13. just need to load rendered image. Should this python code apply to both Houdini and Nuke? I want to have the image load when I copy the mantra to Houdini and paste it into Nuke. Thank you.
  14. Hi. I have an image rendered with Mantra in Houdini. Please let me know if there is a way to do it with a python script. Do you know how to copy only this mantra node to Nuke and that image can be loaded directly from Nuke? Thank you.
×
×
  • Create New...