Block a user
1b23a8983d
Fix #120950: Graph Editor FCurve line rendering
22698fc34c
Cleanup: Code style
e00b7c4ad4
Fix soft-delete hanging on *nix when the command was not found
6c82c039db
Fix missing error check for fork() failing
7c3dcb114f
Issue template: Use bug label for Python API reports
Fix #126605: GPv3: Crash exporting selected frames to PDF
Maybe I can try, do we use python or C test? :)
That would be great, no pressure though. I started a python test a little while ago, maybe that can be continued: https://projects.blender.org/…
GPv3: SVG import result is different of GPv2 import
I'll also add a warning to the importer when there is a gradient, to let users know this is not fully supported.
GPv3: SVG import result is different of GPv2 import
The color part is actually wrong in GPv2: The black parts in question in this SVG (eyes) have a color gradient. This SVG feature is not supported by the importer, it does not have a good…
GPv3:
Apply Transform
operator
@casey-bianco-davis The layer transform wasn't quite correct yet, it needs the inverse (object-to-layer) since the center point is in object space. Hope you don't mind that i pushed to your branch.
Lukas Tönne
pushed to GPv3-Apply-Transforms at casey-bianco-davis/blender
2024-08-22 10:01:30 +02:00
7c941a9c38
Merge branch 'main' into GPv3-Apply-Transforms
23cb4d73ae
Use object-to-layer transform to get correct offset for origins.
22698fc34c
Cleanup: Code style
e00b7c4ad4
Fix soft-delete hanging on *nix when the command was not found
6c82c039db
Fix missing error check for fork() failing
c2da6adfa3
Removed the center-of-mass attribute entirely.
ebf63444cf
Use correct variables in test.
Lukas Tönne
deleted branch gpv3-segment-selection from LukasTonne/blender
2024-08-21 13:35:59 +02:00
GPv3: Segment selection support
ce8ca359fb
Merge branch 'main' into geometry-nodes-rb-component
5a0e8317f4
Cleanup: use const vars/args
ecd125649e
Move selection utility functions to grease_pencil_select.cc.
09419f0c28
Use rvalue references for function template arguments.
5c6fa078f8
Merge branch 'main' into geometry-nodes-rb-component
844d6d2df0
Fix #126552: Crash on Render Layers node with no scene
bf529e248a
Fix #124693: Wrong cursor after saving with multiple windows on Wayland
d6ea01bd38
Fix #126551: Write Hex values using 2 digits in the color tooltips
ddcf5bac44
Revert "Fix image sequence detection to account for the number of digits"