Lukas Tönne LukasTonne
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-24 20:29:08 +02:00
a61bbb6005 Default propagation target domain for physics components.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-24 20:24:26 +02:00
4c1db30f93 Support Physics component output from for-each-element zones.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-24 18:07:19 +02:00
e77195da78 Support the physics component as a target in the for-each zone.
Lukas Tönne deleted branch gpv3-fill-tool-uv-calc from LukasTonne/blender 2024-09-24 18:01:43 +02:00
Lukas Tönne pushed to main at blender/blender 2024-09-24 18:01:42 +02:00
95940e98e1 Fix #128071: GPv3 Fill tool has to compute texture space for new curves
Lukas Tönne closed issue blender/blender#128071 2024-09-24 18:01:40 +02:00
GP3: Fill Tool Incorrect or missing UV's.
Lukas Tönne merged pull request blender/blender#128077 2024-09-24 18:01:39 +02:00
Fix #128071: GPv3 Fill tool has to compute texture space for new curves
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-24 17:19:29 +02:00
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
Compare 20 commits »
Lukas Tönne created pull request blender/blender#128077 2024-09-24 16:19:44 +02:00
Fix #128071: GPv3 Fill tool has to compute texture space for new curves
Lukas Tönne pushed to gpv3-fill-tool-uv-calc at LukasTonne/blender 2024-09-24 16:18:04 +02:00
e32d4e9166 Fix #128071: GPv3 Fill tool has to compute texture space for new curves.
Lukas Tönne pushed to gpv3-fill-tool-uv-calc at LukasTonne/blender 2024-09-24 16:17:29 +02:00
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
Compare 10 commits »
Lukas Tönne created branch gpv3-fill-tool-uv-calc in LukasTonne/blender 2024-09-24 16:17:29 +02:00
Lukas Tönne approved blender/blender#128073 2024-09-24 15:40:53 +02:00
GPv3: Parent to armature with automatic weights

Looks good now, thanks!

Lukas Tönne commented on pull request blender/blender#128073 2024-09-24 15:02:05 +02:00
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.

Lukas Tönne commented on pull request blender/blender#128073 2024-09-24 15:02:04 +02:00
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

Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-24 12:48:57 +02:00
6be84aa376 Handle error when passing less than 3 points to convex hull.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-24 11:46:23 +02:00
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
Compare 19 commits »