Lukas Tönne LukasTonne
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 created branch gpv3-fix-selection-crash in LukasTonne/blender 2024-08-20 11:48:15 +02:00
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 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 »
Lukas Tönne commented on issue blender/blender#124173 2024-08-20 10:19:00 +02:00
Grease Pencil: SVG export creates invalid xml

IIRC the same error was happening on windows (has been a few weeks since i checked). I've finished the SVG exporter patch, works fine without MaterialX (#123996), should go to main soon.

Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-20 09:58:39 +02:00
d4621a3967 More node API cleanup.
0d3ba3228a nodeRegisterType renamed to node_register_type.
Compare 2 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-20 09:49:04 +02:00
8fba001e7c Merge branch 'main' into geometry-nodes-rb-component
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 43 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-19 20:08:06 +02:00
bfe57bd279 Removed deprecated code that was resetting the disable_collision flags.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-19 16:15:01 +02:00
c07a4fffc6 Make sure bodies get added to the world when first setting their shape.
Lukas Tönne commented on pull request blender/blender#123996 2024-08-19 15:53:01 +02:00
GPv3: Import and export for SVG and PDF