Block a user
Fix #128071: GPv3 Fill tool has to compute texture space for new curves
0c9ef75df8
Fix #127976: Actions created via Python can't be used in action constraints
892ba12bc9
Fix #128027: Last used brush not remembered correctly
ff3a33e05a
Remove HIP-RT from pipeline_config.yaml
a0021ed862
GPv3: Move layer operator.
5a79c8f31d
Refactor: modern API for getting FCurves in Legacy Grease Pencil anim code
GPv3: Parent to armature with automatic weights
This seems to be the wrong way around (haven't tested yet): The old interpf
function uses (target, origin, factor)
, the math::interpolate
uses (origin, target, factor)
. As it is this would map to weight 0 for dist==0.0
and weight 0.9 for dist >= diff_rad
.
GPv3: Parent to armature with automatic weights
This doesn't make sense to me. The closest point on the bone will be at least as close as the root: dist_to_bone <= dist_to_root
73cea13c1b
Merge branch 'main' into geometry-nodes-rb-component
182efd7ad9
Fix: Build error due to Grease Pencil layer dereference (API change).
c67a9528af
VSE: Faster timeline drawing by avoiding repeated SEQ_render_is_muted calls
bf2f4e54cc
GPv3: Take layer transform into account when using clipboard
6ea0b8cdb2
Fix #127758: Resorting keys in the Graph Editor with multiple actions failed
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