Block a user
abcdbc871f
Merge branch 'main' into test_nodegroup_compat
ed1f9d4fdd
Nodes: Fix versioning 2.6 groups, causing dangling link pointers
32f369c2dc
Cleanup: remove dead code
Lukas Tönne
deleted branch fix-versioning-26-node-groups from LukasTonne/blender
2023-09-05 12:37:15 +02:00
Fix versioning old 2.6 node groups, causing dangling link pointers
Hidden sockets add padding to group nodes.
Thank you for this thorough bug report. I'm going to look into it soon, just wanted to say that i appreciate the effort put into comparing all the node ui :)
New test for node group versioning
I've realized that i can just put all the specs in a list since i'm testing all the sockets one by one anyway. Nice and compact now.
85e64e3d15
Merge branch 'main' into test_nodegroup_compat
ce48a2a85c
Fix #111934: crash sculpting on mesh
71821d1251
Fix compilation error draw test
ad0e4f08c0
GPU: Add tests for 1d, 2d array texture types
b6bc53760a
Vulkan: Add recent introduced types
Lukas Tönne
pushed to fix-versioning-26-node-groups at LukasTonne/blender
2023-09-05 11:47:56 +02:00
f47109838e
Merge branch 'main' into fix-versioning-26-node-groups
ce48a2a85c
Fix #111934: crash sculpting on mesh
71821d1251
Fix compilation error draw test
ad0e4f08c0
GPU: Add tests for 1d, 2d array texture types
b6bc53760a
Vulkan: Add recent introduced types
Lukas Tönne
pushed to geometry-nodes-tetrahedralization2 at LukasTonne/blender
2023-09-05 11:44:52 +02:00
251c518a49
Merge branch 'main' into geometry-nodes-tetrahedralization2
11fe57cab8
Animation: Move Snapping to Scene
7365f0b094
Cleanup: Cover .metal files with
make format
c59c97c947
Cleanup: Ensure correct order of headers in Metal kernel
20b3e62e93
Fix #111896: Regression: Crash for entering into Armature Edit Mode
Node group "Hide Value" option does not function
Fix #111950: missing "hide value" and "compact" flags for group sockets
Lukas Tönne
created branch geometry-nodes-tetrahedralization2 in LukasTonne/blender
2023-09-05 10:33:02 +02:00
Lukas Tönne
pushed to geometry-nodes-tetrahedralization2 at LukasTonne/blender
2023-09-05 10:33:02 +02:00
Fix #111950: missing "hide value" and "compact" flags for group sockets
Found this issue in #111800 as well (three cheers for testing), just cherry-picked here.