Forgot your password?   Click here   •   No account yet?   Please Register    •   Or login using  
EN Login
SideFX Homepage
  • Products
    • What's New in 19.5
      • Overview
      • Solaris
      • Karma
      • Character FX
      • Pyro FX
      • FLIP Fluids
    • Houdini
      • Overview
      • FX Features
      • CORE Features
      • Solaris
      • Houdini Indie
    • Houdini Engine
      • Overview
      • Engine Plug-Ins
      • Batch
    • PDG
      • Overview
      • FAQ
    • Compare
    • SideFX Labs
    • Partners
  • Industries
    • Film & TV
    • Game Development
    • Motion Graphics
    • Virtual Reality
  • Community
    • Forum
    • News Feed
    • Project Profiles
    • Gallery
    • Contests & Jams
    • Houdini HIVE Events
    • Event Calendar
    • User Groups
    • HEX Interview Show
  • Learn
    • Getting Started
    • My Learning
    • Learning Paths
    • Tutorials
    • Tech Demos
    • Talks & Webinars
    • Schools & Training
    • Education Programs
      • Overview
      • Students
      • Instructors
      • Administrators
  • Support
    • Customer Support
    • Help Desk | FAQ
    • System Requirements
    • Documentation
    • Changelog / Journal
    • Report a Bug/RFE
  • Get
    • Buy
    • Download
    • Content Library
    • Contact Info
 
Advanced Search
Forums Search
Found 30 posts.

Search results Show results as topic list.

Technical Discussion » Flip Cache: How to save MULTIPLE cache nodes at once

User Avatar
lucap1
30 posts
Offline
 Oct. 5, 2022 22:46:21
You might want to do it in Tops instead of rops. Tops(PDG) will allow surfacing to execute immediately as soon as the frames from the Sim have finished. Rops while still a valid method is antiquated.
See full post 

Technical Discussion » Blast node don't work properly when using expressions

User Avatar
lucap1
30 posts
Offline
 July 18, 2022 21:23:23
You should probably be using the delete sop With delete by expression turned on. Or you can use the group by expression sop and then use that group in the blast sop
See full post 

Technical Discussion » Driving a hi-res subdivided mesh with a lo-res base mesh

User Avatar
lucap1
30 posts
Offline
 June 29, 2022 23:15:01
Here's a good explanation of xyzdist and primuv https://www.tokeru.com/cgwiki/index.php?title=JoyOfVex19 [www.tokeru.com]
See full post 

Technical Discussion » Driving a hi-res subdivided mesh with a lo-res base mesh

User Avatar
lucap1
30 posts
Offline
 June 29, 2022 23:12:08
You may want to take a look at the vex functions xyzdist and primuv. In general i have found that they give better results than the pointdeform. Cloth capture and cloth deform are antiquated,use with caution
See full post 

Solaris » Double sided geo?

User Avatar
lucap1
30 posts
Offline
 May 28, 2022 00:13:45
I've got it working in Karma. See attached .hip
Edited by lucap1 - May 28, 2022 00:21:03
See full post 

Technical Discussion » How to model muscles (and avoid intersection)?

User Avatar
lucap1
30 posts
Offline
 May 8, 2022 18:58:23
There is a topic with the same title on reddit.

https://www.reddit.com/r/Houdini/comments/ul0uk3/how_to_model_muscles_and_avoid_intersection/ [www.reddit.com]

I wanted to throw my two cents in the hat, and figured I do it here so I could include a hip file.
If anyone else has suggestions(or criticisms) feel free to throw them up here.

My method involves using SDF's to solve the penetrations between intersecting muscles. This way you can model your muscles(in houdini or elsewhere) without worrying about inter penetrations until afterwards. I done it manually one muscles at time, but I'm sure if you are clever you could do it in a for loop.
See full post 

Technical Discussion » Different coordinate systems for rotation and scaling

User Avatar
lucap1
30 posts
Offline
 April 26, 2022 23:22:03
To further expand on Tomas' post. There are a number of different ways you can use the instance attributes to do what you want. If it were me I would create two matrices on for rotation and another for scale in their respective spaces. Then I'd multiply them together and place the values in a matrix attribute called 'transform' which will be correctly interpreted by the copy to points
See full post 

Work in Progress » Procedural World Generation | Overpass Building Traffic Sim

User Avatar
lucap1
30 posts
Offline
 April 25, 2022 23:33:01
Great work!
See full post 

Technical Discussion » How would you model/simulate this "meat with netting" effect

User Avatar
lucap1
30 posts
Offline
 April 25, 2022 23:23:19
I would start by making the meat a vellum softbody. Then I would make the twine into vellum hair. If you animate the rest length scale you can make the twine contract. You'll need sufficient resolution on meat softbody to get decent bulging. Check out the vellum masterclasses on how to animate the rest length
Edited by lucap1 - April 25, 2022 23:23:55
See full post 

Technical Discussion » ocean wave like realflow

User Avatar
lucap1
30 posts
Offline
 April 23, 2022 00:18:27
have you looked at the guided ocean shelf tool? that might give you what you want.
See full post 

