Block a user
Lukas Tönne
deleted branch gpv3-fill-tool-uv-calc from LukasTonne/blender
2024-09-24 18:01:43 +02:00
GP3: Fill Tool Incorrect or missing UV's.
Fix #128071: GPv3 Fill tool has to compute texture space for new curves
8684f96d34
Merge branch 'main' into geometry-nodes-rb-component
dddcc3f378
GPv3: Parent to armature with automatic weights
23cd299ba7
GPv3: Selection support in Sculpt mode
b74dfa8cfc
Build: Changes for make deps to work on Linux arm64 again
f068b6c6d4
Fix: Wrong make deps xml2 library install on Linux and macOS
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