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
23 views

Export Geometry Node Raycast Data to Text [duplicate]

I'm trying to export the XYZ values from Raycast Geometry Nodes to a txt or csv. The output socket Hit Position, I know is a vector, but I can't access the coordinates of every hit position. How do I ...
leocfranz's user avatar
1 vote
0 answers
47 views

How to write a script to multiply a mesh and after that export the multiplied meshes to an FBX file

I'm learning to work with blender and also to program with Python. I found an article teaching how to create a maze, multiplying the faces and edges all through Geometry Nodes and carving the walls ...
Souza's user avatar
  • 111
3 votes
0 answers
20 views

How to store node graphs in git [duplicate]

I want to work on node graphs in blender together with other people. I need to have some mechanism of resolving conflicts. Ideally I would like to somehow store those graphs as code in a text file. Is ...
alagris's user avatar
  • 197
1 vote
2 answers
6k views

Geometry Nodes as mesh generation script

Newbie here I was recently working on a project that required dynamically generated 3D terrain. I am currently a computer science student but have some experience in blender and had seen what was ...
BenKlee's user avatar
  • 11