Skip to main content

All Questions

1 vote
1 answer
118 views

Accessing Geometry nodes Socket Names

I'm trying to make a modifier list and for the Geometry nodes modifier, I cannot find a way to access the Socket name I have in my group input node. I'm currently using this code. ...
Pitiwazou's user avatar
  • 101
1 vote
1 answer
96 views

Is there any way to create a boolean input to a ShaderNodeGroup in Blender 4.x using python?

I'm working now on a plugin that includes NodeGroups and I want to make a Boolean Socket. I remember that in the older versions it was possible to do this, but in the Interface system, I didn't really ...
Golden Dragon's user avatar
4 votes
1 answer
215 views

Is there a way to create custom Node types or Nodes Categories using Python?

I want to create custom Nodes for my plugin, and I've found a few places on the web that say it can't be done, and a few places I've seen people say yes, but haven't explained how. So what is the ...
Golden Dragon's user avatar
1 vote
0 answers
42 views

Add image tooltip to Geometry nodes / Modifier UI?

I'm currently trying to make a template file for a hat I've made using geometry nodes. My issue is that although I have all my group input parameters neatly setup in the modifier tab - It will be ...
JaRa's user avatar
  • 509
3 votes
1 answer
427 views

How to change Geometry Nodes modifier name to node tree name?

Is it possible in Blender 3.3 to name each Geometry Nodes modifier name to be the same as the name of node tree attached to this modifier? Of course, it can be done manually, but for projects with a ...
Xostyrka's user avatar
0 votes
1 answer
144 views

Showing geometry node fields in a custom UI is grayed out for collection

I'm trying to create a custom UI that shows some geometry node modifier settings, So far it's working for the most part but Collection and Objects fields are grayed out : Is there a way to make them ...
Pszz's user avatar
  • 1
2 votes
0 answers
426 views

How to add curve widget to n-panel?

So, I have one value controlled by the Float Curve node (in the geometry nodes). And I am trying to get an access to that float curve through the N-panel. It looks like Curve Widgets are available in ...
3DBear's user avatar
  • 835