Lukas Tönne LukasTonne
Lukas Tönne pushed to resample-curves-cleanup at LukasTonne/blender 2024-06-24 12:04:40 +02:00
0a7a9ce3ad Curves: Remove unnecessary to_static_type in resample code.
Lukas Tönne created branch resample-curves-cleanup in LukasTonne/blender 2024-06-24 12:04:40 +02:00
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-06-24 11:59:39 +02:00
07dec8ec83 Simplify code by computing mix factors in advance.
7ebbb2db3d Make resample_curve_attribute an internal static function for curve interpolation.
7cba84703d Revert resample_to_uniform function to its former state.
Compare 3 commits »
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-06-24 11:29:22 +02:00
cffe1298b1 Fix parameter doc.
8661f5c446 Change flip direction arguemnt to Span instead of VArray.
656c13c546 Remove unnecessary GreasePencil prefix inside the greasepencil namespace.
045e934efb Removed unnecessary const after constexpr.
6814cd18c8 Undo header changes.
Compare 6 commits »
Lukas Tönne commented on pull request blender/blender#122155 2024-06-24 11:06:07 +02:00
GPv3: Interpolate Tool

It's a slightly more complicated than just doing std::reverse:

  • The last point may be ignored for a half-open interval 0, 1, .., n-1 instead of 0, 1, .., n. In that case the reverse should…
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-06-24 10:54:58 +02:00
167d340f95 Merge branch 'main' into gpv3-interpolate-tool
a606f2fd09 Merge branch 'blender-v4.2-release'
37e2a27bdd Fix #80876: Ocean modifier "Delete Bake" button does not work
560b36ac8d EEVEE: Fix incorrect texture usage DoF
0c39a75634 Vulkan: Fix binding collision when mixing textures and images
Compare 267 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-06-24 10:54:05 +02:00
6417e2f8b6 Fixed a couple of compile errors with physics VArrays.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-06-24 10:29:37 +02:00
2e42fd5154 Merge branch 'main' into geometry-nodes-rb-component
a606f2fd09 Merge branch 'blender-v4.2-release'
37e2a27bdd Fix #80876: Ocean modifier "Delete Bake" button does not work
560b36ac8d EEVEE: Fix incorrect texture usage DoF
Compare 4 commits »
Lukas Tönne pushed to main at blender/blender 2024-06-24 10:29:10 +02:00
a606f2fd09 Merge branch 'blender-v4.2-release'
37e2a27bdd Fix #80876: Ocean modifier "Delete Bake" button does not work
560b36ac8d EEVEE: Fix incorrect texture usage DoF
Compare 3 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-06-24 10:28:22 +02:00
7c3b97f0b7 Add missing include.
Lukas Tönne deleted branch fix-ocean-modifier-bake-buttons from LukasTonne/blender 2024-06-24 10:27:47 +02:00
Lukas Tönne closed issue blender/blender#80876 2024-06-24 10:27:45 +02:00
Blender needs restart to re-bake ocean modifier
Lukas Tönne pushed to blender-v4.2-release at blender/blender 2024-06-24 10:27:40 +02:00
37e2a27bdd Fix #80876: Ocean modifier "Delete Bake" button does not work
Lukas Tönne merged pull request blender/blender#123506 2024-06-24 10:27:40 +02:00
Fix #80876: Ocean modifier "Delete Bake" button does not work
Lukas Tönne pushed to fix-ocean-modifier-bake-buttons at LukasTonne/blender 2024-06-24 09:43:46 +02:00
e964f4efd2 Fix #80876: Ocean modifier "Delete Bake" button does not work.
d8fafad704 Extensions: clarify installing multiple files is supported
2eaf70a4ed Extensions: adjust the error about failure to sync when offline
e48a9fc5ed Extensions: add missing update callbacks for repository flags
9b7f2c9976 Extensions: don't reuse the last remote repository when dropping files
Compare 69 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-06-24 09:41:41 +02:00
e945ebe1dc Merge branch 'main' into geometry-nodes-rb-component
0c39a75634 Vulkan: Fix binding collision when mixing textures and images
9cb45ba6c3 Merge branch 'blender-v4.2-release'
99a871d2f3 Merge branch 'blender-v4.2-release'
4e734dc66d Merge branch 'blender-v4.2-release'
Compare 88 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-06-24 09:00:36 +02:00
1810b6e95f Temp: Adding custom data for custom body and constraint attributes.
Lukas Tönne commented on issue blender/blender#123531 2024-06-22 08:50:52 +02:00
physics momentum

This is just a slightly different arrangement of Newton's Cradle. It's a classic test for physics engines and in the conventional linear…

Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-06-21 11:26:18 +02:00
5b6d4948a8 Merge branch 'main' into geometry-nodes-rb-component
cebe845da9 Merge branch 'blender-v4.2-release'
9cd6520693 Merge branch 'blender-v4.2-release'
91d5a639dc Extensions: prevent install/upgrade while sync is in progress
72af4d0977 Cleanup: use a set to store enabled add-on module names
Compare 159 commits »