Skip to main content

All Questions

0 votes
0 answers
27 views

How to Export JSON from Blender with Split Normals using Geometry Nodes

I am trying to export a JSON file from Blender and need split normals as data on vertices. I have exported a custom attribute named "norm" using geometry nodes. However, I am struggling to ...
Vishal Soni's user avatar
0 votes
1 answer
68 views

Transfer (float) vertex-attribute to vertex-weight, to allow GeoNodes to control subsequent Armature binding

In Blender 4.1 or higher, I want to write a custom modifier, which transfers values from a vertex attribute (on geometry generated by geonodes) to a vertex group (usable with other modifiers). This is ...
Mark K Cowan's user avatar
2 votes
1 answer
180 views

Link geometry node sockets in python

I'm trying to link the values of a Named Attribute node to the scale vector of the Instance on Points node in Python but I couldnt find a way to do this anywhere... I want to do something like this: ...
Abner Augusto Souza's user avatar
0 votes
0 answers
697 views

How to get an object custom property within Geometry Nodes (without the creation of drivers)?

How to access custom object properties within Geometry Nodes without using drivers? In the Shader Editor this can be easily accomplished by adding an "Attribute" node e.g.: Note that the ...
user164973's user avatar
2 votes
1 answer
608 views

How can I access named custom instance attributes generated with Geometry Nodes in Python?

I have a question. How can I access named custom instance attributes generated with Geometry Nodes in Python? What I did: I set up named custom instance attribute with Geometry Nodes, named "...
Takahiro's user avatar