Lukas Tönne LukasTonne
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-13 14:16:42 +02:00
f77750ad3f Implemented segment selection for the random selection operator.
767221da56 Support for first/last segment selection operators.
Compare 2 commits »
Lukas Tönne commented on pull request blender/blender#126027 2024-08-13 14:11:57 +02:00
GPv3: Segment selection support

Note 4: Random selection currently works by randomly selecting points and then expanding to segment selection. This isn't great because one has to dial down the ratio to very low numbers to see…

Lukas Tönne commented on pull request blender/blender#126027 2024-08-13 13:52:01 +02:00
GPv3: Segment selection support

Note 3: The "Random" select operator in Grease Pencil currently is inverted: a probability of 0.0 selects everything while 1.0 deselects everything. TBF the property is called "Ratio" instead of…

Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-13 12:48:01 +02:00
782ed5e868 Moved utility functions into grease_pencil_geom.cc
Lukas Tönne opened issue blender/blender#126271 2024-08-13 12:15:01 +02:00
GPv3: Crash selecting points after curve select when a layer contains Bezier curves
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-13 11:50:55 +02:00
0ab8bc51c5 Only execute pick selection for attributes that match the selected.
ccb32847a0 Merge branch 'main' into gpv3-segment-selection
58c10d191e Cleanup: Default initialize Result class members
10f64edb3a Compositor: Allow non-pooled result allocation
588e016d4e Fix: GPv3: Drawing plane does not consider layer transform
Compare 30 commits »
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-13 11:16:27 +02:00
0f00c45b27 Utility function for GPv3 selection to keep boilerplate out of operators.
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-13 10:19:40 +02:00
ae430d72b3 Group drawings by frame and only use intersections from the same frame.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-13 09:02:55 +02:00
fc669a0095 Attempt to fix dependencies between shape, static flags, and mass.
Lukas Tönne deleted branch tmp-rb-only-cache-read from LukasTonne/blender 2024-08-13 09:01:20 +02:00
Lukas Tönne opened issue blender/blender#126238 2024-08-12 17:31:30 +02:00
Crash when adding "Empty" hair curves object
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-12 16:51:23 +02:00
75b73d833a Pass attribute name to selection mask functions to reenable handles.
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-12 14:57:52 +02:00
00b6a227b6 Merge branch 'main' into gpv3-segment-selection
d8f550875b Fix #124038: Performance issue with color sampling in 3D Viewport
49d2184fca Cleanup: Unused variable
74c796e057 UI: Add property description for show hidden objects operator
c89b878371 GPv3: Sculpt context menu
Compare 46 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-12 14:49:22 +02:00
a8a93f1f2d New test for changing mass properties and motion type.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-12 09:36:11 +02:00
7628aebb76 Merge branch 'main' into geometry-nodes-rb-component
cb9ca2f7a7 Fix: USD: Write vertex crease data correctly and add tests
56779c7bb0 Fix: USD: Ensure mesh velocity data is written sparsely and add tests
b2f65b9bcb USD: Add additional attribute and sub-d test files
2dcf3467ce USD: Add tests for additional light setups
Compare 7 commits »
Lukas Tönne pushed to main at LukasTonne/.profile 2024-08-12 09:29:14 +02:00
6dd6339567 update
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-12 08:48:20 +02:00
d51a5eb090 Regression tests for cache updates (currently fails).
108cb62e5d Rename cache flags, these are used to mean "valid".
Compare 2 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-11 20:33:28 +02:00
8a811595b5 Avoid assert when converting unnormalized transform to quaternion.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-11 18:16:59 +02:00
db57a4b243 Remove outdated node menu entry.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-11 16:53:04 +02:00
954a18a82b Refactoring of physics world data and improved CoW support.