Lukas Tönne LukasTonne
Lukas Tönne pushed to gpv3-fill-tool-potrace at LukasTonne/blender 2024-07-25 10:07:58 +02:00
0a2848d857 Disable optimization and corner smoothing for the fill tool.
Lukas Tönne pushed to gpv3-fill-tool-potrace at LukasTonne/blender 2024-07-24 17:50:12 +02:00
06c626aed3 Merge branch 'gpv3-trace-image-operator' into gpv3-fill-tool-potrace
bbbea7be7d New utility files for image tracing and conversion to grease pencil.
Compare 2 commits »
Lukas Tönne pushed to gpv3-trace-image-operator at LukasTonne/blender 2024-07-24 17:49:37 +02:00
bbbea7be7d New utility files for image tracing and conversion to grease pencil.
Lukas Tönne pushed to gpv3-fill-tool-potrace at LukasTonne/blender 2024-07-24 17:44:00 +02:00
4969509162 Initialization of remaining attributes.
432acf39f4 Use potrace also for the fill tool.
Compare 2 commits »
Lukas Tönne pushed to gpv3-fill-tool-potrace at LukasTonne/blender 2024-07-24 14:56:57 +02:00
a354f04491 Moved trace functions into own utilty file.
Lukas Tönne pushed to gpv3-fill-tool-potrace at LukasTonne/blender 2024-07-24 14:45:33 +02:00
853f3a1071 Trace function wrapper.
Lukas Tönne pushed to gpv3-fill-tool-potrace at LukasTonne/blender 2024-07-24 13:48:06 +02:00
1bcc5443fb Unused vars.
Lukas Tönne pushed to gpv3-fill-tool-potrace at LukasTonne/blender 2024-07-24 13:42:47 +02:00
b205d29831 Fix incorrect bit access (MSB is on the left).
Lukas Tönne pushed to gpv3-fill-tool-potrace at LukasTonne/blender 2024-07-24 12:25:10 +02:00
85f3be0a75 Shared API for potrace functions.
1b90ff7d20 Move fill-tool image trace functions into their own namespace.
Compare 2 commits »
Lukas Tönne created branch gpv3-fill-tool-potrace in LukasTonne/blender 2024-07-24 10:30:28 +02:00
Lukas Tönne pushed to gpv3-fill-tool-potrace at LukasTonne/blender 2024-07-24 10:30:28 +02:00
Lukas Tönne pushed to gpv3-trace-image-operator at LukasTonne/blender 2024-07-24 10:15:51 +02:00
4fc81d193c Removed special case handling for long strokes "in some situations".
Lukas Tönne created pull request blender/blender#125328 2024-07-23 18:25:44 +02:00
WIP: GPv3: Trace image operator
Lukas Tönne pushed to gpv3-trace-image-operator at LukasTonne/blender 2024-07-23 18:21:14 +02:00
45a37f4848 Fix pixel-to-object transform.
e2d4594fb4 Fix missing curve handle initialization.
Compare 2 commits »
Lukas Tönne pushed to gpv3-trace-image-operator at LukasTonne/blender 2024-07-23 17:12:05 +02:00
53b021583b Couple of smaller fixes.
Lukas Tönne closed issue blender/blender#125259 2024-07-23 16:11:33 +02:00
GPv3: Fill Tool not working if Placement Stroke Mode is selected
Lukas Tönne commented on issue blender/blender#125259 2024-07-23 16:11:30 +02:00
GPv3: Fill Tool not working if Placement Stroke Mode is selected

Fixed by #125284

Lukas Tönne pushed to gpv3-trace-image-operator at LukasTonne/blender 2024-07-23 16:09:06 +02:00
1f185a6829 Compute correct transformation from pixel to object space.