Node panels: Enable new node group interfaces #1

Closed
Lukas Tönne wants to merge 14 commits from node-panels-final into node-panels-rna

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit 92b382f859 - Show all commits

View File

@ -565,9 +565,8 @@ static void node_update_basis_from_declaration(
panel_updates.pop(); panel_updates.pop();
} }
} }
if (!panel_updates.is_empty()) { /* Enough items should have been added to close all panels. */
/* TODO warning, more panel items declared than added. */ BLI_assert(panel_updates.is_empty());
}
/* Little bit of space in end. */ /* Little bit of space in end. */
if (has_sockets || !has_buttons) { if (has_sockets || !has_buttons) {