Skip to main content

All Questions

0 votes
2 answers
41 views

How to show only certain vertices in Geometry Nodes?

The objects have a Custom Property called RequiredVerticesArray, which stores the indices of the vertices that should be displayed. How to read this array through Geometry Nodes and display only these ...
Vadim Tss's user avatar
3 votes
2 answers
135 views

Ripping vertices with more than two connected edges

I'm trying to find a way to rip all vertices with more than two connected edges on a mesh, then move the resulting verts away from each other slightly afterwards. Is there a way to do this in geometry ...
Adkopras's user avatar
3 votes
1 answer
377 views

Remove every nth Vertex with Geometry Nodes/Python

Node noob calling all node gurus. I'm working with some simulated galaxy data at university and as an aside, I'm wondering if I can render it in Blender - however because it was legitimately simulated ...
Blenderman's user avatar
2 votes
1 answer
2k views

Geometry Nodes - Point Cloud from custom XYZ coordinates?

I'd like to create a point cloud using the Geometry Node Editor based on my own custom data. The data is stored in a .txt file, plain [x,y,z] coordinates and looks like this: ...
Petra Svobodova's user avatar