merlino Posted September 15, 2015 Share Posted September 15, 2015 Hello, I have a FEM sim with a Solid Object with a map for the shapestiffness but I'd like to animate it. Obviously I can do that at sop level but how can I bring that info at DOP level? Thanks in advance! Marco Quote Link to comment Share on other sites More sharing options...
MrScienceOfficer Posted September 16, 2015 Share Posted September 16, 2015 You need to use a SOP Solver and a multi solver set up This should do it. FEMSopSolver.hipnc Quote Link to comment Share on other sites More sharing options...
merlino Posted September 16, 2015 Author Share Posted September 16, 2015 Hi Tom! I tried that solution, but I can't make it works with the shapestiffness (or other) attribute. The point is that every frame it's like is multiplying the old value by the new one so I can't set the values I really want. I modified your hip to use the shapestiffness attribute and I want to feed the object with the attr values I paint in SOP. But it doesn't works as I need. Thanks for your help! FEMSopSolver_shapestiffness.hipnc Quote Link to comment Share on other sites More sharing options...
MrScienceOfficer Posted September 16, 2015 Share Posted September 16, 2015 (edited) Yea, that makes sense. I don't have Houdini at the moment but that sounds right. The issue is unlike in a SOP where you start from the top of the node chain with say a simple sphere and cook down the chain applying the effects of each node once, when you use a DOP net with a SOP solver the SOP chain is running in a cycle, being passed back and forth between the DOP Solvers and the SOP Solver. So every time you apply the Paint SOP your actually adding a new layer of paint on top the previous one, hence the effect of accumulating values. The solution should be as simple as deleting the shapestiffness attribute above the node where you apply your attributes map. Edited September 16, 2015 by MrScienceOfficer 1 Quote Link to comment Share on other sites More sharing options...
merlino Posted September 16, 2015 Author Share Posted September 16, 2015 (edited) It sounds great and logic! I'll try right now! Thanks! YEP! it works! Many thanks Tom! Here's the file: FEMSopSolver_shapestiffness_animOK.hipnc Edited September 17, 2015 by merlino Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.