Block a user
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
Lukas Tönne
deleted branch fix-gp3-dash-segment-add from LukasTonne/blender
2024-02-12 16:44:41 +01:00
GPv3: Dash modifier crash on new segment
Fix #118135: Make sure the new active index is always valid
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
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
51a1b9ced4
Fix factor 2 on center point blending calculation.
2ec50de3e8
Fix points range: Use slicing to make sure curve ranges are wrapped.
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
Crash loading node groups with Index Switch nodes
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"
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.
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…