Page MenuHome

Node->Ungroup menu entry is broken
Closed, ResolvedPublic

Description

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.

Event Timeline

Lukas, any news here? :)
This is valid for all of the Group operators inside the Node menu. Edit Group, Make Group etc.

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.

Your reported issue has been fixed in SVN. Thanks for taking the
time to report!.

Lukas Tönne (lukastoenne) changed the task status from Unknown Status to Resolved.Apr 20 2013, 6:51 PM