Lukas Tönne LukasTonne
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-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.
Lukas Tönne opened issue blender/blender#125312 2024-07-23 13:58:16 +02:00
GPv3: Object stats show strokes and points after removing last grease pencil layer
Lukas Tönne commented on pull request blender/blender#125309 2024-07-23 13:48:15 +02:00
Fix #124995: Crashes in rendering code due to invalid material indices

I'd say "can be negative". "shouldn't" makes it sound like it must be prevented (where and by whom?), but in fact any user can write to the material_index attribute, so the code just has to check before using the values.

Lukas Tönne commented on pull request blender/blender#125302 2024-07-23 12:42:35 +02:00
Curves: Add explanation of magic number in calculate_point_handles

Future devs will thank you!

Lukas Tönne pushed to gpv3-trace-image-operator at LukasTonne/blender 2024-07-23 10:26:54 +02:00
82bf6ef196 Merge branch 'main' into gpv3-trace-image-operator
1aa37c8df2 Extensions: require 3 numbers for blender_version_{min/max}
9155f2336b Anim: rebuild depsgraph relations when creating a new F-Curve
bc2e47622f Extensions: minor wording tweak (v -> version)
7639ec9dfd Cleanup: remove redundant theme color lookup, avoid shadowing
Compare 32 commits »
Lukas Tönne commented on issue blender/blender#125259 2024-07-23 10:01:28 +02:00
GPv3: Fill Tool not working if Placement Stroke Mode is selected

Probable duplicate: #125258

Lukas Tönne commented on issue blender/blender#125259 2024-07-23 09:46:10 +02:00
GPv3: Fill Tool not working if Placement Stroke Mode is selected

I noticed that the placement_plane_ in…

Lukas Tönne commented on issue blender/blender#125259 2024-07-23 09:35:59 +02:00
GPv3: Fill Tool not working if Placement Stroke Mode is selected

Hmm, fill tool is not working here with any placement option 🤔

With the "2D Animation" template at least the first 3 modes seem to work. @PratikPB2123 not sure what your setup is. Is this…