Maybe a trick to do so?
The problem with this solution is that it will not work as inset on elongated faces. I am slowly getting into geometry nodes. And the fact that there is no inset node was surprising.
You can check my node group that evenly offsets edges
Thank you very much! This is exactly what I was looking for!
I didnât, it might possible in blender 3.4 with new topology nodes but not sure
Very nice! but sadly it only insets each face separately. Like for example if you have a grid and do inset on it. it canât inset the whole grid as one. it will inset each face. is it possible to configure it to inset the whole geometry as one?
just uncheck âindividualâ on extrude node inside node group. It then insets whole grid. You have to uncheck even offset also.
very nice node group, thanks higgsas.
yes I tried that unfortunately it does not get the right result. It also does not work with the simple grid like yours. Iâm using Blender 3.4 on Windows 7. So it is probably broken on the latest blender versions
Yes itâs the limitation of that node group, it should be possible to remake it in 3.4 with new topology nodes to work, but itâs a bit of work.
You can try do it with my Edge Offset node
edgeoff.blend (1.3 MB)
do you think you can add âresetâ uv cords from this?
the original edge to be extruded is 0,0 - 1,0 and the new edge added would be 0,1 - 1,1
I tried but its too complicated to make it work with most cases
Maybe try the bevel build
Hey thank you very much for your response very much appreciated.