Masoud 14 Posted March 13 Hi guys' I would like to transfer some attributes from a fixed object to an animated one, using the Solver node but it seems that the Solver node doesn't accept animated geometries on its input, right? How can I fix it? Thanks for helping. AttributeTransfer_01.hip Share this post Link to post Share on other sites
Librarian 634 Posted March 13 (edited) hm Edited March 13 by Librarian Share this post Link to post Share on other sites
jfaulkner 1 Posted March 13 What you could try instead is to transfer the attributes before a solver, and then use a solver after to merge the attributes together. attached should hopefully solve your question! AttributeTransfer_02.hiplc Share this post Link to post Share on other sites
vicvvsh 143 Posted March 13 Here another approach AttributeTransfer_02.hipnc Share this post Link to post Share on other sites
Masoud 14 Posted March 14 20 hours ago, jfaulkner said: What you could try instead is to transfer the attributes before a solver, and then use a solver after to merge the attributes together. attached should hopefully solve your question! AttributeTransfer_02.hiplc Hi James, Thanks for the reply. The "max()" function inside the Solver node changes the value of the transforming attribute and it doesn't work for me. Share this post Link to post Share on other sites
Masoud 14 Posted March 14 19 hours ago, vicvvsh said: Here another approach AttributeTransfer_02.hipnc Hi Victor, Thanks for the reply. There are some issues with your solution (please take a look at the attached file). AttributeTransfer_03.hipnc Share this post Link to post Share on other sites
Atom 1,229 Posted March 14 (edited) I think your premise is that the sphere is solid red all the way through, when in reality it is only red on those thin polygon surfaces. You have to help out the attribute transfer node by filling the sphere with red points. Edited March 14 by Atom Share this post Link to post Share on other sites
Aizatulin 133 Posted March 14 Or you shift the previous frame to the current position and apply the attribute transfer on it (all in the solver). AttributeTransfer_03_shift.hipnc 2 Share this post Link to post Share on other sites
vicvvsh 143 Posted March 14 5 hours ago, Masoud said: Hi Victor, Thanks for the reply. There are some issues with your solution (please take a look at the attached file). AttributeTransfer_03.hipnc Aizatulin has provided possible solution already. Share this post Link to post Share on other sites
Mousflashe 0 Posted March 14 Hey I think I'm having a similar issue with a solver , still not sure how to resolve it .. Here is my post : Share this post Link to post Share on other sites
Masoud 14 Posted March 17 On 3/14/2021 at 6:49 PM, Aizatulin said: Or you shift the previous frame to the current position and apply the attribute transfer on it (all in the solver). AttributeTransfer_03_shift.hipnc Hi Aizatulin, Thanks for the reply, it works like a charm! Share this post Link to post Share on other sites