Block a user
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
Lukas Tönne
created branch gpv3-vertex-mode-selection in LukasTonne/blender
2024-09-25 11:09:26 +02:00
"Tweak" selection permanently enabled
Fix #128104: Selection operator poll function broken
Fix #128104: Selection operator poll function broken
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.
Support Menu sockets in the for-each-element zone
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.
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
Lukas Tönne
created branch foreach-zone-menu-inputs in LukasTonne/blender
2024-09-25 09:58:04 +02:00
7748d0bbab
Dedicated Menu socket propagation for for-each-element zones.
bfa7512bf1
Fix assert that will fail because Menu sockets use int values.