wateryfield Posted August 15, 2014 Share Posted August 15, 2014 Hi, everyone. I have a pop, there is something not working right. I take a sopsolver in new pop, initial a "s" attribute to 1, and then jump in sopsolver created a pointwrangle with f@s +=1; But it just increase once, then not increase at all. I just begin study the pop. Any help will be appreciated. Thanks. pop_sopsolver.hip Quote Link to comment Share on other sites More sharing options...
Artem Smirnov Posted August 15, 2014 Share Posted August 15, 2014 (edited) like this? pop_sopsolverDD.hip Edited August 15, 2014 by Artem Smirnov 1 Quote Link to comment Share on other sites More sharing options...
wateryfield Posted August 15, 2014 Author Share Posted August 15, 2014 like this? Year, great work. Thanks. But can it be done by sopsolver? Quote Link to comment Share on other sites More sharing options...
Artem Smirnov Posted August 15, 2014 Share Posted August 15, 2014 sure=) pop_sopsolverDDD.hip 1 Quote Link to comment Share on other sites More sharing options...
Skybar Posted August 15, 2014 Share Posted August 15, 2014 I haven't looked at Artem's files, but you have a Pop Wrangle which sets your attribute to 1 on every timestep. So despite what you are doing in the SOP Solver, it will always go back to 1 on the next timestep. Simply delete that POP Wrangle and it all works fine. 1 Quote Link to comment Share on other sites More sharing options...
wateryfield Posted August 15, 2014 Author Share Posted August 15, 2014 (edited) sure=) Got it. Thanks. Edited August 15, 2014 by wateryfield Quote Link to comment Share on other sites More sharing options...
wateryfield Posted August 15, 2014 Author Share Posted August 15, 2014 I haven't looked at Artem's files, but you have a Pop Wrangle which sets your attribute to 1 on every timestep. So despite what you are doing in the SOP Solver, it will always go back to 1 on the next timestep. Simply delete that POP Wrangle and it all works fine. Finally understand, i made a stupid mistake. I have to take a rest, it is early in the morning here. Thanks, Guys. 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.