Lukas Tönne LukasTonne
Lukas Tönne pushed to main at LukasTonne/blender 2024-09-25 11:33:11 +02:00
6c5b5a7683 Cleanup: formatting.
0e08e8bf2d Cleanup: add missing CMake headers, update "check_cmake" config
840c65f442 Cleanup: spelling in comments
c3b11fbfae Cleanup: correct outdated code comment
59ac6074b7 Fix #128104: Selection operator poll function broken
Compare 5207 commits »
Lukas Tönne pushed to main at blender/blender 2024-09-25 11:32:37 +02:00
6c5b5a7683 Cleanup: formatting.
Lukas Tönne pushed to gpv3-vertex-mode-selection at LukasTonne/blender 2024-09-25 11:09:26 +02:00
3cd2d9730a Keybindings for selection modes in vertex paint.
Lukas Tönne created branch gpv3-vertex-mode-selection in LukasTonne/blender 2024-09-25 11:09:26 +02:00
Lukas Tönne pushed to main at blender/blender 2024-09-25 10:59:14 +02:00
59ac6074b7 Fix #128104: Selection operator poll function broken
Lukas Tönne deleted branch fix-select-keymap from LukasTonne/blender 2024-09-25 10:59:13 +02:00
Lukas Tönne closed issue blender/blender#128104 2024-09-25 10:59:12 +02:00
"Tweak" selection permanently enabled
Lukas Tönne merged pull request blender/blender#128110 2024-09-25 10:59:10 +02:00
Fix #128104: Selection operator poll function broken
Lukas Tönne created pull request blender/blender#128110 2024-09-25 10:58:31 +02:00
Fix #128104: Selection operator poll function broken
Lukas Tönne pushed to fix-select-keymap at LukasTonne/blender 2024-09-25 10:57:30 +02:00
f90a2f883c Fix #128104: Selection operator poll function broken.
Lukas Tönne created branch fix-select-keymap in LukasTonne/blender 2024-09-25 10:57:30 +02:00
Lukas Tönne commented on pull request blender/blender#128106 2024-09-25 10:09:50 +02:00
Support Menu sockets in the for-each-element zone

Note: This was necessary because Menu sockets also use int storage, so static_type_to_socket_type does not reliably match the socket type any more. It's only used in asserts to verify the storage matches the socket type.

Lukas Tönne pushed to foreach-zone-menu-inputs at LukasTonne/blender 2024-09-25 10:07:56 +02:00
0bcacd7ed2 Revert unrelated change.
Lukas Tönne created pull request blender/blender#128106 2024-09-25 10:06:03 +02:00
Support Menu sockets in the for-each-element zone
Lukas Tönne pushed to foreach-zone-menu-inputs at LukasTonne/blender 2024-09-25 09:59:31 +02:00
7e04d42b87 Dedicated Menu socket propagation for for-each-element zones.
54affde88c Fix assert that will fail because Menu sockets use int values.
cd233cb204 Support for Menu sockets in the for-each-element zone.
Compare 3 commits »
Lukas Tönne pushed to foreach-zone-menu-inputs at LukasTonne/blender 2024-09-25 09:58:05 +02:00
407e18ed47 Anim: upgrade action group handling code to new API
02ebab57da Anim: add layered Action support to BKE_animdata_transfer_by_basepath
4159f60e46 Anim: Layered Action support in group handling in action_mirror.cc
11f750bc7f Anim: update BKE_action Action Group functions
5524a06038 Anim: support layered Actions in BKE get/set active actiongroup functions
Compare 10 commits »
Lukas Tönne created branch foreach-zone-menu-inputs in LukasTonne/blender 2024-09-25 09:58:04 +02:00
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-24 23:03:22 +02:00
97eb3b8944 Fix crash when resizing a physics geometry and bodies are still null.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-24 22:20:38 +02:00
7748d0bbab Dedicated Menu socket propagation for for-each-element zones.
bfa7512bf1 Fix assert that will fail because Menu sockets use int values.
Compare 2 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-24 21:07:25 +02:00
935659b1ae Support for Menu sockets in the for-each-element zone.