Lukas Tönne LukasTonne
Lukas Tönne pushed to gpv3-fill-tool-precision at LukasTonne/blender 2024-05-27 14:50:59 +02:00
Lukas Tönne created branch gpv3-fill-tool-precision in LukasTonne/blender 2024-05-27 14:50:59 +02:00
Lukas Tönne pushed to gpv3-convert-operator at LukasTonne/blender 2024-05-27 14:48:39 +02:00
ddab372349 Use copy constructors to avoid initializing GP objects manually.
Lukas Tönne deleted branch gpv3-fill-half-width from LukasTonne/blender 2024-05-27 14:44:12 +02:00
Lukas Tönne pushed to main at blender/blender 2024-05-27 14:44:10 +02:00
aa88ced5c2 GPv3: Render boundary strokes with half width to hide gaps on boundaries
Lukas Tönne merged pull request blender/blender#122307 2024-05-27 14:44:09 +02:00
GPv3: Render boundary strokes with half width to hide gaps on boundaries
Lukas Tönne commented on pull request blender/blender#122304 2024-05-27 14:37:52 +02:00
Fix #121356: GPv3: Conversion operators to/from Curves

Done

Lukas Tönne pushed to gpv3-convert-operator at LukasTonne/blender 2024-05-27 14:37:28 +02:00
022a7480a4 Merge branch 'main' into gpv3-convert-operator
dbe39fb202 Fix memory leak when copying materials from evaluated data.
388855132e Fix #115542: Update space when selection end has moved after script error
6256e2a838 Fix #122150: UI: layout.template_search() crash without an active item
c7dae7e455 Fix #122217 : Datablock Pointers id_properties_ui().update() crashes
Compare 22 commits »
Lukas Tönne pushed to gpv3-fill-half-width at LukasTonne/blender 2024-05-27 14:34:57 +02:00
f73be6374e Merge branch 'main' into gpv3-fill-half-width
dbe39fb202 Fix memory leak when copying materials from evaluated data.
388855132e Fix #115542: Update space when selection end has moved after script error
6256e2a838 Fix #122150: UI: layout.template_search() crash without an active item
c7dae7e455 Fix #122217 : Datablock Pointers id_properties_ui().update() crashes
Compare 22 commits »
Lukas Tönne pushed to main at blender/blender 2024-05-27 14:34:07 +02:00
dbe39fb202 Fix memory leak when copying materials from evaluated data.
Lukas Tönne created pull request blender/blender#122307 2024-05-27 12:29:03 +02:00
GPv3: Render boundary strokes with half width to hide gaps on boundaries
Lukas Tönne pushed to gpv3-fill-half-width at LukasTonne/blender 2024-05-27 12:25:10 +02:00
Lukas Tönne created branch gpv3-fill-half-width in LukasTonne/blender 2024-05-27 12:25:10 +02:00
Lukas Tönne pushed to gpv3-fill-dilate-erode at LukasTonne/blender 2024-05-27 12:18:55 +02:00
85c9edd0a5 Render boundary strokes with half width to hide gaps on boundaries.
Lukas Tönne created branch gpv3-fill-dilate-erode in LukasTonne/blender 2024-05-27 11:58:32 +02:00
Lukas Tönne pushed to gpv3-fill-dilate-erode at LukasTonne/blender 2024-05-27 11:58:32 +02:00
Lukas Tönne commented on pull request blender/blender#122304 2024-05-27 11:53:10 +02:00
Fix #121356: GPv3: Conversion operators to/from Curves

This was causing a memleak in situations where eval_totcol is zero, but it will still allocate an array. This will not get freed because some material code is only checking for totcol and assumes that totcol == 0 always means the array is nullptr too.

Lukas Tönne created pull request blender/blender#122304 2024-05-27 11:45:14 +02:00
Fix #121356: GPv3: Conversion operators to/from Curves