Block a user
60ac0454a0
Ensure world data is destructed when the impl is destructed (memleaks).
d668f0b728
Fix constraint attribute mask when copying customdata base attributes.
1aee533a4c
Merge branch 'geometry-nodes-rb-component' into tmp-rb-only-cache-read
d9157b1e38
Merge branch 'main' into geometry-nodes-rb-component
0aab484dd8
Cleanup: Unused constants in PBVH pixels
e7979317ec
Fix #122163: Image Editor ImageUser RNA paths incomplete/wrong
69d1e0d9cb
Cleanup: Remove unused code from BLI_mempool
d9157b1e38
Merge branch 'main' into geometry-nodes-rb-component
0aab484dd8
Cleanup: Unused constants in PBVH pixels
e7979317ec
Fix #122163: Image Editor ImageUser RNA paths incomplete/wrong
69d1e0d9cb
Cleanup: Remove unused code from BLI_mempool
2858c3b287
Link/Append: separate instantiation of loose data from core link/append code
GPv3: Segment selection support for all relevant selection operators
I've opened a new PR for this feature, since i implemented it from scratch #126027
WIP: GPv3: Segment selection support
2ce5111945
Merge branch 'main' into gpv3-segment-selection
0aab484dd8
Cleanup: Unused constants in PBVH pixels
e7979317ec
Fix #122163: Image Editor ImageUser RNA paths incomplete/wrong
69d1e0d9cb
Cleanup: Remove unused code from BLI_mempool
2858c3b287
Link/Append: separate instantiation of loose data from core link/append code
GPv3: Segment selection support for all relevant selection operators
What should segment selection do for "invert"? GPv2 just inverts the point selection. This already works, but maybe something different is desirable?
It could consider any segment with selected…
c95be317c0
Support segments in pick selection.
b443741128
Box selection support.
8e7c7d407d
Use a single select mask function to support selecting loose points in curve mode.
a504c65e6e
Implement lasso select for segments.
2e16247b7f
Find first world data physics when realizing.
938caf7639
Dedicated test for realizing instances vs. joining geometries.
2dc5dbbc67
Add missing finish() calls for attribute writers.
6c2b2a1c22
Make sure custom data attributes exist before writing to them.
4a72a7877a
More targeted functions for ensuring custom data layers.
940d11b7fb
Merge branch 'main' into geometry-nodes-rb-component
a271e26d68
Merge branch 'geometry-nodes-rb-component' of projects.blender.org:LukasTonne/blender into geometry-nodes-rb-component
fae2195553
Audaspace: merge changes from upstream.
ee599619ca
Cleanup: Add comments, reduce scope of prev_active_vertex
cadfa975e7
Fix: Shape keys do not work with boundary brush
9cc5c28a89
Merge branch 'main' into gpv3-segment-selection
d4ceade5ea
Fix: Cycles BVH2 and Embree missing some transparent shadow bounces
baf9691959
BLI: Add easy and portable way of platform-specific checks
000d34c398
EEVEE: Add toggle for Fast GI Approximation
af28dcfb7d
Revert "Fix #124125: Depsgraph and scene time out of sync"
GPv3: Adding primitive after selecting points crashes edit mode