Lukas Tönne LukasTonne
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-04 12:43:39 +02:00
19de683202 More targeted functions for ensuring custom data layers.
8982e194ec Removed the unused ensure_on_access callbacks from physics attributes.
Compare 2 commits »
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-04 10:17:52 +02:00
193aa7b9ad Another test for setting shape indices of bodies with custom data.
e8737cbdfe Fixed the join_geometry test.
Compare 2 commits »
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-04 01:58:15 +02:00
d3b2c8b11f Fix mismatching type declarations for attributes and add asserts to catch them.
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-04 01:41:07 +02:00
e6f1d76016 Prevent invalidation of attribute ids by updating cache in advance.
c4b0e6fd9a Fix #125011: Scrubbing not producing audio output
a1054e6599 Audaspace: port changes from upstream.
c57a34cb49 DRW: Primitive Expansion
fc8c03e312 Collection Export: Allow renaming of exporters in the UI list
Compare 106 commits »
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-03 23:48:28 +02:00
d172d745de Alternative curve selection function returning an index mask.
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-03 15:41:24 +02:00
aab90dd284 Merge branch 'main' into gpv3-segment-selection
e6178be3b8 Fix #125011: Scrubbing not producing audio output
a235a18aca Audaspace: port changes from upstream.
d712f91881 DRW: Primitive Expansion
11e7b7d0bd Collection Export: Allow renaming of exporters in the UI list
Compare 37 commits »
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-03 12:58:02 +02:00
8dea0a64d4 Index counting fixes.
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-02 19:53:23 +02:00
68dd98b57c Fix segment construction.
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-02 18:25:01 +02:00
2aa48c10f7 stuff
Lukas Tönne commented on pull request blender/blender#109221 2024-08-02 11:31:08 +02:00
GPv3: Segment selection support for all relevant selection operators

Also worth pointing out that operators like "select more" etc. don't take Bezier handles into account. Basic selection treats them like points but propagation ignores them. Segment selection would…

Lukas Tönne commented on pull request blender/blender#109221 2024-08-02 10:21:45 +02:00
GPv3: Segment selection support for all relevant selection operators

I'm just picking up this task, and i have encountered the same question as discussed here.

  1. Updating segment selection as a "tacked on" process after the base selection operator may be…
Lukas Tönne commented on issue blender/blender#125687 2024-08-02 09:36:42 +02:00
Grease Pencil shapes don't show preview before committing

Same thing, i could repro it once and now it doesn't happen any more. Reeks of uninitialized memory to me, but ASAN is quiet.

Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-02 00:56:08 +02:00
4220106c89 Separate circle select function.
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-02 00:13:46 +02:00
56a4ab2c92 API functions for finding curve segments.
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-01 23:12:28 +02:00
e948efc744 Enable the segment selection mode button.
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-01 22:57:28 +02:00
bc2685f70a Completed initial implementation.
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-01 18:49:26 +02:00
3c1643b78c Temp: implementing intersection for finding segments.
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-01 16:06:41 +02:00
bc654d9dc5 Refactor: make View3D copy operator use the new PartialWriteContext API.
06fab9f8f1 Fix #125542: Bone Stick selection color is not drawn
13ceb73941 Fix #124585: Assert when building keylist for dope sheet
6b9b958668 Fix #125291: crash when applying curves modifier when there is a bake
984feb48fc Cleanup: Remove unused integer wrap_pixel method
Compare 10 commits »
Lukas Tönne created branch gpv3-segment-selection in LukasTonne/blender 2024-08-01 16:06:41 +02:00
Lukas Tönne deleted branch gp3-select-segments from LukasTonne/blender 2024-08-01 16:06:17 +02:00