Jump to content

woodenduck

Members
  • Posts

    344
  • Joined

  • Last visited

  • Days Won

    2

woodenduck last won the day on June 16 2019

woodenduck had the most liked content!

Personal Information

  • Name
    Joe
  • Location
    Wellington

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

woodenduck's Achievements

Newbie

Newbie (1/14)

52

Reputation

  1. FEM is for when you have all the time in the world. Vellum is for when you have to deliver. ;D
  2. Ha, typical! As soon as I post on OdForce I find the solution. So the "Rest Orientation Frame" parm on the Vellum Constraint Sop appears to have been the culprit. In my case this needed to be set to the start frame of the sim. Not the default F1. Cheers, WD
  3. My Vellum hair immediately shrinks in length when I try to sim it. I've tried stiffness and bend at outrageous settings. As well as constraint iterations up as far as 25000. Substeps, dampening, mass, thickness, changing restlength. Pretty much everything I can think of and it makes no difference at all to the simulation. It's like I'm not even changing any parameters. I've resampled all my hair curves to have 4, 8 and 12 segments. This also provides very little in the way of changes to the sim. Unfortunately I can't post a hip file. But if anyone has any suggestions I would be keen to hear them. Thanks, WD
  4. Just need to change your expression from opinput() to opinputpath(). The first returns just the name of the operator. The second returns the path to that operator. This particular parameter requires a path.
  5. DOP network - can be a path. Object Mask - Should be just the name of the dopobject. Not a path.
  6. pop wrangle plugged in to "particle velocity" on the flip solver... v@v *= fit(@Frame, 1, 24, 0, 1); This will multiply your velocity on a ramp from 0-1 between frames 1 and 24.
  7. if you attach a null to the camera at obj level and scale it to 0.1, does that line up?
  8. So you cached the abc then you read it back in to render? Is the geometry packed? Do you have the same problem if you unpack followed by normal sop?
  9. Glad you got it working, and of course whatever gets the job done is great. However, I would encourage you to investigate using convex hulls for all collisions. You will see vast improvements in speed and stability. They can be a little trickier to set up, but the rewards more than worth it.
  10. The blue collision object you are visualising... is that created using a static object dop? If so, are you visualising the "Collisions/RBD solver/Volume" tab rather than "Collisions/Bullet Data" tab??? I think you may not be seeing what the solver is seeing.
  11. If 'v' exists on the incoming points, the flip object should pick that up automatically. So however you set 'v' in sops, should be what you see in dops. Otherwise, you can grab the 'v' and plug it in to the 'particle velocity' (inout 2) on the flip solver. pop wrangle. Inputs tab. Input1 = First context geometry. v@v = point(0, "v", @ptnum);
  12. woodenduck

    Vex course

    I usually point anyone looking to get started with VEX at Matt Estela's excellent wiki... http://www.tokeru.com/cgwiki/index.php?title=HoudiniVex
  13. in a wrangle. Plug static points in to input1 and animated points in to input2 @P = point(1, "P", @ptnum);
  14. If you post a hip file, I'm sure someone will help you out.
×
×
  • Create New...