Baldric Posted August 18, 2017 Share Posted August 18, 2017 (edited) Hello,I have just made and compared two small test setups where I scatter objects via copying them onto points. I am comparing the newer method of using a foreach and compiled blocks with the older way of copy stamping, because I thought the new method would be so much faster. But somehow it isn't… So now I wonder why that is? Would somebody be so kind to have a look at the setup I made and tell me if I have done everything correctly, or if there is a better way to achieve what I want?Cheers,Doug scattering_issue_v002.hipnc Edited August 18, 2017 by Baldric Quote Link to comment Share on other sites More sharing options...
Pazuzu Posted August 18, 2017 Share Posted August 18, 2017 (edited) Hey, For this to work, you need to fix the expression dependencies in the group parameter for the delete SOP with spare inputs for the compile block to work correctly Cheers, Alejandro Edited August 18, 2017 by Pazuzu Quote Link to comment Share on other sites More sharing options...
afx Posted August 18, 2017 Share Posted August 18, 2017 This might help, Alot of gotchas defined here.. Quote Link to comment Share on other sites More sharing options...
Baldric Posted August 18, 2017 Author Share Posted August 18, 2017 Thanks the link aguywhoneverleaveswor Will definitely look into that @ Pazuzu: Also thanks for the reply. I am sure you are right, but can you be a bit more specific? I do reference the iteration with a spare input, but I take it that you mean that I need to reference more, right? What else is missing? This is the first time I am seriously looking into this. Your replies are appreciated! Cheers, Doug Quote Link to comment Share on other sites More sharing options...
Pazuzu Posted August 18, 2017 Share Posted August 18, 2017 You are using a custom expression in the group parameter of the delete sop to filter each piece; So you must edit that expression using spare inputs for the dependencies to work correctly in a compile block. Cheers, Alejandro Quote Link to comment Share on other sites More sharing options...
Baldric Posted August 22, 2017 Author Share Posted August 22, 2017 Cheers for your reply Pazuzu, I think I got it to work properly now. :-) Thanks, Doug 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.