Matrix operations and sockets for geometry nodes #105408

Closed
Lukas Tönne wants to merge 37 commits from LukasTonne/blender:nodes-matrix-types into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 49b22cc187 - Show all commits

View File

@ -5823,7 +5823,7 @@ void uiLayoutSetTooltipFunc(uiLayout *layout,
}
}
if (!arg_used) {
if (!arg_used && free_arg) {
/* Free the original copy of arg in case the layout is empty. */
free_arg(arg);
}