Block a user
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.
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.
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 of0, 1, .., n
. In that case the reverse should…
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
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
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
Lukas Tönne
deleted branch fix-ocean-modifier-bake-buttons from LukasTonne/blender
2024-06-24 10:27:47 +02:00
Blender needs restart to re-bake ocean modifier
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
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'
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…
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