Lukas Tönne LukasTonne
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-12 12:05:03 +02:00
3b6b766348 Merge branch 'main' into geometry-nodes-rb-component
d828e9471e Anim: add concept of 'active slot'
d0089e6fe1 GPv3: Automerge feature for joining curve endpoints by distance
fdf10495d0 Cleanup: Fix missing declaration warning
3d4b8f91e7 GPv3: Fill tool overlay for extension lines and circles
Compare 9 commits »
Lukas Tönne commented on issue blender/blender#124585 2024-07-12 11:44:02 +02:00
GPv3: Assert in keyframe drawing code with GPv2 demo file

Also has some errors from depsgraph cycles, not sure if related:

ERROR (bke.fcurve): source/blender/blenkernel/intern/fcurve_driver.cc:188 dtar_get_prop_val: driver has an invalid target…
Lukas Tönne opened issue blender/blender#124585 2024-07-12 11:42:18 +02:00
GPv3: Assert in keyframe drawing code with GPv2 demo file
Lukas Tönne deleted branch gpv3-automerge-strokes from LukasTonne/blender 2024-07-12 11:21:46 +02:00
Lukas Tönne pushed to main at blender/blender 2024-07-12 11:21:40 +02:00
d0089e6fe1 GPv3: Automerge feature for joining curve endpoints by distance
Lukas Tönne merged pull request blender/blender#124459 2024-07-12 11:21:40 +02:00
GPv3: Automerge feature for joining curve endpoints by distance
Lukas Tönne pushed to gpv3-automerge-strokes at LukasTonne/blender 2024-07-12 11:18:53 +02:00
5e7348069e Merge branch 'main' into gpv3-automerge-strokes
3d4b8f91e7 GPv3: Fill tool overlay for extension lines and circles
cb38406a94 Fix: Follow Curve constraint/parenting doesn't animate with layered actions
b76a1db907 Merge branch 'blender-v4.2-release'
4c7456677d Fix: correct potentially wrongly initialized curve attributes
Compare 6 commits »
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-07-12 11:18:27 +02:00
ad2cc34db6 Merge branch 'main' into gpv3-interpolate-tool
3d4b8f91e7 GPv3: Fill tool overlay for extension lines and circles
cb38406a94 Fix: Follow Curve constraint/parenting doesn't animate with layered actions
b76a1db907 Merge branch 'blender-v4.2-release'
4c7456677d Fix: correct potentially wrongly initialized curve attributes
Compare 70 commits »
Lukas Tönne deleted branch gpv3-fill-tool-overlays from LukasTonne/blender 2024-07-12 11:11:42 +02:00
Lukas Tönne pushed to main at blender/blender 2024-07-12 11:11:40 +02:00
3d4b8f91e7 GPv3: Fill tool overlay for extension lines and circles
Lukas Tönne merged pull request blender/blender#122771 2024-07-12 11:11:39 +02:00
GPv3: Fill tool overlay for extension lines and circles
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-12 10:48:27 +02:00
3477b8b136 Merge branch 'main' into geometry-nodes-rb-component
99fe6785d0 Fix issues with asset shelf context menu operators
607ad28604 Merge branch 'blender-v4.2-release'
3358f427dd Fix #124457: Error enabling installed extension after failure to load
6282f62449 VSE: Pass scrubbing and playing state in SeqRenderData
Compare 109 commits »
Lukas Tönne pushed to gpv3-automerge-strokes at LukasTonne/blender 2024-07-12 10:26:04 +02:00
8c70fd6cf6 Move topology update tag after the automerge pass.
28d3001011 Merge branch 'main' into gpv3-automerge-strokes
99fe6785d0 Fix issues with asset shelf context menu operators
607ad28604 Merge branch 'blender-v4.2-release'
3358f427dd Fix #124457: Error enabling installed extension after failure to load
Compare 65 commits »
Lukas Tönne commented on pull request blender/blender#122155 2024-07-12 10:12:35 +02:00
GPv3: Interpolate Tool
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-07-12 10:09:13 +02:00
2570bb707b Fix incorrect index when interpolating between different curve amounts.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-11 20:01:51 +02:00
76baa40c52 Cleanup: proper constructors for PhysicsGeometryImpl.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-11 19:43:18 +02:00
393108fc21 Removed unused offset parameters.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-11 19:37:31 +02:00
5744d55e1a Fix for the move_or_copy_selection function.
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-07-11 17:22:06 +02:00
f5832417c2 Use correct keys for finding the frame interval.