Nodes: Panels integration with blend files and UI #111348

Merged
Lukas Tönne merged 96 commits from LukasTonne/blender:node-panels-final into main 2023-08-30 12:37:28 +02:00
1 changed files with 2 additions and 3 deletions
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();
}
}
if (!panel_updates.is_empty()) {
/* TODO warning, more panel items declared than added. */
}
/* Enough items should have been added to close all panels. */
BLI_assert(panel_updates.is_empty());
/* Little bit of space in end. */
if (has_sockets || !has_buttons) {