Lukas Tönne LukasTonne
Lukas Tönne created pull request blender/blender#112013 2023-09-06 11:00:24 +02:00
Fix #111966: Node group panels too small when using "both" type sockets
Lukas Tönne pushed to fix-both-socket-panel-size at LukasTonne/blender 2023-09-06 10:58:22 +02:00
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
Compare 10 commits »
Lukas Tönne created branch fix-both-socket-panel-size in LukasTonne/blender 2023-09-06 10:58:22 +02:00
Lukas Tönne pushed to main at blender/blender 2023-09-06 10:34:28 +02:00
ba8d165d3b Fix #111804: Remove padding between node sockets when hidden
Lukas Tönne closed issue blender/blender#111804 2023-09-06 10:34:27 +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
Lukas Tönne merged pull request blender/blender#111981 2023-09-06 10:34:25 +02:00
Fix #111804: Remove padding between node sockets when hidden
Lukas Tönne pushed to fix-node-layout-padding at LukasTonne/blender 2023-09-06 10:28:08 +02:00
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
Compare 38 commits »
Lukas Tönne pushed to main at blender/blender 2023-09-06 10:24:03 +02:00
7e316b57d0 Fix #111936: Nodes forward compatibility data is not freed
Lukas Tönne closed issue blender/blender#111936 2023-09-06 10:24:02 +02:00
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
Lukas Tönne merged pull request blender/blender#111989 2023-09-06 10:24:00 +02:00
Fix #111936: Nodes forward compatibility data is not freed
Lukas Tönne commented on pull request blender/blender#111989 2023-09-05 20:05:10 +02:00
Fix #111936: Nodes forward compatibility data is not freed

oops, thanks

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.
Lukas Tönne commented on pull request blender/blender#111989 2023-09-05 19:49:58 +02:00
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.
Lukas Tönne created pull request blender/blender#111989 2023-09-05 18:30:10 +02:00
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.