Crease edges with geo nodes

Hello,

I would like to know if there is a way to crease edges based on vertex group with geo nodes.

For the moment, my setup is the following :

image

How can I use my mask to control the crease ?

Thanks,

Hello,
The mask is a boolean value, 1 in the vertex group, 0 outside.
Just multiply.
Crease_VertexGroup
All the vertices in the group will multiply the input value by 1 and for those outside the value will be 0 (no crease).

Hope it helps.

2 Likes

Thanks a lot !