Block a user
Lukas Tönne
created branch gpv3-fill-tool-precision in LukasTonne/blender
2024-05-27 14:50:59 +02:00
GPv3: Render boundary strokes with half width to hide gaps on boundaries
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
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
GPv3: Render boundary strokes with half width to hide gaps on boundaries
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.
Fix #121356: GPv3: Conversion operators to/from Curves