Lukas Tönne LukasTonne
Lukas Tönne commented on issue blender/blender#111936 2023-09-05 18:15:45 +02:00
Regression: Nodes: Memory leaks

I misread the version info, the file is actually from 4.0.22. I've narrowed the data down to some socket default_values in the legacy ntree sockets. This data should not exist any more at that…

Lukas Tönne commented on issue blender/blender#111936 2023-09-05 17:44:17 +02:00
Regression: Nodes: Memory leaks

Any more info on how it got to this state? The output from out guardedalloc backtrace isn't helpful at all here, all i know is "it came from a node tree". I tried debug printing all the potential…

Lukas Tönne commented on issue blender/blender#111969 2023-09-05 16:25:49 +02:00
Node group panel padding

This might be difficult, the panels are rendered as simple boxes right now. Filling the space at the bottom will require a kind of half-rounded shape.

Lukas Tönne created pull request blender/blender#111981 2023-09-05 16:22:17 +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-05 16:17:57 +02:00
994337813d Fix spacing between sockets.
Lukas Tönne pushed to fix-node-layout-padding at LukasTonne/blender 2023-09-05 14:41:02 +02:00
9c72bda5e6 Node UI: add correct spacers before and after items.
b2b1657721 Fix #111963: Copying sockets was not creating unique identifiers
4033f3bcc3 Refactor: Code indentation in transform_convert_nla.cc
1494929f94 Python API: Fix docstring from method to classmethod
dabc35724e Fix #111942: wrong colors editing list items in light theme
Compare 10 commits »
Lukas Tönne created branch fix-node-layout-padding in LukasTonne/blender 2023-09-05 14:41:01 +02:00
Lukas Tönne deleted branch test_nodegroup_compat from LukasTonne/blender 2023-09-05 14:27:30 +02:00
Lukas Tönne merged pull request blender/blender#111800 2023-09-05 14:27:27 +02:00
New test for node group versioning
Lukas Tönne pushed to main at blender/blender 2023-09-05 14:27:27 +02:00
851a32adb5 Nodes: New test for node group versioning
Lukas Tönne commented on pull request blender/blender#111800 2023-09-05 13:35:48 +02:00
New test for node group versioning
Lukas Tönne pushed to test_nodegroup_compat at LukasTonne/blender 2023-09-05 13:32:54 +02:00
60a5e6f426 Merge branch 'main' into test_nodegroup_compat
b2b1657721 Fix #111963: Copying sockets was not creating unique identifiers
4033f3bcc3 Refactor: Code indentation in transform_convert_nla.cc
1494929f94 Python API: Fix docstring from method to classmethod
dabc35724e Fix #111942: wrong colors editing list items in light theme
Compare 5 commits »
Lukas Tönne deleted branch fix-node-group-socket-identifiers from LukasTonne/blender 2023-09-05 13:32:09 +02:00
Lukas Tönne closed issue blender/blender#111963 2023-09-05 13:32:07 +02:00
Duplicated node sockets cannot be linked
Lukas Tönne pushed to main at blender/blender 2023-09-05 13:32:06 +02:00
b2b1657721 Fix #111963: Copying sockets was not creating unique identifiers
Lukas Tönne merged pull request blender/blender#111972 2023-09-05 13:32:04 +02:00
Fix #111963: Copying sockets was not creating unique identifiers
Lukas Tönne commented on pull request blender/blender#111972 2023-09-05 13:11:25 +02:00
Fix #111963: Copying sockets was not creating unique identifiers

Do we need versioning to fix possible existing non-unique identifiers?

Lukas Tönne created pull request blender/blender#111972 2023-09-05 13:05:19 +02:00
Fix #111963: Copying sockets was not creating unique identifiers
Lukas Tönne pushed to fix-node-group-socket-identifiers at LukasTonne/blender 2023-09-05 13:03:51 +02:00
7302652ec4 Fix #111963: Copying sockets was not creating unique identifiers.
Lukas Tönne created branch fix-node-group-socket-identifiers in LukasTonne/blender 2023-09-05 13:03:51 +02:00