Jump to content

Smooth Groups


nuki

Recommended Posts

what I would usually do is cast it to an integer attribute and then use an iterative (feedback) loop;
with 2 attribute promote nodes in there:

  • one to convert from primitive to point, using mode (try different modes if you like)
  • the other to convert back from point to primitive using mode

and then just set it to use the amount of iterations about equal to the amount of subdivisions you use.

edit: and finally of course cast it back to your group if you need.

 

Edited by acey195
Link to comment
Share on other sites

I ended up mixing both of your suggestions...with a solution that seemed really obvious once I figured out I can just cast the group to an attribute. So now, I cast it to float, blur the attribute, then threshold it again. The cool thing is that I now also have control about expanding/shrinking the group, where a threshold of 0.5 will keep the bounds of the original group. And taking this further I could also keep the float attribute to control eg. fur length etc.

group_blur_2.JPG.c097fc38e40024c3571e23f0f2befbdc.JPG

Thanks for your help guys!

group_blur.hip

Edited by nuki
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...