Jump to content

Transform RBD Pieces


ai88

Recommended Posts

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.

 

Screen Shot 2020-04-28 at 9.31.46 PM.png

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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");
    }

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...