Lukas Tönne LukasTonne
Lukas Tönne pushed to gpv3-import-export at LukasTonne/blender 2024-06-24 17:20:17 +02:00
9a917295c2 Redefine IO parameters for GPv3.
Lukas Tönne pushed to gpv3-import-export at LukasTonne/blender 2024-06-24 16:55:07 +02:00
50113e79de Replace menu entries and file handler for SVG import with GPv3 versions.
Lukas Tönne pushed to gpv3-import-export at LukasTonne/blender 2024-06-24 16:45:27 +02:00
c274149e1d Stub operators for SVG and PDF import/export.
Lukas Tönne pushed to gpv3-import-export at LukasTonne/blender 2024-06-24 15:18:40 +02:00
611f42feb9 Moved and renamed file for a new GPv3 IO module.
Lukas Tönne deleted branch resample-curves-cleanup from LukasTonne/blender 2024-06-24 14:59:02 +02:00
Lukas Tönne pushed to main at blender/blender 2024-06-24 14:58:59 +02:00
4bb5cd365b Curves: Remove unnecessary to_static_type in resample code
Lukas Tönne merged pull request blender/blender#123662 2024-06-24 14:58:59 +02:00
Curves: Remove unnecessary `to_static_type` in resample code
Lukas Tönne created branch gpv3-import-export in LukasTonne/blender 2024-06-24 13:55:52 +02:00
Lukas Tönne pushed to gpv3-import-export at LukasTonne/blender 2024-06-24 13:55:52 +02:00
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
Compare 9 commits »
Lukas Tönne commented on pull request blender/blender#122155 2024-06-24 12:37:47 +02:00
GPv3: Interpolate Tool
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-06-24 12:37:04 +02:00
b3abd4d6d3 Avoid reallocating buffer for evaluated attribute data for every curve.
Lukas Tönne pushed to gpv3-interpolate-tool at LukasTonne/blender 2024-06-24 12:28:28 +02:00
02299a42bb Add back a dedicated sample_uniform_reverse function.
dcd488eed5 Revert change in resample_to_evaluated, will commit separately.
Compare 2 commits »
Lukas Tönne created pull request blender/blender#123662 2024-06-24 12:06:41 +02:00
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 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 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.