Block a user
Lukas Tönne
deleted branch resample-curves-cleanup from LukasTonne/blender
2024-06-24 14:59:02 +02:00
Curves: Remove unnecessary `to_static_type` in resample code
3eb15247fe
Merge branch 'blender-v4.2-release'
1663df0c8f
EEVEE: Ray generation missing resource
34a679d19f
Vulkan: Read out of bound when using many resources
8d8a57332a
Merge branch 'blender-v4.2-release'
c1c3ed0e4b
Fix #123542: memory display error
02299a42bb
Add back a dedicated sample_uniform_reverse function.
dcd488eed5
Revert change in resample_to_evaluated, will commit separately.
Curves: Remove unnecessary
to_static_type
in resample code
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