Skip to main content

All Questions

Tagged with
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
7 votes
3 answers
4k views

Dashed link lines in node editor

While testing a change to an add-on that automatically creates node groups I noticed that the links in the group in the Geometry Node Editor window were dashed instead of solid. It seems to be related ...
Rich Sedman's user avatar
  • 44.9k
2 votes
1 answer
682 views

How to copy object's name to that same object's Geometry Nodes modifier's object input with Python? [duplicate]

I'm following this tutorial and it requires some intense manual labor in the section where the video starts in the link. How can I copy object's name to that same object's Geometry Nodes modifier's ...
Manu Järvinen's user avatar
2 votes
1 answer
1k views

Is there a way to access spreadsheet data?

I love new spreadsheet editor. It's good to have it together with geometry nodes, but I think there is one feature missing. I can't export data to external file (I'd like to use it outside Blender). ...
lukaszo's user avatar
  • 21
0 votes
0 answers
569 views

Access and using geometry nodes as functions in Python

How can I use the Geometry nodes graph in python or at least get access to one of its node functionality? For example I want to use the Attribute Sample Texture Node along side editing vertex group ...
barakooda's user avatar
  • 183
1 vote
0 answers
113 views

How to connect 2 geometry node using python script? [duplicate]

I want to connect 2 geometry node using python script. I'm currently capable to create geometry node using node_groups['Geometry Nodes'].nodes.new() but Still unable to connect 2 node. Can anyone help?...
dip deb's user avatar
  • 35
7 votes
3 answers
6k views

Access geometry nodes attribute with Python

I tried to access a custom Attribute from a geometry node setup in Python API after evaluation of the modifiers. But I only can find the vertex data. In this example I want to access the attribute &...
volker's user avatar
  • 73
3 votes
0 answers
255 views

Custom UI List consisting of only Geometry Nodes type of modifiers

I wanted to draw a UIList consisting of modifiers. This UI List should only contain GeometryNodes modifier and those starts with a particular name like Terrain_ I have gone through multiple resources ...
Rakesh choudhary's user avatar
0 votes
1 answer
416 views

Tetradecahedron / polyhedra in blender [duplicate]

How can I go about creating a Kelvin’s Tetrakaidecahedron Cell / tetrakaidecahedron. I'm willing to try it using Geometry nodes, Python, etc.. For more background on what it is. Tetrakaidecahedron (...
Rick T's user avatar
  • 4,543
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
1 vote
2 answers
3k views

How to draw Inputs from Geometry nodes modifier in a panel

I am trying to draw the inputs of the Geometry Nodes modifier to a panel, and I tried doing this ...
Rakesh choudhary'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

15 30 50 per page
1
9 10 11 12
13