Skip to main content

All Questions

1 vote
0 answers
84 views

Can I export the 3D coordinates of part of an object created in Geometry Nodes (without applying the modifier)?

Can I export the 3D coordinates of a part of an object made by the Geometry Nodes to a .csv file (without applying the GN)? For example, I created this road (and its accessories) in Geometry Nodes, ...
miaomiao's user avatar
1 vote
1 answer
307 views

"Property type does not match input socket" error when running python script that reads from csv and changes geo node inputs

I am running a python script that does the following things: read data from csv file and stores them in two variables runs a function that creates bezier curve with a geometry nodes setup and changes ...
Ash Monkey's user avatar
3 votes
1 answer
293 views

How to use CSV data to color 1 million voxels staked in a Rubik's Cube like model?

The cube is composed of 1 million voxels (100x100x100) having the same size (1 unit). Voxel information is saved in this .txt file having the format: (4 columns x 1 million lines). The first 3 columns ...
Mohammed Krameche's user avatar
10 votes
1 answer
3k views

Import data (x,y,z + attributes) from file into geometry nodes

I have some data with cartesian coordinates + some attributes (e.g. size, rotation, and/or color) outside blender and want to use that as basis for geometry nodes. For example, I want to use the ...
Phann's user avatar
  • 447