ChargingImage Posted December 28, 2015 Share Posted December 28, 2015 (edited) I've got a problem, that I do not understand. I've got points. I calculate v_length of those points with forEach. Then I do magic trick to delete them based on some values. And now funny part: if I write them with Rop Output Driver, it writes out... points before magic trick. It also does NOT write attrib @v_length (despite it does write other @xxxxx test value). I'm little confused why and where am I doing mistake. Tried earlier versions of Houdini, most current one: same behavior. Minor things: 1. No I cannot delete point on pop level. Pop in file is just to create points. 2. fluidsource is there because that is a cause and purpose of whole thing. I cannot write out volume from it with foreach operation. Any tips and help most appreciated. test_rop.hipnc Edited December 28, 2015 by ChargingImage Quote Link to comment Share on other sites More sharing options...
ChargingImage Posted December 28, 2015 Author Share Posted December 28, 2015 Well... in conclusion: nevermind. I had to use foreach on points in previous system... had some problem with calculating length of all points, not individual ones. Was surprised then, but it only worked with foreach. Now I've checked pointvop and it's doing it's thing without foreach loop. Quote Link to comment Share on other sites More sharing options...
ChargingImage Posted December 29, 2015 Author Share Posted December 29, 2015 Aha... this is where my stupidity shines: add attrib in attribvop gives me probably average of all points, bind export gets me per point values. I don't understand why for now, but will get there someday. Probably it just creates attrib with some default value, not per-point attrib. Case closed. Slap in the ass earned. 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.