Lukas Tönne LukasTonne
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-10-19 15:30:41 +02:00
5166aadb06 Write back point data grid attributes to the point cloud on conversion.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-10-19 12:24:39 +02:00
8a559a3868 Merge branch 'main' into point-cloud-grid
36c127805f Merge branch 'blender-v4.0-release'
52e6106d28 Fix #113860: Incorrect conditionals for node group socket names
3d97c7dbcb Merge branch 'blender-v4.0-release'
838aca5f18 Fix #102856: Too small draggable area of asset view template items
Compare 6 commits »
Lukas Tönne pushed to main at blender/blender 2023-10-19 12:22:44 +02:00
36c127805f Merge branch 'blender-v4.0-release'
52e6106d28 Fix #113860: Incorrect conditionals for node group socket names
Compare 2 commits »
Lukas Tönne deleted branch fix-incorrect-string-checks from LukasTonne/blender 2023-10-19 12:21:57 +02:00
Lukas Tönne merged pull request blender/blender#113929 2023-10-19 12:21:56 +02:00
Fix #113860: Incorrect conditionals for node group socket names
Lukas Tönne pushed to blender-v4.0-release at blender/blender 2023-10-19 12:21:56 +02:00
52e6106d28 Fix #113860: Incorrect conditionals for node group socket names
Lukas Tönne created pull request blender/blender#113929 2023-10-19 12:19:52 +02:00
Fix #113860: Incorrect conditionals for node group socket names
Lukas Tönne created branch fix-incorrect-string-checks in LukasTonne/blender 2023-10-19 12:18:45 +02:00
Lukas Tönne pushed to fix-incorrect-string-checks at LukasTonne/blender 2023-10-19 12:18:45 +02:00
78465d8924 Fix #113860: Incorrect conditionals for node group socket names.
838aca5f18 Fix #102856: Too small draggable area of asset view template items
Compare 2 commits »
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-10-19 12:12:26 +02:00
0dc670323c Implementation of the 3 particle nodes.
08cc0570db Merge branch 'main' into point-cloud-grid
367320a0f5 Merge branch 'blender-v4.0-release'
dfc3f75e77 Fix #113860: Nullptr checks for node socket and panel name pointers
5736438b95 Cleanup: GPv2 remove duplicate matrix
Compare 6 commits »
Lukas Tönne pushed to main at blender/blender 2023-10-19 11:49:04 +02:00
367320a0f5 Merge branch 'blender-v4.0-release'
dfc3f75e77 Fix #113860: Nullptr checks for node socket and panel name pointers
Compare 2 commits »
Lukas Tönne deleted branch secure-socket-name-nullptr from LukasTonne/blender 2023-10-19 11:48:23 +02:00
Lukas Tönne closed issue blender/blender#113860 2023-10-19 11:48:21 +02:00
Crash if you assign an empty name to the node group interface.
Lukas Tönne merged pull request blender/blender#113924 2023-10-19 11:48:18 +02:00
Fix #113860: Nullptr checks for node socket and panel name pointers
Lukas Tönne pushed to blender-v4.0-release at blender/blender 2023-10-19 11:48:18 +02:00
dfc3f75e77 Fix #113860: Nullptr checks for node socket and panel name pointers
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-10-19 11:12:16 +02:00
76cabd735f Merge branch 'main' into point-cloud-grid
ab91c18995 Fix linking errors when doing full debug build with ASAN: Disable ASAN for extern.
d826bcd02f Merge branch 'blender-v4.0-release'
78b2e9071f Fix #113875: 2D Animation template's view transform set to AgX
e6a0b4404c Fix #110415: Crash with single point curves in Interpolate Curves node
Compare 59 commits »
Lukas Tönne created pull request blender/blender#113924 2023-10-19 11:05:57 +02:00
Fix #113860: Nullptr checks for node socket and panel name pointers
Lukas Tönne pushed to secure-socket-name-nullptr at LukasTonne/blender 2023-10-19 11:04:32 +02:00
998accc5f9 Fix #113860: Nullptr checks for node socket and panel name pointers.
62219f8da9 Metal: Re-enable workbench NEXT shadows
c7384ba6f3 Fix #110878 VSE duplicating first frame and offsetting rest.
d4fd65ffc9 Fix issues when adding retiming key outside of strip boundary
e11f031d62 Fix performance regression on Metal/AMD due to new BSDFs
Compare 9 commits »
Lukas Tönne created branch secure-socket-name-nullptr in LukasTonne/blender 2023-10-19 11:04:31 +02:00
Lukas Tönne commented on issue blender/blender#113860 2023-10-19 10:26:40 +02:00
Crash if you assign an empty name to the node group interface.

There are places in the code where name != nullptr is asserted and some more where dangerous assignment takes place. I guess i have to go over these and make sure nullptr is supported.