fake-bpy-module 20240528__py3-none-any.whl → 20240529__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 +43 -33
- 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-20240529.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240529.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-20240529.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240529.dist-info}/top_level.txt +0 -0
|
@@ -409,10 +409,10 @@ class OUTLINER_MT_asset(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 OUTLINER_MT_asset(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
|
"""
|
|
@@ -686,10 +686,10 @@ class OUTLINER_MT_collection(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
686
686
|
searchpaths: list[str],
|
|
687
687
|
operator: str,
|
|
688
688
|
props_default: dict = None,
|
|
689
|
-
prop_filepath: str = "filepath",
|
|
690
|
-
filter_ext:
|
|
689
|
+
prop_filepath: str | None = "filepath",
|
|
690
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
691
691
|
filter_path=None,
|
|
692
|
-
display_name:
|
|
692
|
+
display_name: collections.abc.Callable | None = None,
|
|
693
693
|
add_operator=None,
|
|
694
694
|
add_operator_props=None,
|
|
695
695
|
):
|
|
@@ -702,14 +702,14 @@ class OUTLINER_MT_collection(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
702
702
|
:param props_default: Properties to assign to each operator.
|
|
703
703
|
:type props_default: dict
|
|
704
704
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
705
|
-
:type prop_filepath: str
|
|
705
|
+
:type prop_filepath: str | None
|
|
706
706
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
707
707
|
|
|
708
708
|
Returning false excludes the file from the list.
|
|
709
|
-
:type filter_ext:
|
|
709
|
+
:type filter_ext: collections.abc.Callable | None
|
|
710
710
|
:param filter_path:
|
|
711
711
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
712
|
-
:type display_name:
|
|
712
|
+
:type display_name: collections.abc.Callable | None
|
|
713
713
|
:param add_operator:
|
|
714
714
|
:param add_operator_props:
|
|
715
715
|
"""
|
|
@@ -964,10 +964,10 @@ class OUTLINER_MT_collection_new(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
964
964
|
searchpaths: list[str],
|
|
965
965
|
operator: str,
|
|
966
966
|
props_default: dict = None,
|
|
967
|
-
prop_filepath: str = "filepath",
|
|
968
|
-
filter_ext:
|
|
967
|
+
prop_filepath: str | None = "filepath",
|
|
968
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
969
969
|
filter_path=None,
|
|
970
|
-
display_name:
|
|
970
|
+
display_name: collections.abc.Callable | None = None,
|
|
971
971
|
add_operator=None,
|
|
972
972
|
add_operator_props=None,
|
|
973
973
|
):
|
|
@@ -980,14 +980,14 @@ class OUTLINER_MT_collection_new(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
980
980
|
:param props_default: Properties to assign to each operator.
|
|
981
981
|
:type props_default: dict
|
|
982
982
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
983
|
-
:type prop_filepath: str
|
|
983
|
+
:type prop_filepath: str | None
|
|
984
984
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
985
985
|
|
|
986
986
|
Returning false excludes the file from the list.
|
|
987
|
-
:type filter_ext:
|
|
987
|
+
:type filter_ext: collections.abc.Callable | None
|
|
988
988
|
:param filter_path:
|
|
989
989
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
990
|
-
:type display_name:
|
|
990
|
+
:type display_name: collections.abc.Callable | None
|
|
991
991
|
:param add_operator:
|
|
992
992
|
:param add_operator_props:
|
|
993
993
|
"""
|
|
@@ -1234,10 +1234,10 @@ class OUTLINER_MT_collection_view_layer(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1234
1234
|
searchpaths: list[str],
|
|
1235
1235
|
operator: str,
|
|
1236
1236
|
props_default: dict = None,
|
|
1237
|
-
prop_filepath: str = "filepath",
|
|
1238
|
-
filter_ext:
|
|
1237
|
+
prop_filepath: str | None = "filepath",
|
|
1238
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1239
1239
|
filter_path=None,
|
|
1240
|
-
display_name:
|
|
1240
|
+
display_name: collections.abc.Callable | None = None,
|
|
1241
1241
|
add_operator=None,
|
|
1242
1242
|
add_operator_props=None,
|
|
1243
1243
|
):
|
|
@@ -1250,14 +1250,14 @@ class OUTLINER_MT_collection_view_layer(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1250
1250
|
:param props_default: Properties to assign to each operator.
|
|
1251
1251
|
:type props_default: dict
|
|
1252
1252
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1253
|
-
:type prop_filepath: str
|
|
1253
|
+
:type prop_filepath: str | None
|
|
1254
1254
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
1255
1255
|
|
|
1256
1256
|
Returning false excludes the file from the list.
|
|
1257
|
-
:type filter_ext:
|
|
1257
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1258
1258
|
:param filter_path:
|
|
1259
1259
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1260
|
-
:type display_name:
|
|
1260
|
+
:type display_name: collections.abc.Callable | None
|
|
1261
1261
|
:param add_operator:
|
|
1262
1262
|
:param add_operator_props:
|
|
1263
1263
|
"""
|
|
@@ -1504,10 +1504,10 @@ class OUTLINER_MT_collection_visibility(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1504
1504
|
searchpaths: list[str],
|
|
1505
1505
|
operator: str,
|
|
1506
1506
|
props_default: dict = None,
|
|
1507
|
-
prop_filepath: str = "filepath",
|
|
1508
|
-
filter_ext:
|
|
1507
|
+
prop_filepath: str | None = "filepath",
|
|
1508
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1509
1509
|
filter_path=None,
|
|
1510
|
-
display_name:
|
|
1510
|
+
display_name: collections.abc.Callable | None = None,
|
|
1511
1511
|
add_operator=None,
|
|
1512
1512
|
add_operator_props=None,
|
|
1513
1513
|
):
|
|
@@ -1520,14 +1520,14 @@ class OUTLINER_MT_collection_visibility(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1520
1520
|
:param props_default: Properties to assign to each operator.
|
|
1521
1521
|
:type props_default: dict
|
|
1522
1522
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1523
|
-
:type prop_filepath: str
|
|
1523
|
+
:type prop_filepath: str | None
|
|
1524
1524
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
1525
1525
|
|
|
1526
1526
|
Returning false excludes the file from the list.
|
|
1527
|
-
:type filter_ext:
|
|
1527
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1528
1528
|
:param filter_path:
|
|
1529
1529
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1530
|
-
:type display_name:
|
|
1530
|
+
:type display_name: collections.abc.Callable | None
|
|
1531
1531
|
:param add_operator:
|
|
1532
1532
|
:param add_operator_props:
|
|
1533
1533
|
"""
|
|
@@ -1781,10 +1781,10 @@ class OUTLINER_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1781
1781
|
searchpaths: list[str],
|
|
1782
1782
|
operator: str,
|
|
1783
1783
|
props_default: dict = None,
|
|
1784
|
-
prop_filepath: str = "filepath",
|
|
1785
|
-
filter_ext:
|
|
1784
|
+
prop_filepath: str | None = "filepath",
|
|
1785
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
1786
1786
|
filter_path=None,
|
|
1787
|
-
display_name:
|
|
1787
|
+
display_name: collections.abc.Callable | None = None,
|
|
1788
1788
|
add_operator=None,
|
|
1789
1789
|
add_operator_props=None,
|
|
1790
1790
|
):
|
|
@@ -1797,14 +1797,14 @@ class OUTLINER_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1797
1797
|
:param props_default: Properties to assign to each operator.
|
|
1798
1798
|
:type props_default: dict
|
|
1799
1799
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1800
|
-
:type prop_filepath: str
|
|
1800
|
+
:type prop_filepath: str | None
|
|
1801
1801
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
1802
1802
|
|
|
1803
1803
|
Returning false excludes the file from the list.
|
|
1804
|
-
:type filter_ext:
|
|
1804
|
+
:type filter_ext: collections.abc.Callable | None
|
|
1805
1805
|
:param filter_path:
|
|
1806
1806
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1807
|
-
:type display_name:
|
|
1807
|
+
:type display_name: collections.abc.Callable | None
|
|
1808
1808
|
:param add_operator:
|
|
1809
1809
|
:param add_operator_props:
|
|
1810
1810
|
"""
|
|
@@ -2051,10 +2051,10 @@ class OUTLINER_MT_context_menu_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2051
2051
|
searchpaths: list[str],
|
|
2052
2052
|
operator: str,
|
|
2053
2053
|
props_default: dict = None,
|
|
2054
|
-
prop_filepath: str = "filepath",
|
|
2055
|
-
filter_ext:
|
|
2054
|
+
prop_filepath: str | None = "filepath",
|
|
2055
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
2056
2056
|
filter_path=None,
|
|
2057
|
-
display_name:
|
|
2057
|
+
display_name: collections.abc.Callable | None = None,
|
|
2058
2058
|
add_operator=None,
|
|
2059
2059
|
add_operator_props=None,
|
|
2060
2060
|
):
|
|
@@ -2067,14 +2067,14 @@ class OUTLINER_MT_context_menu_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2067
2067
|
:param props_default: Properties to assign to each operator.
|
|
2068
2068
|
:type props_default: dict
|
|
2069
2069
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
2070
|
-
:type prop_filepath: str
|
|
2070
|
+
:type prop_filepath: str | None
|
|
2071
2071
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
2072
2072
|
|
|
2073
2073
|
Returning false excludes the file from the list.
|
|
2074
|
-
:type filter_ext:
|
|
2074
|
+
:type filter_ext: collections.abc.Callable | None
|
|
2075
2075
|
:param filter_path:
|
|
2076
2076
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
2077
|
-
:type display_name:
|
|
2077
|
+
:type display_name: collections.abc.Callable | None
|
|
2078
2078
|
:param add_operator:
|
|
2079
2079
|
:param add_operator_props:
|
|
2080
2080
|
"""
|
|
@@ -2321,10 +2321,10 @@ class OUTLINER_MT_edit_datablocks(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2321
2321
|
searchpaths: list[str],
|
|
2322
2322
|
operator: str,
|
|
2323
2323
|
props_default: dict = None,
|
|
2324
|
-
prop_filepath: str = "filepath",
|
|
2325
|
-
filter_ext:
|
|
2324
|
+
prop_filepath: str | None = "filepath",
|
|
2325
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
2326
2326
|
filter_path=None,
|
|
2327
|
-
display_name:
|
|
2327
|
+
display_name: collections.abc.Callable | None = None,
|
|
2328
2328
|
add_operator=None,
|
|
2329
2329
|
add_operator_props=None,
|
|
2330
2330
|
):
|
|
@@ -2337,14 +2337,14 @@ class OUTLINER_MT_edit_datablocks(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2337
2337
|
:param props_default: Properties to assign to each operator.
|
|
2338
2338
|
:type props_default: dict
|
|
2339
2339
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
2340
|
-
:type prop_filepath: str
|
|
2340
|
+
:type prop_filepath: str | None
|
|
2341
2341
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
2342
2342
|
|
|
2343
2343
|
Returning false excludes the file from the list.
|
|
2344
|
-
:type filter_ext:
|
|
2344
|
+
:type filter_ext: collections.abc.Callable | None
|
|
2345
2345
|
:param filter_path:
|
|
2346
2346
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
2347
|
-
:type display_name:
|
|
2347
|
+
:type display_name: collections.abc.Callable | None
|
|
2348
2348
|
:param add_operator:
|
|
2349
2349
|
:param add_operator_props:
|
|
2350
2350
|
"""
|
|
@@ -2592,10 +2592,10 @@ class OUTLINER_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2592
2592
|
searchpaths: list[str],
|
|
2593
2593
|
operator: str,
|
|
2594
2594
|
props_default: dict = None,
|
|
2595
|
-
prop_filepath: str = "filepath",
|
|
2596
|
-
filter_ext:
|
|
2595
|
+
prop_filepath: str | None = "filepath",
|
|
2596
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
2597
2597
|
filter_path=None,
|
|
2598
|
-
display_name:
|
|
2598
|
+
display_name: collections.abc.Callable | None = None,
|
|
2599
2599
|
add_operator=None,
|
|
2600
2600
|
add_operator_props=None,
|
|
2601
2601
|
):
|
|
@@ -2608,14 +2608,14 @@ class OUTLINER_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2608
2608
|
:param props_default: Properties to assign to each operator.
|
|
2609
2609
|
:type props_default: dict
|
|
2610
2610
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
2611
|
-
:type prop_filepath: str
|
|
2611
|
+
:type prop_filepath: str | None
|
|
2612
2612
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
2613
2613
|
|
|
2614
2614
|
Returning false excludes the file from the list.
|
|
2615
|
-
:type filter_ext:
|
|
2615
|
+
:type filter_ext: collections.abc.Callable | None
|
|
2616
2616
|
:param filter_path:
|
|
2617
2617
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
2618
|
-
:type display_name:
|
|
2618
|
+
:type display_name: collections.abc.Callable | None
|
|
2619
2619
|
:param add_operator:
|
|
2620
2620
|
:param add_operator_props:
|
|
2621
2621
|
"""
|
|
@@ -2862,10 +2862,10 @@ class OUTLINER_MT_liboverride(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2862
2862
|
searchpaths: list[str],
|
|
2863
2863
|
operator: str,
|
|
2864
2864
|
props_default: dict = None,
|
|
2865
|
-
prop_filepath: str = "filepath",
|
|
2866
|
-
filter_ext:
|
|
2865
|
+
prop_filepath: str | None = "filepath",
|
|
2866
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
2867
2867
|
filter_path=None,
|
|
2868
|
-
display_name:
|
|
2868
|
+
display_name: collections.abc.Callable | None = None,
|
|
2869
2869
|
add_operator=None,
|
|
2870
2870
|
add_operator_props=None,
|
|
2871
2871
|
):
|
|
@@ -2878,14 +2878,14 @@ class OUTLINER_MT_liboverride(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2878
2878
|
:param props_default: Properties to assign to each operator.
|
|
2879
2879
|
:type props_default: dict
|
|
2880
2880
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
2881
|
-
:type prop_filepath: str
|
|
2881
|
+
:type prop_filepath: str | None
|
|
2882
2882
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
2883
2883
|
|
|
2884
2884
|
Returning false excludes the file from the list.
|
|
2885
|
-
:type filter_ext:
|
|
2885
|
+
:type filter_ext: collections.abc.Callable | None
|
|
2886
2886
|
:param filter_path:
|
|
2887
2887
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
2888
|
-
:type display_name:
|
|
2888
|
+
:type display_name: collections.abc.Callable | None
|
|
2889
2889
|
:param add_operator:
|
|
2890
2890
|
:param add_operator_props:
|
|
2891
2891
|
"""
|
|
@@ -3139,10 +3139,10 @@ class OUTLINER_MT_object(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3139
3139
|
searchpaths: list[str],
|
|
3140
3140
|
operator: str,
|
|
3141
3141
|
props_default: dict = None,
|
|
3142
|
-
prop_filepath: str = "filepath",
|
|
3143
|
-
filter_ext:
|
|
3142
|
+
prop_filepath: str | None = "filepath",
|
|
3143
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
3144
3144
|
filter_path=None,
|
|
3145
|
-
display_name:
|
|
3145
|
+
display_name: collections.abc.Callable | None = None,
|
|
3146
3146
|
add_operator=None,
|
|
3147
3147
|
add_operator_props=None,
|
|
3148
3148
|
):
|
|
@@ -3155,14 +3155,14 @@ class OUTLINER_MT_object(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3155
3155
|
:param props_default: Properties to assign to each operator.
|
|
3156
3156
|
:type props_default: dict
|
|
3157
3157
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
3158
|
-
:type prop_filepath: str
|
|
3158
|
+
:type prop_filepath: str | None
|
|
3159
3159
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
3160
3160
|
|
|
3161
3161
|
Returning false excludes the file from the list.
|
|
3162
|
-
:type filter_ext:
|
|
3162
|
+
:type filter_ext: collections.abc.Callable | None
|
|
3163
3163
|
:param filter_path:
|
|
3164
3164
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
3165
|
-
:type display_name:
|
|
3165
|
+
:type display_name: collections.abc.Callable | None
|
|
3166
3166
|
:param add_operator:
|
|
3167
3167
|
:param add_operator_props:
|
|
3168
3168
|
"""
|
|
@@ -3409,10 +3409,10 @@ class OUTLINER_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3409
3409
|
searchpaths: list[str],
|
|
3410
3410
|
operator: str,
|
|
3411
3411
|
props_default: dict = None,
|
|
3412
|
-
prop_filepath: str = "filepath",
|
|
3413
|
-
filter_ext:
|
|
3412
|
+
prop_filepath: str | None = "filepath",
|
|
3413
|
+
filter_ext: collections.abc.Callable | None = None,
|
|
3414
3414
|
filter_path=None,
|
|
3415
|
-
display_name:
|
|
3415
|
+
display_name: collections.abc.Callable | None = None,
|
|
3416
3416
|
add_operator=None,
|
|
3417
3417
|
add_operator_props=None,
|
|
3418
3418
|
):
|
|
@@ -3425,14 +3425,14 @@ class OUTLINER_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3425
3425
|
:param props_default: Properties to assign to each operator.
|
|
3426
3426
|
:type props_default: dict
|
|
3427
3427
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
3428
|
-
:type prop_filepath: str
|
|
3428
|
+
:type prop_filepath: str | None
|
|
3429
3429
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
3430
3430
|
|
|
3431
3431
|
Returning false excludes the file from the list.
|
|
3432
|
-
:type filter_ext:
|
|
3432
|
+
:type filter_ext: collections.abc.Callable | None
|
|
3433
3433
|
:param filter_path:
|
|
3434
3434
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
3435
|
-
:type display_name:
|
|
3435
|
+
:type display_name: collections.abc.Callable | None
|
|
3436
3436
|
:param add_operator:
|
|
3437
3437
|
:param add_operator_props:
|
|
3438
3438
|
"""
|