fake-bpy-module 20240528__py3-none-any.whl → 20240530__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +3 -3
- bl_operators/__init__.pyi +2 -0
- bl_operators/connect_to_output/__init__.pyi +325 -0
- bl_operators/image_as_planes/__init__.pyi +11 -5
- bl_operators/node_editor/__init__.pyi +6 -0
- bl_operators/node_editor/node_functions/__init__.pyi +23 -0
- bl_operators/presets/__init__.pyi +12 -12
- bl_operators/wm/__init__.pyi +24 -24
- bl_ui/__init__.pyi +12 -12
- bl_ui/anim/__init__.pyi +6 -6
- bl_ui/node_add_menu/__init__.pyi +6 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +108 -108
- bl_ui/node_add_menu_geometry/__init__.pyi +288 -288
- bl_ui/node_add_menu_shader/__init__.pyi +60 -60
- bl_ui/node_add_menu_texture/__init__.pyi +54 -54
- bl_ui/properties_collection/__init__.pyi +6 -6
- bl_ui/properties_data_armature/__init__.pyi +12 -12
- bl_ui/properties_data_camera/__init__.pyi +12 -12
- bl_ui/properties_data_curves/__init__.pyi +6 -6
- bl_ui/properties_data_gpencil/__init__.pyi +12 -12
- bl_ui/properties_data_grease_pencil/__init__.pyi +18 -18
- bl_ui/properties_data_mesh/__init__.pyi +24 -24
- bl_ui/properties_data_modifier/__init__.pyi +42 -42
- bl_ui/properties_data_pointcloud/__init__.pyi +6 -6
- bl_ui/properties_freestyle/__init__.pyi +6 -6
- bl_ui/properties_grease_pencil_common/__init__.pyi +72 -72
- bl_ui/properties_mask_common/__init__.pyi +36 -36
- bl_ui/properties_material/__init__.pyi +6 -6
- bl_ui/properties_material_gpencil/__init__.pyi +12 -12
- bl_ui/properties_object/__init__.pyi +6 -6
- bl_ui/properties_output/__init__.pyi +18 -18
- bl_ui/properties_paint_common/__init__.pyi +6 -6
- bl_ui/properties_particle/__init__.pyi +12 -12
- bl_ui/properties_physics_cloth/__init__.pyi +6 -6
- bl_ui/properties_physics_fluid/__init__.pyi +6 -6
- bl_ui/properties_render/__init__.pyi +6 -6
- bl_ui/properties_texture/__init__.pyi +6 -6
- bl_ui/properties_view_layer/__init__.pyi +6 -6
- bl_ui/space_clip/__init__.pyi +186 -186
- bl_ui/space_console/__init__.pyi +30 -30
- bl_ui/space_dopesheet/__init__.pyi +84 -84
- bl_ui/space_filebrowser/__init__.pyi +78 -78
- bl_ui/space_graph/__init__.pyi +96 -96
- bl_ui/space_image/__init__.pyi +138 -138
- bl_ui/space_info/__init__.pyi +30 -30
- bl_ui/space_nla/__init__.pyi +78 -78
- bl_ui/space_node/__init__.pyi +72 -72
- bl_ui/space_outliner/__init__.pyi +72 -72
- bl_ui/space_sequencer/__init__.pyi +204 -204
- bl_ui/space_text/__init__.pyi +72 -72
- bl_ui/space_time/__init__.pyi +24 -24
- bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -0
- bl_ui/space_topbar/__init__.pyi +114 -114
- bl_ui/space_userpref/__init__.pyi +36 -36
- bl_ui/space_view3d/__init__.pyi +1446 -1176
- bl_ui/space_view3d_toolbar/__init__.pyi +30 -30
- bl_ui/utils/__init__.pyi +6 -6
- bmesh/geometry/__init__.pyi +2 -2
- bmesh/ops/__init__.pyi +55 -54
- bmesh/types/__init__.pyi +171 -194
- bmesh/utils/__init__.pyi +2 -2
- bpy/app/handlers/__init__.pyi +37 -37
- bpy/app/icons/__init__.pyi +4 -4
- bpy/app/timers/__init__.pyi +6 -6
- bpy/ops/bl_pkg/__init__.pyi +4 -4
- bpy/ops/image/__init__.pyi +55 -55
- bpy/ops/node/__init__.pyi +18 -0
- bpy/ops/paint/__init__.pyi +66 -0
- bpy/ops/preferences/__init__.pyi +2 -2
- bpy/ops/sculpt/__init__.pyi +126 -0
- bpy/props/__init__.pyi +16 -14
- bpy/types/__init__.pyi +269 -54
- bpy/utils/__init__.pyi +2 -2
- bpy_extras/anim_utils/__init__.pyi +4 -4
- bpy_extras/io_utils/__init__.pyi +4 -4
- bpy_extras/mesh_utils/__init__.pyi +4 -4
- bpy_extras/object_utils/__init__.pyi +8 -8
- bpy_types/__init__.pyi +12 -12
- {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240530.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240530.dist-info}/RECORD +92 -89
- freestyle/shaders/__init__.pyi +2 -2
- freestyle/types/__init__.pyi +64 -56
- gpu/matrix/__init__.pyi +6 -6
- gpu/types/__init__.pyi +10 -8
- imbuf/__init__.pyi +2 -2
- mathutils/__init__.pyi +176 -137
- mathutils/bvhtree/__init__.pyi +4 -4
- mathutils/geometry/__init__.pyi +139 -139
- mathutils/kdtree/__init__.pyi +14 -10
- mathutils/noise/__init__.pyi +26 -26
- {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240530.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240530.dist-info}/top_level.txt +0 -0
bl_ui/space_console/__init__.pyi
CHANGED
|
@@ -409,10 +409,10 @@ class CONSOLE_MT_console(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
409
409
|
searchpaths: list[str],
|
|
410
410
|
operator: str,
|
|
411
411
|
props_default: dict = None,
|
|
412
|
-
prop_filepath: str = "filepath",
|
|
413
|
-
filter_ext:
|
|
412
|
+
prop_filepath: str | None = "filepath",
|
|
413
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
414
414
|
filter_path=None,
|
|
415
|
-
display_name:
|
|
415
|
+
display_name: collections.abc.Callable | None = None,
|
|
416
416
|
add_operator=None,
|
|
417
417
|
add_operator_props=None,
|
|
418
418
|
):
|
|
@@ -425,14 +425,14 @@ class CONSOLE_MT_console(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
425
425
|
:param props_default: Properties to assign to each operator.
|
|
426
426
|
:type props_default: dict
|
|
427
427
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
428
|
-
:type prop_filepath: str
|
|
428
|
+
:type prop_filepath: str | None
|
|
429
429
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
430
430
|
|
|
431
431
|
Returning false excludes the file from the list.
|
|
432
|
-
:type filter_ext:
|
|
432
|
+
:type filter_ext: collections.abc.Callable | None
|
|
433
433
|
:param filter_path:
|
|
434
434
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
435
|
-
:type display_name:
|
|
435
|
+
:type display_name: collections.abc.Callable | None
|
|
436
436
|
:param add_operator:
|
|
437
437
|
:param add_operator_props:
|
|
438
438
|
"""
|
|
@@ -679,10 +679,10 @@ class CONSOLE_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
679
679
|
searchpaths: list[str],
|
|
680
680
|
operator: str,
|
|
681
681
|
props_default: dict = None,
|
|
682
|
-
prop_filepath: str = "filepath",
|
|
683
|
-
filter_ext:
|
|
682
|
+
prop_filepath: str | None = "filepath",
|
|
683
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
684
684
|
filter_path=None,
|
|
685
|
-
display_name:
|
|
685
|
+
display_name: collections.abc.Callable | None = None,
|
|
686
686
|
add_operator=None,
|
|
687
687
|
add_operator_props=None,
|
|
688
688
|
):
|
|
@@ -695,14 +695,14 @@ class CONSOLE_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
695
695
|
:param props_default: Properties to assign to each operator.
|
|
696
696
|
:type props_default: dict
|
|
697
697
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
698
|
-
:type prop_filepath: str
|
|
698
|
+
:type prop_filepath: str | None
|
|
699
699
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
700
700
|
|
|
701
701
|
Returning false excludes the file from the list.
|
|
702
|
-
:type filter_ext:
|
|
702
|
+
:type filter_ext: collections.abc.Callable | None
|
|
703
703
|
:param filter_path:
|
|
704
704
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
705
|
-
:type display_name:
|
|
705
|
+
:type display_name: collections.abc.Callable | None
|
|
706
706
|
:param add_operator:
|
|
707
707
|
:param add_operator_props:
|
|
708
708
|
"""
|
|
@@ -950,10 +950,10 @@ class CONSOLE_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
950
950
|
searchpaths: list[str],
|
|
951
951
|
operator: str,
|
|
952
952
|
props_default: dict = None,
|
|
953
|
-
prop_filepath: str = "filepath",
|
|
954
|
-
filter_ext:
|
|
953
|
+
prop_filepath: str | None = "filepath",
|
|
954
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
955
955
|
filter_path=None,
|
|
956
|
-
display_name:
|
|
956
|
+
display_name: collections.abc.Callable | None = None,
|
|
957
957
|
add_operator=None,
|
|
958
958
|
add_operator_props=None,
|
|
959
959
|
):
|
|
@@ -966,14 +966,14 @@ class CONSOLE_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
966
966
|
:param props_default: Properties to assign to each operator.
|
|
967
967
|
:type props_default: dict
|
|
968
968
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
969
|
-
:type prop_filepath: str
|
|
969
|
+
:type prop_filepath: str | None
|
|
970
970
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
971
971
|
|
|
972
972
|
Returning false excludes the file from the list.
|
|
973
|
-
:type filter_ext:
|
|
973
|
+
:type filter_ext: collections.abc.Callable | None
|
|
974
974
|
:param filter_path:
|
|
975
975
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
976
|
-
:type display_name:
|
|
976
|
+
:type display_name: collections.abc.Callable | None
|
|
977
977
|
:param add_operator:
|
|
978
978
|
:param add_operator_props:
|
|
979
979
|
"""
|
|
@@ -1220,10 +1220,10 @@ class CONSOLE_MT_language(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1220
1220
|
searchpaths: list[str],
|
|
1221
1221
|
operator: str,
|
|
1222
1222
|
props_default: dict = None,
|
|
1223
|
-
prop_filepath: str = "filepath",
|
|
1224
|
-
filter_ext:
|
|
1223
|
+
prop_filepath: str | None = "filepath",
|
|
1224
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1225
1225
|
filter_path=None,
|
|
1226
|
-
display_name:
|
|
1226
|
+
display_name: collections.abc.Callable | None = None,
|
|
1227
1227
|
add_operator=None,
|
|
1228
1228
|
add_operator_props=None,
|
|
1229
1229
|
):
|
|
@@ -1236,14 +1236,14 @@ class CONSOLE_MT_language(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1236
1236
|
:param props_default: Properties to assign to each operator.
|
|
1237
1237
|
:type props_default: dict
|
|
1238
1238
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1239
|
-
:type prop_filepath: str
|
|
1239
|
+
:type prop_filepath: str | None
|
|
1240
1240
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
1241
1241
|
|
|
1242
1242
|
Returning false excludes the file from the list.
|
|
1243
|
-
:type filter_ext:
|
|
1243
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1244
1244
|
:param filter_path:
|
|
1245
1245
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1246
|
-
:type display_name:
|
|
1246
|
+
:type display_name: collections.abc.Callable | None
|
|
1247
1247
|
:param add_operator:
|
|
1248
1248
|
:param add_operator_props:
|
|
1249
1249
|
"""
|
|
@@ -1490,10 +1490,10 @@ class CONSOLE_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1490
1490
|
searchpaths: list[str],
|
|
1491
1491
|
operator: str,
|
|
1492
1492
|
props_default: dict = None,
|
|
1493
|
-
prop_filepath: str = "filepath",
|
|
1494
|
-
filter_ext:
|
|
1493
|
+
prop_filepath: str | None = "filepath",
|
|
1494
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1495
1495
|
filter_path=None,
|
|
1496
|
-
display_name:
|
|
1496
|
+
display_name: collections.abc.Callable | None = None,
|
|
1497
1497
|
add_operator=None,
|
|
1498
1498
|
add_operator_props=None,
|
|
1499
1499
|
):
|
|
@@ -1506,14 +1506,14 @@ class CONSOLE_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1506
1506
|
:param props_default: Properties to assign to each operator.
|
|
1507
1507
|
:type props_default: dict
|
|
1508
1508
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1509
|
-
:type prop_filepath: str
|
|
1509
|
+
:type prop_filepath: str | None
|
|
1510
1510
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
1511
1511
|
|
|
1512
1512
|
Returning false excludes the file from the list.
|
|
1513
|
-
:type filter_ext:
|
|
1513
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1514
1514
|
:param filter_path:
|
|
1515
1515
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1516
|
-
:type display_name:
|
|
1516
|
+
:type display_name: collections.abc.Callable | None
|
|
1517
1517
|
:param add_operator:
|
|
1518
1518
|
:param add_operator_props:
|
|
1519
1519
|
"""
|
|
@@ -421,10 +421,10 @@ class DOPESHEET_MT_channel(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
421
421
|
searchpaths: list[str],
|
|
422
422
|
operator: str,
|
|
423
423
|
props_default: dict = None,
|
|
424
|
-
prop_filepath: str = "filepath",
|
|
425
|
-
filter_ext:
|
|
424
|
+
prop_filepath: str | None = "filepath",
|
|
425
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
426
426
|
filter_path=None,
|
|
427
|
-
display_name:
|
|
427
|
+
display_name: collections.abc.Callable | None = None,
|
|
428
428
|
add_operator=None,
|
|
429
429
|
add_operator_props=None,
|
|
430
430
|
):
|
|
@@ -437,14 +437,14 @@ class DOPESHEET_MT_channel(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
437
437
|
:param props_default: Properties to assign to each operator.
|
|
438
438
|
:type props_default: dict
|
|
439
439
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
440
|
-
:type prop_filepath: str
|
|
440
|
+
:type prop_filepath: str | None
|
|
441
441
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
442
442
|
|
|
443
443
|
Returning false excludes the file from the list.
|
|
444
|
-
:type filter_ext:
|
|
444
|
+
:type filter_ext: collections.abc.Callable | None
|
|
445
445
|
:param filter_path:
|
|
446
446
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
447
|
-
:type display_name:
|
|
447
|
+
:type display_name: collections.abc.Callable | None
|
|
448
448
|
:param add_operator:
|
|
449
449
|
:param add_operator_props:
|
|
450
450
|
"""
|
|
@@ -691,10 +691,10 @@ class DOPESHEET_MT_channel_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
691
691
|
searchpaths: list[str],
|
|
692
692
|
operator: str,
|
|
693
693
|
props_default: dict = None,
|
|
694
|
-
prop_filepath: str = "filepath",
|
|
695
|
-
filter_ext:
|
|
694
|
+
prop_filepath: str | None = "filepath",
|
|
695
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
696
696
|
filter_path=None,
|
|
697
|
-
display_name:
|
|
697
|
+
display_name: collections.abc.Callable | None = None,
|
|
698
698
|
add_operator=None,
|
|
699
699
|
add_operator_props=None,
|
|
700
700
|
):
|
|
@@ -707,14 +707,14 @@ class DOPESHEET_MT_channel_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
707
707
|
:param props_default: Properties to assign to each operator.
|
|
708
708
|
:type props_default: dict
|
|
709
709
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
710
|
-
:type prop_filepath: str
|
|
710
|
+
:type prop_filepath: str | None
|
|
711
711
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
712
712
|
|
|
713
713
|
Returning false excludes the file from the list.
|
|
714
|
-
:type filter_ext:
|
|
714
|
+
:type filter_ext: collections.abc.Callable | None
|
|
715
715
|
:param filter_path:
|
|
716
716
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
717
|
-
:type display_name:
|
|
717
|
+
:type display_name: collections.abc.Callable | None
|
|
718
718
|
:param add_operator:
|
|
719
719
|
:param add_operator_props:
|
|
720
720
|
"""
|
|
@@ -961,10 +961,10 @@ class DOPESHEET_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
961
961
|
searchpaths: list[str],
|
|
962
962
|
operator: str,
|
|
963
963
|
props_default: dict = None,
|
|
964
|
-
prop_filepath: str = "filepath",
|
|
965
|
-
filter_ext:
|
|
964
|
+
prop_filepath: str | None = "filepath",
|
|
965
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
966
966
|
filter_path=None,
|
|
967
|
-
display_name:
|
|
967
|
+
display_name: collections.abc.Callable | None = None,
|
|
968
968
|
add_operator=None,
|
|
969
969
|
add_operator_props=None,
|
|
970
970
|
):
|
|
@@ -977,14 +977,14 @@ class DOPESHEET_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
977
977
|
:param props_default: Properties to assign to each operator.
|
|
978
978
|
:type props_default: dict
|
|
979
979
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
980
|
-
:type prop_filepath: str
|
|
980
|
+
:type prop_filepath: str | None
|
|
981
981
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
982
982
|
|
|
983
983
|
Returning false excludes the file from the list.
|
|
984
|
-
:type filter_ext:
|
|
984
|
+
:type filter_ext: collections.abc.Callable | None
|
|
985
985
|
:param filter_path:
|
|
986
986
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
987
|
-
:type display_name:
|
|
987
|
+
:type display_name: collections.abc.Callable | None
|
|
988
988
|
:param add_operator:
|
|
989
989
|
:param add_operator_props:
|
|
990
990
|
"""
|
|
@@ -1231,10 +1231,10 @@ class DOPESHEET_MT_delete(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1231
1231
|
searchpaths: list[str],
|
|
1232
1232
|
operator: str,
|
|
1233
1233
|
props_default: dict = None,
|
|
1234
|
-
prop_filepath: str = "filepath",
|
|
1235
|
-
filter_ext:
|
|
1234
|
+
prop_filepath: str | None = "filepath",
|
|
1235
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1236
1236
|
filter_path=None,
|
|
1237
|
-
display_name:
|
|
1237
|
+
display_name: collections.abc.Callable | None = None,
|
|
1238
1238
|
add_operator=None,
|
|
1239
1239
|
add_operator_props=None,
|
|
1240
1240
|
):
|
|
@@ -1247,14 +1247,14 @@ class DOPESHEET_MT_delete(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1247
1247
|
:param props_default: Properties to assign to each operator.
|
|
1248
1248
|
:type props_default: dict
|
|
1249
1249
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1250
|
-
:type prop_filepath: str
|
|
1250
|
+
:type prop_filepath: str | None
|
|
1251
1251
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
1252
1252
|
|
|
1253
1253
|
Returning false excludes the file from the list.
|
|
1254
|
-
:type filter_ext:
|
|
1254
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1255
1255
|
:param filter_path:
|
|
1256
1256
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1257
|
-
:type display_name:
|
|
1257
|
+
:type display_name: collections.abc.Callable | None
|
|
1258
1258
|
:param add_operator:
|
|
1259
1259
|
:param add_operator_props:
|
|
1260
1260
|
"""
|
|
@@ -1502,10 +1502,10 @@ class DOPESHEET_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1502
1502
|
searchpaths: list[str],
|
|
1503
1503
|
operator: str,
|
|
1504
1504
|
props_default: dict = None,
|
|
1505
|
-
prop_filepath: str = "filepath",
|
|
1506
|
-
filter_ext:
|
|
1505
|
+
prop_filepath: str | None = "filepath",
|
|
1506
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1507
1507
|
filter_path=None,
|
|
1508
|
-
display_name:
|
|
1508
|
+
display_name: collections.abc.Callable | None = None,
|
|
1509
1509
|
add_operator=None,
|
|
1510
1510
|
add_operator_props=None,
|
|
1511
1511
|
):
|
|
@@ -1518,14 +1518,14 @@ class DOPESHEET_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1518
1518
|
:param props_default: Properties to assign to each operator.
|
|
1519
1519
|
:type props_default: dict
|
|
1520
1520
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1521
|
-
:type prop_filepath: str
|
|
1521
|
+
:type prop_filepath: str | None
|
|
1522
1522
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
1523
1523
|
|
|
1524
1524
|
Returning false excludes the file from the list.
|
|
1525
|
-
:type filter_ext:
|
|
1525
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1526
1526
|
:param filter_path:
|
|
1527
1527
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1528
|
-
:type display_name:
|
|
1528
|
+
:type display_name: collections.abc.Callable | None
|
|
1529
1529
|
:param add_operator:
|
|
1530
1530
|
:param add_operator_props:
|
|
1531
1531
|
"""
|
|
@@ -1772,10 +1772,10 @@ class DOPESHEET_MT_gpencil_channel(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1772
1772
|
searchpaths: list[str],
|
|
1773
1773
|
operator: str,
|
|
1774
1774
|
props_default: dict = None,
|
|
1775
|
-
prop_filepath: str = "filepath",
|
|
1776
|
-
filter_ext:
|
|
1775
|
+
prop_filepath: str | None = "filepath",
|
|
1776
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1777
1777
|
filter_path=None,
|
|
1778
|
-
display_name:
|
|
1778
|
+
display_name: collections.abc.Callable | None = None,
|
|
1779
1779
|
add_operator=None,
|
|
1780
1780
|
add_operator_props=None,
|
|
1781
1781
|
):
|
|
@@ -1788,14 +1788,14 @@ class DOPESHEET_MT_gpencil_channel(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1788
1788
|
:param props_default: Properties to assign to each operator.
|
|
1789
1789
|
:type props_default: dict
|
|
1790
1790
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1791
|
-
:type prop_filepath: str
|
|
1791
|
+
:type prop_filepath: str | None
|
|
1792
1792
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
1793
1793
|
|
|
1794
1794
|
Returning false excludes the file from the list.
|
|
1795
|
-
:type filter_ext:
|
|
1795
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1796
1796
|
:param filter_path:
|
|
1797
1797
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1798
|
-
:type display_name:
|
|
1798
|
+
:type display_name: collections.abc.Callable | None
|
|
1799
1799
|
:param add_operator:
|
|
1800
1800
|
:param add_operator_props:
|
|
1801
1801
|
"""
|
|
@@ -2042,10 +2042,10 @@ class DOPESHEET_MT_gpencil_key(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2042
2042
|
searchpaths: list[str],
|
|
2043
2043
|
operator: str,
|
|
2044
2044
|
props_default: dict = None,
|
|
2045
|
-
prop_filepath: str = "filepath",
|
|
2046
|
-
filter_ext:
|
|
2045
|
+
prop_filepath: str | None = "filepath",
|
|
2046
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
2047
2047
|
filter_path=None,
|
|
2048
|
-
display_name:
|
|
2048
|
+
display_name: collections.abc.Callable | None = None,
|
|
2049
2049
|
add_operator=None,
|
|
2050
2050
|
add_operator_props=None,
|
|
2051
2051
|
):
|
|
@@ -2058,14 +2058,14 @@ class DOPESHEET_MT_gpencil_key(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2058
2058
|
:param props_default: Properties to assign to each operator.
|
|
2059
2059
|
:type props_default: dict
|
|
2060
2060
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
2061
|
-
:type prop_filepath: str
|
|
2061
|
+
:type prop_filepath: str | None
|
|
2062
2062
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
2063
2063
|
|
|
2064
2064
|
Returning false excludes the file from the list.
|
|
2065
|
-
:type filter_ext:
|
|
2065
|
+
:type filter_ext: collections.abc.Callable | None
|
|
2066
2066
|
:param filter_path:
|
|
2067
2067
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
2068
|
-
:type display_name:
|
|
2068
|
+
:type display_name: collections.abc.Callable | None
|
|
2069
2069
|
:param add_operator:
|
|
2070
2070
|
:param add_operator_props:
|
|
2071
2071
|
"""
|
|
@@ -2312,10 +2312,10 @@ class DOPESHEET_MT_key(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2312
2312
|
searchpaths: list[str],
|
|
2313
2313
|
operator: str,
|
|
2314
2314
|
props_default: dict = None,
|
|
2315
|
-
prop_filepath: str = "filepath",
|
|
2316
|
-
filter_ext:
|
|
2315
|
+
prop_filepath: str | None = "filepath",
|
|
2316
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
2317
2317
|
filter_path=None,
|
|
2318
|
-
display_name:
|
|
2318
|
+
display_name: collections.abc.Callable | None = None,
|
|
2319
2319
|
add_operator=None,
|
|
2320
2320
|
add_operator_props=None,
|
|
2321
2321
|
):
|
|
@@ -2328,14 +2328,14 @@ class DOPESHEET_MT_key(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2328
2328
|
:param props_default: Properties to assign to each operator.
|
|
2329
2329
|
:type props_default: dict
|
|
2330
2330
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
2331
|
-
:type prop_filepath: str
|
|
2331
|
+
:type prop_filepath: str | None
|
|
2332
2332
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
2333
2333
|
|
|
2334
2334
|
Returning false excludes the file from the list.
|
|
2335
|
-
:type filter_ext:
|
|
2335
|
+
:type filter_ext: collections.abc.Callable | None
|
|
2336
2336
|
:param filter_path:
|
|
2337
2337
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
2338
|
-
:type display_name:
|
|
2338
|
+
:type display_name: collections.abc.Callable | None
|
|
2339
2339
|
:param add_operator:
|
|
2340
2340
|
:param add_operator_props:
|
|
2341
2341
|
"""
|
|
@@ -2582,10 +2582,10 @@ class DOPESHEET_MT_key_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2582
2582
|
searchpaths: list[str],
|
|
2583
2583
|
operator: str,
|
|
2584
2584
|
props_default: dict = None,
|
|
2585
|
-
prop_filepath: str = "filepath",
|
|
2586
|
-
filter_ext:
|
|
2585
|
+
prop_filepath: str | None = "filepath",
|
|
2586
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
2587
2587
|
filter_path=None,
|
|
2588
|
-
display_name:
|
|
2588
|
+
display_name: collections.abc.Callable | None = None,
|
|
2589
2589
|
add_operator=None,
|
|
2590
2590
|
add_operator_props=None,
|
|
2591
2591
|
):
|
|
@@ -2598,14 +2598,14 @@ class DOPESHEET_MT_key_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2598
2598
|
:param props_default: Properties to assign to each operator.
|
|
2599
2599
|
:type props_default: dict
|
|
2600
2600
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
2601
|
-
:type prop_filepath: str
|
|
2601
|
+
:type prop_filepath: str | None
|
|
2602
2602
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
2603
2603
|
|
|
2604
2604
|
Returning false excludes the file from the list.
|
|
2605
|
-
:type filter_ext:
|
|
2605
|
+
:type filter_ext: collections.abc.Callable | None
|
|
2606
2606
|
:param filter_path:
|
|
2607
2607
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
2608
|
-
:type display_name:
|
|
2608
|
+
:type display_name: collections.abc.Callable | None
|
|
2609
2609
|
:param add_operator:
|
|
2610
2610
|
:param add_operator_props:
|
|
2611
2611
|
"""
|
|
@@ -2852,10 +2852,10 @@ class DOPESHEET_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2852
2852
|
searchpaths: list[str],
|
|
2853
2853
|
operator: str,
|
|
2854
2854
|
props_default: dict = None,
|
|
2855
|
-
prop_filepath: str = "filepath",
|
|
2856
|
-
filter_ext:
|
|
2855
|
+
prop_filepath: str | None = "filepath",
|
|
2856
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
2857
2857
|
filter_path=None,
|
|
2858
|
-
display_name:
|
|
2858
|
+
display_name: collections.abc.Callable | None = None,
|
|
2859
2859
|
add_operator=None,
|
|
2860
2860
|
add_operator_props=None,
|
|
2861
2861
|
):
|
|
@@ -2868,14 +2868,14 @@ class DOPESHEET_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2868
2868
|
:param props_default: Properties to assign to each operator.
|
|
2869
2869
|
:type props_default: dict
|
|
2870
2870
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
2871
|
-
:type prop_filepath: str
|
|
2871
|
+
:type prop_filepath: str | None
|
|
2872
2872
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
2873
2873
|
|
|
2874
2874
|
Returning false excludes the file from the list.
|
|
2875
|
-
:type filter_ext:
|
|
2875
|
+
:type filter_ext: collections.abc.Callable | None
|
|
2876
2876
|
:param filter_path:
|
|
2877
2877
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
2878
|
-
:type display_name:
|
|
2878
|
+
:type display_name: collections.abc.Callable | None
|
|
2879
2879
|
:param add_operator:
|
|
2880
2880
|
:param add_operator_props:
|
|
2881
2881
|
"""
|
|
@@ -3122,10 +3122,10 @@ class DOPESHEET_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3122
3122
|
searchpaths: list[str],
|
|
3123
3123
|
operator: str,
|
|
3124
3124
|
props_default: dict = None,
|
|
3125
|
-
prop_filepath: str = "filepath",
|
|
3126
|
-
filter_ext:
|
|
3125
|
+
prop_filepath: str | None = "filepath",
|
|
3126
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
3127
3127
|
filter_path=None,
|
|
3128
|
-
display_name:
|
|
3128
|
+
display_name: collections.abc.Callable | None = None,
|
|
3129
3129
|
add_operator=None,
|
|
3130
3130
|
add_operator_props=None,
|
|
3131
3131
|
):
|
|
@@ -3138,14 +3138,14 @@ class DOPESHEET_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3138
3138
|
:param props_default: Properties to assign to each operator.
|
|
3139
3139
|
:type props_default: dict
|
|
3140
3140
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
3141
|
-
:type prop_filepath: str
|
|
3141
|
+
:type prop_filepath: str | None
|
|
3142
3142
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
3143
3143
|
|
|
3144
3144
|
Returning false excludes the file from the list.
|
|
3145
|
-
:type filter_ext:
|
|
3145
|
+
:type filter_ext: collections.abc.Callable | None
|
|
3146
3146
|
:param filter_path:
|
|
3147
3147
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
3148
|
-
:type display_name:
|
|
3148
|
+
:type display_name: collections.abc.Callable | None
|
|
3149
3149
|
:param add_operator:
|
|
3150
3150
|
:param add_operator_props:
|
|
3151
3151
|
"""
|
|
@@ -3392,10 +3392,10 @@ class DOPESHEET_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3392
3392
|
searchpaths: list[str],
|
|
3393
3393
|
operator: str,
|
|
3394
3394
|
props_default: dict = None,
|
|
3395
|
-
prop_filepath: str = "filepath",
|
|
3396
|
-
filter_ext:
|
|
3395
|
+
prop_filepath: str | None = "filepath",
|
|
3396
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
3397
3397
|
filter_path=None,
|
|
3398
|
-
display_name:
|
|
3398
|
+
display_name: collections.abc.Callable | None = None,
|
|
3399
3399
|
add_operator=None,
|
|
3400
3400
|
add_operator_props=None,
|
|
3401
3401
|
):
|
|
@@ -3408,14 +3408,14 @@ class DOPESHEET_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3408
3408
|
:param props_default: Properties to assign to each operator.
|
|
3409
3409
|
:type props_default: dict
|
|
3410
3410
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
3411
|
-
:type prop_filepath: str
|
|
3411
|
+
:type prop_filepath: str | None
|
|
3412
3412
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
3413
3413
|
|
|
3414
3414
|
Returning false excludes the file from the list.
|
|
3415
|
-
:type filter_ext:
|
|
3415
|
+
:type filter_ext: collections.abc.Callable | None
|
|
3416
3416
|
:param filter_path:
|
|
3417
3417
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
3418
|
-
:type display_name:
|
|
3418
|
+
:type display_name: collections.abc.Callable | None
|
|
3419
3419
|
:param add_operator:
|
|
3420
3420
|
:param add_operator_props:
|
|
3421
3421
|
"""
|
|
@@ -3662,10 +3662,10 @@ class DOPESHEET_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3662
3662
|
searchpaths: list[str],
|
|
3663
3663
|
operator: str,
|
|
3664
3664
|
props_default: dict = None,
|
|
3665
|
-
prop_filepath: str = "filepath",
|
|
3666
|
-
filter_ext:
|
|
3665
|
+
prop_filepath: str | None = "filepath",
|
|
3666
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
3667
3667
|
filter_path=None,
|
|
3668
|
-
display_name:
|
|
3668
|
+
display_name: collections.abc.Callable | None = None,
|
|
3669
3669
|
add_operator=None,
|
|
3670
3670
|
add_operator_props=None,
|
|
3671
3671
|
):
|
|
@@ -3678,14 +3678,14 @@ class DOPESHEET_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3678
3678
|
:param props_default: Properties to assign to each operator.
|
|
3679
3679
|
:type props_default: dict
|
|
3680
3680
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
3681
|
-
:type prop_filepath: str
|
|
3681
|
+
:type prop_filepath: str | None
|
|
3682
3682
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
3683
3683
|
|
|
3684
3684
|
Returning false excludes the file from the list.
|
|
3685
|
-
:type filter_ext:
|
|
3685
|
+
:type filter_ext: collections.abc.Callable | None
|
|
3686
3686
|
:param filter_path:
|
|
3687
3687
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
3688
|
-
:type display_name:
|
|
3688
|
+
:type display_name: collections.abc.Callable | None
|
|
3689
3689
|
:param add_operator:
|
|
3690
3690
|
:param add_operator_props:
|
|
3691
3691
|
"""
|
|
@@ -3932,10 +3932,10 @@ class DOPESHEET_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3932
3932
|
searchpaths: list[str],
|
|
3933
3933
|
operator: str,
|
|
3934
3934
|
props_default: dict = None,
|
|
3935
|
-
prop_filepath: str = "filepath",
|
|
3936
|
-
filter_ext:
|
|
3935
|
+
prop_filepath: str | None = "filepath",
|
|
3936
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
3937
3937
|
filter_path=None,
|
|
3938
|
-
display_name:
|
|
3938
|
+
display_name: collections.abc.Callable | None = None,
|
|
3939
3939
|
add_operator=None,
|
|
3940
3940
|
add_operator_props=None,
|
|
3941
3941
|
):
|
|
@@ -3948,14 +3948,14 @@ class DOPESHEET_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3948
3948
|
:param props_default: Properties to assign to each operator.
|
|
3949
3949
|
:type props_default: dict
|
|
3950
3950
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
3951
|
-
:type prop_filepath: str
|
|
3951
|
+
:type prop_filepath: str | None
|
|
3952
3952
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
3953
3953
|
|
|
3954
3954
|
Returning false excludes the file from the list.
|
|
3955
|
-
:type filter_ext:
|
|
3955
|
+
:type filter_ext: collections.abc.Callable | None
|
|
3956
3956
|
:param filter_path:
|
|
3957
3957
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
3958
|
-
:type display_name:
|
|
3958
|
+
:type display_name: collections.abc.Callable | None
|
|
3959
3959
|
:param add_operator:
|
|
3960
3960
|
:param add_operator_props:
|
|
3961
3961
|
"""
|