Lukas Tönne LukasTonne
Lukas Tönne created branch gpv3-select-similar in LukasTonne/blender 2024-09-26 10:47:37 +02:00
Lukas Tönne pushed to gpv3-select-similar at LukasTonne/blender 2024-09-26 10:47:37 +02:00
a0b7fde895 gpv3-select-similar
4dcd2ecb03 gpv3-select-similar
05254155d8 gpv3-select-similar
cf4e550bc4 gpv3-select-similar
a7efe3a405 gpv3-select-similar
Compare 10 commits »
Lukas Tönne closed issue blender/blender#128154 2024-09-26 10:40:46 +02:00
Grease Pencil: Fill tools fails with nested shapes
Lukas Tönne commented on issue blender/blender#128154 2024-09-26 10:40:42 +02:00
Grease Pencil: Fill tools fails with nested shapes

This is a problem with rendering rather than the fill tool: The (current) GP renderer cannot draw "holes" on fill strokes. The Fill tool itself can actually detect holes, but since the interior…

Lukas Tönne opened issue blender/blender#128165 2024-09-26 10:22:52 +02:00
Geometry Nodes: Instance attributes don't work inside simulation zones
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-25 16:31:10 +02:00
6c50302159 Remove bodies from physics world before destroying them.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-25 15:18:10 +02:00
8ac9a4681b Merge branch 'main' into geometry-nodes-rb-component
12ef319a49 Support Menu sockets in the for-each-element zone
f4de8c1a67 Fix: Incorrect viewport transform node tooltip
e71c844354 Fix #127944: Normal rotates in wrong direction
2459247f9f GPv3: Enable selection operators and overlays in vertex paint mode
Compare 6 commits »
Lukas Tönne deleted branch foreach-zone-menu-inputs from LukasTonne/blender 2024-09-25 15:13:34 +02:00
Lukas Tönne merged pull request blender/blender#128106 2024-09-25 15:13:32 +02:00
Support Menu sockets in the for-each-element zone
Lukas Tönne pushed to main at blender/blender 2024-09-25 15:13:31 +02:00
12ef319a49 Support Menu sockets in the for-each-element zone
Lukas Tönne pushed to foreach-zone-menu-inputs at LukasTonne/blender 2024-09-25 15:12:48 +02:00
ca676404fb Rename type check function.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-25 13:05:41 +02:00
ee1c9ab72c Revert changes to for-each-element zones to support Menu sockets.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-25 12:47:32 +02:00
01163daeb7 Merge branch 'main' into geometry-nodes-rb-component
8dcd51ddc3 Fix crash in recent fix for #128104
6c5b5a7683 Cleanup: formatting.
0e08e8bf2d Cleanup: add missing CMake headers, update "check_cmake" config
840c65f442 Cleanup: spelling in comments
Compare 30 commits »
Lukas Tönne deleted branch gpv3-vertex-mode-selection from LukasTonne/blender 2024-09-25 12:41:12 +02:00
Lukas Tönne merged pull request blender/blender#128114 2024-09-25 12:41:08 +02:00
GPv3: Enable selection operators and overlays in vertex paint mode
Lukas Tönne pushed to main at blender/blender 2024-09-25 12:41:07 +02:00
2459247f9f GPv3: Enable selection operators and overlays in vertex paint mode
Lukas Tönne created pull request blender/blender#128114 2024-09-25 11:51:43 +02:00
GPv3: Enable selection operators and overlays in vertex paint mode
Lukas Tönne pushed to gpv3-vertex-mode-selection at LukasTonne/blender 2024-09-25 11:49:33 +02:00
b274d7be9d Enable selection operators in GP vertex paint mode.
Lukas Tönne pushed to gpv3-vertex-mode-selection at LukasTonne/blender 2024-09-25 11:42:08 +02:00
e3bb211f11 Enable overlay drawing for points and lines in vertex paint mode.