Jump to content

POP Grain disintegration on character animation


Jamshid63

Recommended Posts

How do I achieve this similar fx using POP Grains. John kunz has full tutorial on the same, but he is using Vellum grains. i wanna try doing this fx using pop grains.

Attached .hip is my try. i can only tend to get disintegration, on the first frame. rest of the frames are not taking my color transfer , i know i am missing only one or two lines of wrangle. Please help me out . the file has all the setup, to save your time.

Thanks in advance. 

POP Grain_Disintegration.hipnc

Link to comment
Share on other sites

f@mass = 1;
f@active = 1;
if( inpointgroup(0,'bonepoints',@ptnum) )   {
    @P = point(0, 'P', @ptnum);
    @mass = 0;
    @v = point(0, 'v', @ptnum);
    @active = 0;
}

Update the code in your pop wrangle, instead of using the group parameter and only running the code on grouped points, I believe you should be running the wrangle over all the points and then using an if statement to handle grouped points.

 

 

POP Grain_Disintegration_fix.hipnc

  • Thanks 1
Link to comment
Share on other sites

Thank you soooooo much @jkunz07 . You are awesome. And your tutorials are damn good, i must say that. keep doing it no matter if it is 2 or 4 hours long.

@Librarian I typed in almost all the keywords on google and YouTube except "dissolving", LOL. And closest tutorial that i came across was John Kunz's "Vellum disintegration".  Short and sweet has to put more work on keywords, i guess. :P

  • Haha 1
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...