Block a user
Lukas Tönne
deleted branch gpv3-clone-layer-transforms from LukasTonne/blender
2024-09-24 11:35:28 +02:00
GPv3: Take layer transform into account when using clipboard
eab5f38812
Initialize local variables.
774fe55ffa
Remove unused variables.
40ccbe8cc8
Revert changes to paint select poll functions for meshes.
e401fa7346
Cleanup comment.
dd7875e425
Merge branch 'main' into gpv3-mask-selection
feb44192db
Merge branch 'main' into gpv3-clone-layer-transforms
5b5576993e
Transform: skip hidden edges when checking an vertices edge is visible
ed2d131887
Transform: use deformed geometry when checking edge visibility
a13513ab25
Fix #125646: Resolve edge-slide performance regression when snapping
2ab800b685
Cleanup: pass const arguments to BMBVHTree related functions
a5d585b4b0
Merge branch 'main' into geometry-nodes-rb-component
5b5576993e
Transform: skip hidden edges when checking an vertices edge is visible
ed2d131887
Transform: use deformed geometry when checking edge visibility
a13513ab25
Fix #125646: Resolve edge-slide performance regression when snapping
2ab800b685
Cleanup: pass const arguments to BMBVHTree related functions
GPv3: Sculpt Mode stroke projection not working as intended
Fix #127856: GPv3 sculpt mode delta projection (lock axis) without DrawingPlacement
GPv3: Take layer transform into account when using clipboard
I've changed the clipboard now to store curves in object space (of the copied object) and the transform separately. The copy/paste operator has an option to keep the world transform (default:…
Fix #127856: GPv3 sculpt mode delta projection (lock axis) without DrawingPlacement
@blender-bot build
Fix #127856: GPv3 sculpt mode delta projection (lock axis) without DrawingPlacement
It was still used by the clone brush, now replaced as well. Nothing else uses this DrawingPlacement
variant any more, removed it.