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 :
How can I use my mask to control the crease ?
Thanks,
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 :
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.
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.
Thanks a lot !