Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

7 questions with no upvoted or accepted answers
0 votes
0 answers
28 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
69 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
0 votes
0 answers
71 views

How can I access and modify a boolean attribute in edit mode?

Re Manually setting custom attributes per edge / vertex / etc TLDR : In edit mode, the regular interface to access and edit attributes, ...
Gorgious's user avatar
  • 31.6k
0 votes
0 answers
27 views

Animating custom attributes with python

I'm looking for a way to animate custom Blender attributes. Let's say we have an attribute created using the solution from this post: Manually setting custom attributes per edge / vertex / etc ...
websterek's user avatar
0 votes
0 answers
47 views

Per Object Attribute not updating instantly

I am using this code, based on a previous question: https://blender.stackexchange.com/a/302335/171509 ...
YupDiDo's user avatar
  • 55
0 votes
0 answers
704 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
0 votes
0 answers
61 views

Pack Addon or PointerProperty/PropertyGroup with Blend File For Cloud Rendering

I wrote an addon that takes a 3D-printing GCode file and turns it into a renderable object. I define a pointer property and then use members of that pointer property to drive the visibility of ...
Vipul Rajan's user avatar