Block a user
Fix #111966: Node group panels too small when using "both" type sockets
3fe931bb3a
Fix #111966: Node group panels too small when using "both" type sockets
2b5f97b8c4
Fix #111955: Animation player no longer responds to mouse input
7e316b57d0
Fix #111936: Nodes forward compatibility data is not freed
461a458e85
Fix: exception when using menu search outside of properties editor
8c43cc3f83
Cleanup: use menu type flag
Lukas Tönne
created branch fix-both-socket-panel-size in LukasTonne/blender
2023-09-06 10:58:22 +02:00
Hidden sockets add padding to group nodes.
Lukas Tönne
deleted branch fix-node-layout-padding from LukasTonne/blender
2023-09-06 10:34:26 +02:00
Fix #111804: Remove padding between node sockets when hidden
fd6c9fef70
Cleanup: rename to
need_spacer_after_item
.
ff7fa54e27
Merge branch 'main' into fix-node-layout-padding
2b5f97b8c4
Fix #111955: Animation player no longer responds to mouse input
7e316b57d0
Fix #111936: Nodes forward compatibility data is not freed
461a458e85
Fix: exception when using menu search outside of properties editor
Regression: Nodes: Memory leaks
Lukas Tönne
deleted branch fix-node-group-versioning-memleak from LukasTonne/blender
2023-09-06 10:24:02 +02:00
Fix #111936: Nodes forward compatibility data is not freed
Lukas Tönne
pushed to fix-node-group-versioning-memleak at LukasTonne/blender
2023-09-05 20:05:03 +02:00
efc5f696ac
Removed redundant free.
Fix #111936: Nodes forward compatibility data is not freed
Yes, fixed. I thought at first this wouldn't be necessary, but since the pointers are fully read and constructed we also need to destruct the IDProperty.
Lukas Tönne
pushed to fix-node-group-versioning-memleak at LukasTonne/blender
2023-09-05 19:48:19 +02:00
8610f5fa48
Destruct the socket IDProperty in case it exists.
Fix #111936: Forward compatibility data does not get freed.
Lukas Tönne
pushed to fix-node-group-versioning-memleak at LukasTonne/blender
2023-09-05 18:29:28 +02:00
9ac3f072a9
Fix #111936: Forward compatibility data does not get freed.