Block a user
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.
Gpencil: Fill tool produces undesired images, user gets promted on blender exit
Gpencil: Fill tool produces undesired images, user gets promted on blender exit
Already fixed, thanks for reporting! 5a1f264d497d6f485b5811c837689be203f4d87c
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
deleted branch gpv3-fix-selection-crash from LukasTonne/blender
2024-08-20 12:01:05 +02:00
GPv3: Crash selecting points after curve select when a layer contains Bezier curves
Fix #126271: Prevent comparing a curve index mask to a point span
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
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
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.
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…
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