Block a user
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
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.
d4621a3967
More node API cleanup.
0d3ba3228a
nodeRegisterType
renamed to node_register_type
.
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