Technical Discussion » Force Wireframe Shading of objects in karma/solaris

User Avatar
lucap1
30 posts
Offline
 April 22, 2022 23:58:22
have a look here: https://www.sidefx.com/forum/topic/71264/?page=1#post-325672 [www.sidefx.com]

you can use the Configure Primitive LOP to assign a proxy purpose to the geometry

you may have to add a width attribute to the geometry, by deffault I think the width is 1 which is probably too
big.
Edited by lucap1 - April 23, 2022 00:03:08
See full post 

Technical Discussion » How to check if a mesh is watertight?

User Avatar
lucap1
30 posts
Offline
 March 19, 2022 23:29:49
You can use a divide sop with keep shared edges turned on to check if a mesh is water tight or not. If the point count is zero it's water tight. If the point count is greater than zero then it isn't.
See full post 

Technical Discussion » Hair/Fur issue, fur stick and stretch on collision objects

User Avatar
lucap1
30 posts
Offline
 March 15, 2022 23:21:50
If the furs is intersecting with the collision object at the beginning of the Sim then you will have the problem you are describing. That would be the first thing I would check
See full post 

Technical Discussion » What is the correct way to pack geo to disk?

User Avatar
lucap1
30 posts
Offline
 March 8, 2022 22:22:15
You can just save your geometry out as .bgeo.sc, but when you bring the file back in there's an option on the file sop to read it as a packed disk primitive
See full post 

Technical Discussion » Point deform but capture using UV space? Is there a way?

User Avatar
lucap1
30 posts
Offline
 Feb. 7, 2022 17:52:21
Thanks for the suggestion, maybe I'll make into a labs tool. I put it together as pratcial example of how one might use vex in combination with attributes. Thanks for the validation.

.
See full post 

Technical Discussion » Point deform but capture using UV space? Is there a way?

User Avatar
lucap1
30 posts
Offline
 Feb. 4, 2022 23:30:50
Image Not Found

Image Not Found

Have a look at the attached .hip file. You'll need to make sure the chipmunk .hda is loaded for it to work.
See full post 

Houdini Indie and Apprentice » Retarget CMU mocap tutorial by Luca Pataracchia question

User Avatar
lucap1
30 posts
Offline
 Dec. 9, 2021 19:53:32
My sincere apologies for the delay. Attached you'll find a copy of the file that works in h19. There's a bug in workitem expand that requires us to set "generate when" to "each upstream item is cooked" in order for it to generate work items. This bug should be corrected shortly. Also it looks like h19 didn't like the values in /obj/manual_retarget/rigmatchpose2, so I created a new node rigmatchpose3. Seems to be working now. Let me know if you run into any issues.

Regards
Luca
See full post 

Houdini Indie and Apprentice » Retarget CMU mocap tutorial by Luca Pataracchia question

User Avatar
lucap1
30 posts
Offline
 Nov. 17, 2021 16:30:29
replacing the workitem expand with a file pattern TOP with the pattern parameter set to "$HIP/data/source-anim/*" is a temproary fix, but it looks like there's anther problem with the retargeted animation. I'll try and track that issue down too.
See full post 

Houdini Indie and Apprentice » Retarget CMU mocap tutorial by Luca Pataracchia question

User Avatar
lucap1
30 posts
Offline
 Nov. 17, 2021 16:21:19
so it looks like the looks like the construction of the file archive in http://mocap.cs.cmu.edu/allasfamc.zip [mocap.cs.cmu.edu] has changed since I wrote this tutorial. Which is why this node can't find the files. If you did around the expanded archives directory structure you should be able to fine the files. As for running this in h19 it looks like there an issue in the TOP network. workitem expand is not creating work items properly. It might be a bug. I'll check into it and let you know.
See full post 

Technical Discussion » is it possible to exit a dop mid simulation ?

User Avatar
lucap1
30 posts
Offline
 Aug. 29, 2021 16:17:53
You can use a switch sop when you import your sim back into SOPS. You can drive the switch parameter with an expression. So in your case you could use a uv texture sop set to project from camera. The using two attribute promotes set to minimum/maximum you could promote to a detail attribute and use this to control your switch. If you want to do it in dops specifically you could aslo use an enable solver dop to turns the sim off at the right time.
See full post 
  • First
  • 1
  • 2
  • Last
  • Quick Links
Search links
Show recent posts
Show unanswered posts
PRODUCTS
  • Houdini
  • Houdini Engine
  • PDG
LEARN
  • Learning Paths
  • Tutorials
  • Talks & Webinars
  • Schools & Training
  • Education Programs
SUPPORT
  • Customer Support
  • Help Desk | FAQ
  • Documentation
  • Report a Bug/RFE
  • Sales Inquiry
LEGAL
  • Terms of Use
  • Privacy Policy
  • License Agreement
  • Accessibility
  • Responsible Disclosure Program
COMPANY
  • About SideFX
  • Press
  • T-Shirt Store
  • Careers
  • Internships
  • Contact Us
Copyright © SideFX 2023. All Rights Reserved.

Choose language