Lukas Tönne LukasTonne
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-20 12:47:21 +02:00
52d7efe1ec Merge branch 'main' into gpv3-segment-selection
ef335e4dc9 Fix build errors from separate bezier_mask that must now be provided.
5a1f264d49 Fix: GPv3: Disable debug setting of the fill tool that keeps images.
ec82ccb4b4 Fix #126271: Prevent comparing a curve index mask to a point span
1fb849b98e GPv3: Sculpt mode overlay.
Compare 5 commits »
Lukas Tönne closed issue blender/blender#126544 2024-08-20 12:20:45 +02:00
Gpencil: Fill tool produces undesired images, user gets promted on blender exit
Lukas Tönne commented on issue blender/blender#126544 2024-08-20 12:20:40 +02:00
Gpencil: Fill tool produces undesired images, user gets promted on blender exit

Already fixed, thanks for reporting! 5a1f264d497d6f485b5811c837689be203f4d87c

Lukas Tönne pushed to main at blender/blender 2024-08-20 12:18:34 +02:00
5a1f264d49 Fix: GPv3: Disable debug setting of the fill tool that keeps images.
Lukas Tönne suggested changes for blender/blender#123835 2024-08-20 12:12:35 +02:00
GPv3: Implement Grease Pencil to mesh conversion

This does not take layer transforms into account. The same is true for the GPv3 > Curves conversion.

Lukas Tönne pushed to main at blender/blender 2024-08-20 12:01:07 +02:00
ec82ccb4b4 Fix #126271: Prevent comparing a curve index mask to a point span
Lukas Tönne deleted branch gpv3-fix-selection-crash from LukasTonne/blender 2024-08-20 12:01:05 +02:00
Lukas Tönne closed issue blender/blender#126271 2024-08-20 12:01:05 +02:00
GPv3: Crash selecting points after curve select when a layer contains Bezier curves
Lukas Tönne merged pull request blender/blender#126543 2024-08-20 12:01:01 +02:00
Fix #126271: Prevent comparing a curve index mask to a point span
Lukas Tönne commented on pull request blender/blender#126027 2024-08-20 11:52:03 +02:00
GPv3: Segment selection support
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-20 11:51:45 +02:00
d640fc1a87 Cleanup: formatting.
a6c2a2bb39 Merge branch 'main' into gpv3-segment-selection
400c738db9 GPv3: Import and export for SVG and PDF
7a7ae5defe Vulkan: Occlusion Queries
850e316688 Refactor: Move Grease Pencil helper classes to _bpy_internal
Compare 216 commits »
Lukas Tönne created pull request blender/blender#126543 2024-08-20 11:48:56 +02:00
Fix #126271: Prevent comparing a curve index mask to a point span
Lukas Tönne pushed to gpv3-fix-selection-crash at LukasTonne/blender 2024-08-20 11:48:15 +02:00
1fa2194b27 Fix #126271: Prevent comparing a curve index mask to a point span.
Lukas Tönne created branch gpv3-fix-selection-crash in LukasTonne/blender 2024-08-20 11:48:15 +02:00
Lukas Tönne commented on pull request blender/blender#123996 2024-08-20 11:01:45 +02:00
GPv3: Import and export for SVG and PDF
Lukas Tönne pushed to gpv3-import-export at LukasTonne/blender 2024-08-20 11:00:37 +02:00
d69f182a76 Remove unnecessary change.
Lukas Tönne commented on pull request blender/blender#123996 2024-08-20 10:59:07 +02:00
GPv3: Import and export for SVG and PDF

Seems unnecessary, will remove.

Lukas Tönne pushed to gpv3-import-export at LukasTonne/blender 2024-08-20 10:56:21 +02:00
6c0fb345c0 Removed conversion to poly curves since Bezier curves are supported now.
cf18c0b066 Utility function to project to screen for exporters.
4eddb8a9f9 Cleanup: const parameters.
ba8c18ac16 Replace clamp_f with std::clamp.
e7b15f84dc Removed leftover comments.
Compare 7 commits »
Lukas Tönne commented on pull request blender/blender#123996 2024-08-20 10:29:55 +02:00
GPv3: Import and export for SVG and PDF

TBH i don't remember why i changed this. It looks like the original should work fine when there isn't a drawing on that frame, it does the same frame_at(x) != nullptr check. Same line in main…

Lukas Tönne pushed to gpv3-import-export at LukasTonne/blender 2024-08-20 10:22:43 +02:00
c944223769 Merge branch 'main' into gpv3-import-export
a51f6b6923 Fix #123405: Edit-mesh bridge crashes with all faces selected
994e14b000 OpenGL: Enable HQ normals workaround for more AMD drivers
4cea295fcb Fix #126392: Crash loading a file with "Load UI" disabled
9dd2d7bd75 Fix: VSE snapping with edge panning
Compare 29 commits »