Lukas Tönne LukasTonne
Lukas Tönne approved blender/blender#118397 2024-02-22 12:29:43 +01:00
Geometry Nodes: Sample grid node

Looks good to me.

Lukas Tönne pushed to gp3-modifier-conversion-all at LukasTonne/blender 2024-02-22 12:15:08 +01:00
428bbacd4b Merge branch 'main' into gp3-modifier-conversion-all
e8cd77b415 BLI: make IndexMaskSegment it's own class instead of an alias
e70e9e3cf9 GPU: Report on vertex attribute conversions
e850cca0a7 GPv3: Conversion: Initial animation handling.
6b8a7a17d7 Fix #118600: GPv3: hook modifier looses its object upon file reload
Compare 52 commits »
Lukas Tönne commented on issue blender/blender#118509 2024-02-22 12:10:25 +01:00
GPv3: Keyframes deleted on move and then crash

The root cause here is the layer API for adding/removing frames. This must be considered an "internal" API because any calls here require manually fixing the user count of drawings. Such user…

Lukas Tönne commented on issue blender/blender#118509 2024-02-21 17:16:15 +01:00
GPv3: Keyframes deleted on move and then crash

There seem to be two distinct issues here:

  1. Transform code for grease pencil keyframes handles selected keys one-by-one and does an implicit de-duplication after each keyframe. Example: list…
Lukas Tönne commented on issue blender/blender#118509 2024-02-21 16:10:34 +01:00
GPv3: Keyframes deleted on move and then crash

Not quite the same issue as #118334 i think. In this case the root cause seems to be the GreasePencil::move_duplicate_frames function.

Lukas Tönne pushed to main at blender/blender 2024-02-21 16:01:05 +01:00
02687d7609 Fix #118334: Missing tags for GPv3 layers to update frames storage
Lukas Tönne deleted branch gp3-fix-layer-remove-crash from LukasTonne/blender 2024-02-21 16:01:04 +01:00
Lukas Tönne closed issue blender/blender#118334 2024-02-21 16:01:03 +01:00
GPv3: Crash when removing a layer and then reloading the file
Lukas Tönne merged pull request blender/blender#118569 2024-02-21 16:01:02 +01:00
Fix #118334: Missing tags for GPv3 layers to update frames storage
Lukas Tönne created pull request blender/blender#118569 2024-02-21 15:19:33 +01:00
Fix #118334: Missing tags for GPv3 layers to update frames storage
Lukas Tönne pushed to gp3-fix-layer-remove-crash at LukasTonne/blender 2024-02-21 15:09:03 +01:00
9308a6597d Test and fix for invalid frames storage data after removing layers.
Lukas Tönne created branch gp3-fix-layer-remove-crash in LukasTonne/blender 2024-02-21 14:11:43 +01:00
Lukas Tönne pushed to gp3-fix-layer-remove-crash at LukasTonne/blender 2024-02-21 14:11:43 +01:00
0381cc5808 Fix a memory leak in shrink_array when all elements are removed.
Lukas Tönne pushed to gp3-envelope-modifier at LukasTonne/blender 2024-02-21 12:05:42 +01:00
cae4f272bc Wrap calculation of u in a local function to keep it const.
1538a6acad Merge branch 'main' into gp3-envelope-modifier
e6eecdf614 EEVEE-Next: Voronoi colors are pure emissive
a2a03252c6 Cleanup: remove references to FLUID from point_cache_ui
543194db70 CMake: Add build option to disable experimental features
Compare 104 commits »
Lukas Tönne pushed to gp3-modifier-conversion-all at LukasTonne/blender 2024-02-21 11:50:01 +01:00
95bf84a91d Add conversion for remaining modifiers.
b96150233b Merge branch 'main' into gp3-modifier-conversion-all
a2a03252c6 Cleanup: remove references to FLUID from point_cache_ui
543194db70 CMake: Add build option to disable experimental features
c409f2f7c6 Compositor: Unify Blur operation across CPU and GPU
Compare 37 commits »
Lukas Tönne pushed to gp3-modifier-conversion-all at LukasTonne/blender 2024-02-20 18:16:48 +01:00
150972e805 Conversion for the Length modifier.
400d0fa425 Lattice modifier conversion.
Compare 2 commits »
Lukas Tönne pushed to gp3-modifier-conversion-all at LukasTonne/blender 2024-02-20 18:02:07 +01:00
516e188e9e Dash modifier conversion.
Lukas Tönne pushed to gp3-modifier-conversion-all at LukasTonne/blender 2024-02-20 17:50:31 +01:00
13255ad3e1 Color (aka "Hue/Saturation") modifier conversion.
4c223d3947 Array modifier conversion.
Compare 2 commits »