Lukas Tönne LukasTonne
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…

Lukas Tönne pushed to gpv3-trace-image-operator at LukasTonne/blender 2024-07-23 00:50:42 +02:00
34cc9a75cf Partial implementation.
Lukas Tönne pushed to gpv3-trace-image-operator at LukasTonne/blender 2024-07-22 21:33:19 +02:00
40da9cf5c5 Implemented a bunch of internal functions.
Lukas Tönne pushed to gpv3-trace-image-operator at LukasTonne/blender 2024-07-22 18:14:22 +02:00
2b5344191d Scaffolding for the trace operator.
Lukas Tönne opened issue blender/blender#125228 2024-07-22 15:31:36 +02:00
Image Editor: Memory leaks when showing image thumbnail on dropdown
Lukas Tönne pushed to gpv3-trace-image-operator at LukasTonne/blender 2024-07-22 15:05:40 +02:00
9d797b834e Fix #124876: EEVEE: Missing render frame progress in stdout
8fc617d8e2 Cleanup: Animation: Remove pose library UI hint about the new asset shelf UI
3c81984178 Geometry Nodes: add conversion nodes for Grease Pencil and Curves
d5d64f4a9f Fix #125006: crash confirming specific operator popup dialog with ENTER
73338c1553 GPv3: Render evaluated geometry
Compare 10 commits »
Lukas Tönne created branch gpv3-trace-image-operator in LukasTonne/blender 2024-07-22 15:05:39 +02:00
Lukas Tönne commented on pull request blender/blender#125102 2024-07-22 14:11:35 +02:00
Grease Pencil: Remove legacy modifiers
937ff1642d Merge branch 'main' into grease-pencil-remove-legacy-modifiers
9d797b834e Fix #124876: EEVEE: Missing render frame progress in stdout
8fc617d8e2 Cleanup: Animation: Remove pose library UI hint about the new asset shelf UI
3c81984178 Geometry Nodes: add conversion nodes for Grease Pencil and Curves
d5d64f4a9f Fix #125006: crash confirming specific operator popup dialog with ENTER
Compare 7 commits »
1eccb5f4b0 Removed unused function declaration.
d8b28f7c5b Removed unused functions from BKE_gpencil_modifier_legacy API.