Lukas Tönne LukasTonne
Lukas Tönne suggested changes for blender/blender#117916 2024-09-27 17:30:32 +02:00
GPv3: Join Operator

Works great. Have some cleanup comments.

Lukas Tönne commented on pull request blender/blender#117916 2024-09-27 17:30:31 +02:00
GPv3: Join Operator

reverse_point_data and reverse_points_of are only called with IndexRange. Using IndexMask arguments here is unnecessary and confusing, since the indices would have to be offset by the firstr/last point.

Lukas Tönne commented on pull request blender/blender#117916 2024-09-27 17:30:30 +02:00
GPv3: Join Operator

Can just store a IndexRange local variable and change it directly, no need to split into begin/size.

Lukas Tönne pushed to gpv3_merge_points at PRiera1/blender 2024-09-27 17:04:48 +02:00
f3f3d4f75e Merge branch 'main' into gpv3_merge_points
87bef46096 Fix: Crash when there is no active layer/group.
5250e57294 Fix #127288: Vulkan: Report Marketed Driver Version
38a888c794 Cleanup: correct FOREACH_OBJECT_FLAG_BEGIN flag argument
0f1bdd551c Fix: Sculpt: Debug assert when undoing deformation
Compare 8770 commits »
Lukas Tönne commented on pull request blender/blender#111410 2024-09-27 16:55:09 +02:00
GPv3: Select Similar operator
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-27 16:34:20 +02:00
3895584f20 Attribute filters to ensure only builtin, uncached attributes are skipped.
Lukas Tönne commented on pull request blender/blender#126486 2024-09-27 15:36:23 +02:00
Fix #126480: Convert mesh to legacy curve and GPv3

The entire conversion function is so convoluted, I believe it was partly due to not using static/local functions in the beginning and it grew this way. Maybe cleaning this up would also become a…

Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-27 14:54:10 +02:00
fba901b5af Determine task with moved physics data before getting attributes.
Lukas Tönne commented on issue blender/blender#127152 2024-09-27 13:10:54 +02:00
Rigid Body Damping Translation and Rotation Ineffective with Small to Medium Values

After taking a closer look at Bullet's damping implementation i'm pretty sure @Nektarios-Kalogridis is correct that this is a bug. Unfortunately it's a Bullet bug rather than a Blender bug. We…

Lukas Tönne commented on pull request blender/blender#126486 2024-09-27 12:02:57 +02:00
Fix #126480: Convert mesh to legacy curve and GPv3

I agree with @Sean-Kim, we should avoid making object_convert_exec recursive, especially since it requires overriding the operator properties while the operator is being executed. It should be…

Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-27 10:38:15 +02:00
b2dae4a5e2 Fix errors from changed foreach_attribute API.
80803a2fb7 Merge branch 'main' into geometry-nodes-rb-component
87bef46096 Fix: Crash when there is no active layer/group.
5250e57294 Fix #127288: Vulkan: Report Marketed Driver Version
38a888c794 Cleanup: correct FOREACH_OBJECT_FLAG_BEGIN flag argument
Compare 85 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-27 00:50:15 +02:00
440d5c145a Show collision shape errors in a spreadsheet column.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-26 23:52:36 +02:00
264198fb19 Handle errors when creating collision shapes to avoid crashing.
Lukas Tönne deleted branch gpv3-select-similar from LukasTonne/blender 2024-09-26 15:55:46 +02:00
Lukas Tönne pushed to gpv3-select-similar at Lorenzo-Carpaneto/blender 2024-09-26 15:55:37 +02:00
23ffa0ccbb Optimization: skip points that are already selected.
Lukas Tönne pushed to gpv3-select-similar at LukasTonne/blender 2024-09-26 15:55:09 +02:00
23ffa0ccbb Optimization: skip points that are already selected.
84375ad073 Remove default_for_lookup, this can just be done locally.
87caca718c Remove unused function.
856ab16720 Implement all the modes.
72b0ef28d7 Fix menu entry.
Compare 8 commits »
Lukas Tönne created branch gpv3-select-similar in LukasTonne/blender 2024-09-26 15:55:09 +02:00
Lukas Tönne deleted branch gpv3-select-similar from LukasTonne/blender 2024-09-26 15:42:18 +02:00
Lukas Tönne pushed to gpv3-select-similar at Lorenzo-Carpaneto/blender 2024-09-26 15:42:09 +02:00
84375ad073 Remove default_for_lookup, this can just be done locally.
87caca718c Remove unused function.
856ab16720 Implement all the modes.
72b0ef28d7 Fix menu entry.
cc0aaf99c4 Cleanup: simplify use of Set<T>.
Compare 5 commits »