Lukas Tönne LukasTonne
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-07 16:24:29 +02:00
60ac0454a0 Ensure world data is destructed when the impl is destructed (memleaks).
d668f0b728 Fix constraint attribute mask when copying customdata base attributes.
Compare 2 commits »
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-07 15:11:26 +02:00
c5d8cb9e74 Fix constraint creation when moving physics data.
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-07 12:31:48 +02:00
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
Compare 32 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-07 12:05:30 +02:00
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
Compare 31 commits »
Lukas Tönne commented on pull request blender/blender#109221 2024-08-07 11:58:51 +02:00
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

Lukas Tönne created pull request blender/blender#126027 2024-08-07 11:56:09 +02:00
WIP: GPv3: Segment selection support
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-07 11:41:32 +02:00
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
Compare 36 commits »
Lukas Tönne commented on pull request blender/blender#109221 2024-08-07 11:18:20 +02:00
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…

Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-07 11:10:16 +02:00
c95be317c0 Support segments in pick selection.
b443741128 Box selection support.
Compare 2 commits »
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-07 10:14:10 +02:00
8e7c7d407d Use a single select mask function to support selecting loose points in curve mode.
a504c65e6e Implement lasso select for segments.
Compare 2 commits »
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-07 00:35:48 +02:00
06e08ec4b6 Move physics data optionally in realize instances.
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-06 19:22:40 +02:00
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.
Compare 198 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-06 19:20:17 +02:00
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
Compare 287 commits »
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-06 17:42:18 +02:00
d25d1bbf4c Use same index mask selection function for all modes.
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-06 16:46:48 +02:00
77f7c79fb5 Keymap entry for selecting segment mode with key "3".
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-06 16:37:26 +02:00
72f30ff4bf Removed unused code.
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-06 16:27:17 +02:00
4b3eebc44a Support full selection for curves without segments.
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-06 16:14:10 +02:00
0550442357 Fix segment offsets for cyclic curves.
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-06 16:00:51 +02:00
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"
Compare 46 commits »
Lukas Tönne opened issue blender/blender#125970 2024-08-06 15:53:01 +02:00
GPv3: Adding primitive after selecting points crashes edit mode