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
0 votes
0 answers
54 views

How to obtain vertex position and rotation data from a mesh made from geometry nodes?

I'm attempting to obtain location and rotation data on each vertex in a curve mesh that I draw on top of a shape, but I cannot find a way to export this information. For my project, I need the ...
JoshuaENGR's user avatar
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