Skip to main content

All Questions

0 votes
0 answers
60 views

Cannot apply Geometry Nodes modifier [closed]

I'm using this script to bring point at specific coordinates to Blender. Then I would like to replace the vertices with objects via Geometry Nodes (Instance on Points node), but in the end I cannot ...
CP Hooligan's user avatar
1 vote
1 answer
36 views

AttributeError: 'NoneType' object has no attribute 'modifiers'

So I've been trying to add Geo Nodes modifier to a created cube through custom UI panel, even though it works as intended, Blender shows me AttributeError. How can I fix this? (I'm new to coding so ...
Veeran's user avatar
  • 33
4 votes
1 answer
108 views

GN: Setting modifier property via python does not update the 3D view

I copied full datapath for my property Vertices X as shown below and set it via python using ...
Spammer's user avatar
  • 446
0 votes
0 answers
26 views

Applying specific Geometry Nodes modifier to an object with python [duplicate]

I am very new to python and writing blender addons. I am currently trying to make an addon that takes the selected object, makes a new cube at that location, and then applies a set of custom geo nodes ...
michael warneke's user avatar
0 votes
0 answers
57 views

Persistent holes in mesh

I have an object, like a cube. I will move other meshes through it, or fire particles at it. I want theses things to pass through the object, leaving a hole where they went through without needing a ...
user166113'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