main sync #3

Merged
Patrick Busch merged 318 commits from blender/blender:main into main 2023-03-17 15:52:21 +01:00
Showing only changes of commit 42380ea996 - Show all commits

View File

@ -161,7 +161,7 @@ const EnumPropertyItem rna_enum_driver_target_rotation_mode_items[] = {
{0, NULL, 0, NULL, NULL}, {0, NULL, 0, NULL, NULL},
}; };
const EnumPropertyItem rna_enum_driver_target_context_property_items[] = { static const EnumPropertyItem rna_enum_driver_target_context_property_items[] = {
{DTAR_CONTEXT_PROPERTY_ACTIVE_SCENE, {DTAR_CONTEXT_PROPERTY_ACTIVE_SCENE,
"ACTIVE_SCENE", "ACTIVE_SCENE",
ICON_NONE, ICON_NONE,