ai88 Posted April 28, 2020 Share Posted April 28, 2020 Hi, Anyone knows how to get rid off part of this box when I use transform pieces. I deleted some points by speed in DOP. Thanks. untitled.hipnc Quote Link to comment Share on other sites More sharing options...
Noobini Posted April 29, 2020 Share Posted April 29, 2020 I see no 'blocky' problem at all, 18.0.416 Quote Link to comment Share on other sites More sharing options...
ai88 Posted April 29, 2020 Author Share Posted April 29, 2020 6 minutes ago, Noobini said: I see no 'blocky' problem at all, 18.0.416 I deleted that big chunk in Dop by speed expression. I got point cache and did transform pieces. I can still see in 17.5. Quote Link to comment Share on other sites More sharing options...
ai88 Posted April 29, 2020 Author Share Posted April 29, 2020 any help? Quote Link to comment Share on other sites More sharing options...
Noobini Posted April 29, 2020 Share Posted April 29, 2020 oh now I see the 'blob'...nothing to do with cache or 17, in H18 i can see it, because of your delete I think, since the number of points no longer match up ? Like if you delete point 500 in DOP...what's going to control block 500 in transform pieces ? So what I did was instead of removepoint I simply said if speed > MaxSpeed set speed = MaxSpeed Quote Link to comment Share on other sites More sharing options...
ai88 Posted April 29, 2020 Author Share Posted April 29, 2020 19 minutes ago, Noobini said: oh now I see the 'blob'...nothing to do with cache or 17, in H18 i can see it, because of your delete I think, since the number of points no longer match up ? Like if you delete point 500 in DOP...what's going to control block 500 in transform pieces ? So what I did was instead of removepoint I simply said if speed > MaxSpeed set speed = MaxSpeed How can I write that expression? f@speed = length(@v); if (@speed > ch("MaxSpeed") && @Frame < 10){ set(@speed = ("MaxSpeed"); } Quote Link to comment Share on other sites More sharing options...
Noobini Posted April 29, 2020 Share Posted April 29, 2020 1 minute ago, ai88 said: How can I write that expression? f@speed = length(@v); if (@speed > ch("MaxSpeed") && @Frame < 10){ set(@speed = ("MaxSpeed"); } just if (@speed > ch("MaxSpeed") && @Frame < 10) @speed = ch("MaxSpeed"); (i was just speaking to you in Engrish, that's all) Quote Link to comment Share on other sites More sharing options...
ai88 Posted April 29, 2020 Author Share Posted April 29, 2020 22 minutes ago, Noobini said: just if (@speed > ch("MaxSpeed") && @Frame < 10) @speed = ch("MaxSpeed"); (i was just speaking to you in Engrish, that's all) ok thanks I will try 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.