sly Posted September 8, 2012 Share Posted September 8, 2012 (edited) hi, i setup an animation with chops , creating some curves animation from an imported sop attribute . All is working fine when i make the setup. But each time i reopen the file i got this error on the animated node : " Infinite recursion in evaluation" . Dont understand why i got this . if someone can take a look at the file . Thank. BoundingBox_Animation.hipnc Edited September 9, 2012 by sly Quote Link to comment Share on other sites More sharing options...
lugnut Posted September 13, 2012 Share Posted September 13, 2012 Don't know why it is happening, but you can work around it by replacing the variable names $CEX $CEY $CEZ with calls to the centroid expression referring to a previous sop: centroid("../sopname",D_X) centroid("../sopname",D_Y) centroid("../sopname",D_Z) See attached hip BoundingBox_AnimationCentroid.hipnc 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.