Thank you for this and other fantastic add-ons you have created. These give so much good flow when working in Geometry Nodes.
I made a little script for myself for this add-on. The Script checks if I have Store Named Attribute node selected.
If there is one selected, it fires the command that adds Named Attribute node with name set. (bpy.ops.node.add_named_attribute_node()
If I don't have "Store Named .." node selected, it opes the list. (bpy.ops.wm.call_menu(name="ATTRLIST_MT_Menu"))
That way I need only one shortcut for these both commands, as if I don't have the Node selected, then the first command does nothing. And if I have the node selected, I mostly likely want to add the node for the Attribute stored in that node, not the others.
But thank you again for the great addons.
Good idea.👍🏻
效率神器