Alt+G ungroups a node group correctly, but using the meny entry Node-->Ungroup does not work.
win64 r55714 builder.blender.org
Attached file for testing.
Description
Description
Event Timeline
Comment Actions
Lukas, any news here? :)
This is valid for all of the Group operators inside the Node menu. Edit Group, Make Group etc.
Comment Actions
The issue here is that group operators have a string property to tell them which type of group node they should work on. For keymapped operators this is set in the keymap, but the generic menu entry operator doesn't have this property set, so cancels out early ... Have to think about how such operators can work nicely on the various group node types without requiring such properties.