Blender still blocks adding new sockets to Geometry Nodes group sockets:
D.node_groups['Geometry Nodes'].nodes['Group'].inputs.new('FLOAT', 'Test')
Traceback (most recent call last): File…
FYI, still crashes in Blender 4.2.1
In this case, the correct thing to do is use
grptree.inputs.new
instead ofgrp.inputs.new
. This is the difference that I mentioned in the comments of the commit. Inputs must be added to…
I think I understand what you are saying. This definitely caught me by surprise as I would not expect for this to have any effect on performance (and it should not like you said), since the…
Geometry nodes is not supporting
int64_t
right now. So, this just extremely high mesh for geometry nodes right now.
You are missing the bug! The fir_twig
object was deleted and is not…
If the old API is broken a new one should be made. Having modifiers in the 3D view allows for working in full screen mode.