Lukas Tönne LukasTonne
Lukas Tönne pushed to gp3-envelope-modifier at LukasTonne/blender 2024-02-13 12:21:02 +01:00
410df5a948 Cleanup: Separate functions to reduce number of local variables.
Lukas Tönne pushed to gp3-envelope-modifier at LukasTonne/blender 2024-02-12 19:13:49 +01:00
f51372ef40 Temp: Adding segment/fill modes for envelope modifier.
452f23bacc Merge branch 'main' into gp3-envelope-modifier
a4051b31d5 Fix #118135: Make sure the new active index is always valid
98c0802ab0 Merge branch 'blender-v4.1-release'
50d7f5a30f Fix #118096: Compositor Displace node produce NaN pixels
Compare 18 commits »
Lukas Tönne pushed to main at blender/blender 2024-02-12 16:44:41 +01:00
a4051b31d5 Fix #118135: Make sure the new active index is always valid
Lukas Tönne deleted branch fix-gp3-dash-segment-add from LukasTonne/blender 2024-02-12 16:44:41 +01:00
Lukas Tönne closed issue blender/blender#118135 2024-02-12 16:44:40 +01:00
GPv3: Dash modifier crash on new segment
Lukas Tönne merged pull request blender/blender#118143 2024-02-12 16:44:39 +01:00
Fix #118135: Make sure the new active index is always valid
Lukas Tönne created pull request blender/blender#118143 2024-02-12 16:42:45 +01:00
Fix #118135: Make sure the new active index is always valid
Lukas Tönne created branch fix-gp3-dash-segment-add in LukasTonne/blender 2024-02-12 16:41:50 +01:00
Lukas Tönne pushed to fix-gp3-dash-segment-add at LukasTonne/blender 2024-02-12 16:41:50 +01:00
ac2e5c5801 Fix #118135: Make sure the new active index is always valid.
98c0802ab0 Merge branch 'blender-v4.1-release'
50d7f5a30f Fix #118096: Compositor Displace node produce NaN pixels
16c1e84c6c Fix: GPU: Fix shader builder option not building
fb81bbaa60 Tests: disable BLI_convexhull_2d_test which fails on macOS
Compare 10 commits »
Lukas Tönne pushed to gp3-envelope-modifier at LukasTonne/blender 2024-02-12 16:24:24 +01:00
51a1b9ced4 Fix factor 2 on center point blending calculation.
2ec50de3e8 Fix points range: Use slicing to make sure curve ranges are wrapped.
Compare 2 commits »
Lukas Tönne pushed to gp3-envelope-modifier at LukasTonne/blender 2024-02-12 15:16:09 +01:00
4f427a3570 Implemented radius limiting function for envelope modifier.
9b8d056f8f Merge branch 'main' into gp3-envelope-modifier
8f09fffef7 Cleanup: replace qsort with std::sort
f4f97ea979 Cleanup: comments in convexhull_2d, correct variable name
b91918564d Tests: add tests for convexhull_2d
Compare 42 commits »
Lukas Tönne closed issue blender/blender#116669 2024-02-12 13:56:53 +01:00
Crash loading node groups with Index Switch nodes
Lukas Tönne commented on issue blender/blender#116669 2024-02-12 13:56:50 +01:00
Crash loading node groups with Index Switch nodes

I will close this since i haven't seen it come up since and don't have a good repro.

Lukas Tönne pushed to volume-grid-nodes-multifunction at LukasTonne/blender 2024-02-12 11:00:28 +01:00
21de421a0e Leaf buffer iterations.
348ddda264 Merge branch 'main' into volume-grid-nodes-multifunction
835b9a506d Merge branch 'blender-v4.1-release'
835651cfdd Fix cross_poly_v2 returning a negated value, add tests
3e0d77c80f Build: macOS support for "make source_archive"
Compare 17 commits »
Lukas Tönne pushed to main at LukasTonne/.profile 2024-02-12 09:36:23 +01:00
9d198e1081 update
Lukas Tönne created branch volume-grid-nodes-multifunction in LukasTonne/blender 2024-02-12 00:27:00 +01:00
Lukas Tönne pushed to volume-grid-nodes-multifunction at LukasTonne/blender 2024-02-12 00:27:00 +01:00
8dfaece941 Temp: Implementing multifunction support for grid values.
Lukas Tönne commented on issue blender/blender#108703 2024-02-11 12:44:33 +01:00
Assert: When loading asset libraries from within a large asset library

I keep running into this whenever i work on asset libraries in debug mode. It happens because an asset library can be loaded twice: first as part of the asset libraries path config, then a second…

Lukas Tönne pushed to volume-grid-nodes at LukasTonne/blender 2024-02-11 11:15:10 +01:00
682ff29664 Fix Poisson solver node output, need to move tree to keep single user.