Block a user
Lukas Tönne
deleted branch gpv3-fill-extension-fixes from LukasTonne/blender
2024-07-25 17:29:29 +02:00
GPv3: Fill Radius extend lines not working as expected
Fix #125229: Fill tool "radius mode" extension was not generating lines
Fix memory leak when using grease pencil clone brush
Discussed in person: This fixes the immediate issue, but doesn't yet make the clipboard fully thread-safe. It just locks the pointer, but after getting the curves by reference the content may be…
84516e60c9
Use guardedalloc for potrace allocation.
961266cb32
Use static_cast.
8a795cb08f
Use std::max.
1d87a7d9c6
Rename temporary attribute for curve sign to
is_hole
.
68604826ae
Update comment to explain the
frame_number
property.
GPv3: Trace image operator
Old GPv2 comment (bunch of these below). The frame_number
is an operator property that (apparently) can be overridden for use with a script, rather than using the current scene frame or image…
Fix #125229: Fill tool "circle mode" extension was not generating lines
GPv3: Fill Radius extend lines not working as expected
Seems i misunderstood how the radius gap closing works, i thought i generates extra thick end points. Missed the part where it generates lines instead ("Uses the Radius of circumference of opened…