Skip to main content

All Questions

0 votes
0 answers
110 views

How to export the point cloud coordinates created by the geometry node "distribution points on faces "?

Tried everything I could but cannot find a solution to export it in python code!
Mr. H's user avatar
  • 1
4 votes
1 answer
4k views

Get Point Coordinates generated with Geometry Nodes?

Say you generate some random points using Geometry Nodes, how can you get all those point coordinates using the python api? The only hint I have is that the point coords are located under Point Cloud ...
Armored Wolf'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