Block a user
GPv3:
Apply Transform
operator
Layer transforms work for the "apply transform" operators now, but still ignored by "set origin".
Principal Components node for 3D vectors
I've added another node that does just the SVD decomposition for 3x3 matrices. This allows implementing the statistics part (computing a covariance matrix of point positions) as a node group. See…
Fix build error when pugixml and haru libraries are disabled
Lukas Tönne
created branch fix-build-error-pugixml-haru in LukasTonne/blender
2024-08-20 16:15:06 +02:00
1dc097374f
Merge branch 'main' into principal-components-node
8acb2f363e
Cleanup: Remove solved comment
2c6b1eb2e5
GPU: Fix static shader tests for NVIDIA
242271237a
Vulkan: Ensure rendering ends when deleting attached framebuffer
df910f2417
GPU: Fix draw test on NVIDIA/OpenGL
b83d8590d5
Merge branch 'main' into geometry-nodes-rb-component
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.
400c738db9
GPv3: Import and export for SVG and PDF
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.