Jump to content

how to grow a selection?


meshsmooth

Recommended Posts

Hey meshsmooth,

After you select a point, change the selection type to polygon which will selection all polys connected to the point then change selection type back to points & now you'll have a "growing" points selection. Unfortunately, you can't use the same method for "shrinking" selection.

Cheers!

steven

Link to comment
Share on other sites

You can use the GroupSOP:

Turn on Enable under Edges, and adjust the Edge Depth.

But you will see that it doesn't work well, because the selection cannot grow simultaneously from two distant points...

So i created a Vex SOP using mainly neighbour functions, that allows you to grow selection.

check this:

(download the scene here)

It's only to grow selections.

But if you can grow, you can shrink, yes?

(i let you search and if you don't find, i'll give you the solution!)

Is it useful enough to make it an OTL (and submit it to odforce...) ?

(with some tweaks of course!).

(oh... for the faces convert Primitive Groups to Point Groups -> grow/shrink -> convert Point Groups to Primitive Groups

Link to comment
Share on other sites

As far as i remember ( i haven't got Houdini here), the zero parameter is a stupid parameter that can be removed ( it sets the initial value for the for-loop).

You can replace it with a constant VOP ( value set to 0).

An answer:

to shrink a selection is to grow the complementary selection... :)

hope it helps :)

Link to comment
Share on other sites

I am now working on making a vex sop to smooth values such as point colour or another attribute. This is an attempt to do what I do often in Photoshop to grow a selection. Turn the selection into a mask then Gaussian blur the image then threshold the image to make it hard selection again.

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...