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.

Files changed (92) hide show
  1. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +3 -3
  2. bl_operators/__init__.pyi +2 -0
  3. bl_operators/connect_to_output/__init__.pyi +325 -0
  4. bl_operators/image_as_planes/__init__.pyi +11 -5
  5. bl_operators/node_editor/__init__.pyi +6 -0
  6. bl_operators/node_editor/node_functions/__init__.pyi +23 -0
  7. bl_operators/presets/__init__.pyi +12 -12
  8. bl_operators/wm/__init__.pyi +24 -24
  9. bl_ui/__init__.pyi +12 -12
  10. bl_ui/anim/__init__.pyi +6 -6
  11. bl_ui/node_add_menu/__init__.pyi +6 -6
  12. bl_ui/node_add_menu_compositor/__init__.pyi +108 -108
  13. bl_ui/node_add_menu_geometry/__init__.pyi +288 -288
  14. bl_ui/node_add_menu_shader/__init__.pyi +60 -60
  15. bl_ui/node_add_menu_texture/__init__.pyi +54 -54
  16. bl_ui/properties_collection/__init__.pyi +6 -6
  17. bl_ui/properties_data_armature/__init__.pyi +12 -12
  18. bl_ui/properties_data_camera/__init__.pyi +12 -12
  19. bl_ui/properties_data_curves/__init__.pyi +6 -6
  20. bl_ui/properties_data_gpencil/__init__.pyi +12 -12
  21. bl_ui/properties_data_grease_pencil/__init__.pyi +18 -18
  22. bl_ui/properties_data_mesh/__init__.pyi +24 -24
  23. bl_ui/properties_data_modifier/__init__.pyi +42 -42
  24. bl_ui/properties_data_pointcloud/__init__.pyi +6 -6
  25. bl_ui/properties_freestyle/__init__.pyi +6 -6
  26. bl_ui/properties_grease_pencil_common/__init__.pyi +72 -72
  27. bl_ui/properties_mask_common/__init__.pyi +36 -36
  28. bl_ui/properties_material/__init__.pyi +6 -6
  29. bl_ui/properties_material_gpencil/__init__.pyi +12 -12
  30. bl_ui/properties_object/__init__.pyi +6 -6
  31. bl_ui/properties_output/__init__.pyi +18 -18
  32. bl_ui/properties_paint_common/__init__.pyi +6 -6
  33. bl_ui/properties_particle/__init__.pyi +12 -12
  34. bl_ui/properties_physics_cloth/__init__.pyi +6 -6
  35. bl_ui/properties_physics_fluid/__init__.pyi +6 -6
  36. bl_ui/properties_render/__init__.pyi +6 -6
  37. bl_ui/properties_texture/__init__.pyi +6 -6
  38. bl_ui/properties_view_layer/__init__.pyi +6 -6
  39. bl_ui/space_clip/__init__.pyi +186 -186
  40. bl_ui/space_console/__init__.pyi +30 -30
  41. bl_ui/space_dopesheet/__init__.pyi +84 -84
  42. bl_ui/space_filebrowser/__init__.pyi +78 -78
  43. bl_ui/space_graph/__init__.pyi +96 -96
  44. bl_ui/space_image/__init__.pyi +138 -138
  45. bl_ui/space_info/__init__.pyi +30 -30
  46. bl_ui/space_nla/__init__.pyi +78 -78
  47. bl_ui/space_node/__init__.pyi +72 -72
  48. bl_ui/space_outliner/__init__.pyi +72 -72
  49. bl_ui/space_sequencer/__init__.pyi +204 -204
  50. bl_ui/space_text/__init__.pyi +72 -72
  51. bl_ui/space_time/__init__.pyi +24 -24
  52. bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -0
  53. bl_ui/space_topbar/__init__.pyi +114 -114
  54. bl_ui/space_userpref/__init__.pyi +36 -36
  55. bl_ui/space_view3d/__init__.pyi +1446 -1176
  56. bl_ui/space_view3d_toolbar/__init__.pyi +30 -30
  57. bl_ui/utils/__init__.pyi +6 -6
  58. bmesh/geometry/__init__.pyi +2 -2
  59. bmesh/ops/__init__.pyi +55 -54
  60. bmesh/types/__init__.pyi +43 -33
  61. bmesh/utils/__init__.pyi +2 -2
  62. bpy/app/handlers/__init__.pyi +37 -37
  63. bpy/app/icons/__init__.pyi +4 -4
  64. bpy/app/timers/__init__.pyi +6 -6
  65. bpy/ops/bl_pkg/__init__.pyi +4 -4
  66. bpy/ops/image/__init__.pyi +55 -55
  67. bpy/ops/node/__init__.pyi +18 -0
  68. bpy/ops/paint/__init__.pyi +66 -0
  69. bpy/ops/preferences/__init__.pyi +2 -2
  70. bpy/ops/sculpt/__init__.pyi +126 -0
  71. bpy/props/__init__.pyi +16 -14
  72. bpy/types/__init__.pyi +269 -54
  73. bpy/utils/__init__.pyi +2 -2
  74. bpy_extras/anim_utils/__init__.pyi +4 -4
  75. bpy_extras/io_utils/__init__.pyi +4 -4
  76. bpy_extras/mesh_utils/__init__.pyi +4 -4
  77. bpy_extras/object_utils/__init__.pyi +8 -8
  78. bpy_types/__init__.pyi +12 -12
  79. {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240529.dist-info}/METADATA +1 -1
  80. {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240529.dist-info}/RECORD +92 -89
  81. freestyle/shaders/__init__.pyi +2 -2
  82. freestyle/types/__init__.pyi +64 -56
  83. gpu/matrix/__init__.pyi +6 -6
  84. gpu/types/__init__.pyi +10 -8
  85. imbuf/__init__.pyi +2 -2
  86. mathutils/__init__.pyi +176 -137
  87. mathutils/bvhtree/__init__.pyi +4 -4
  88. mathutils/geometry/__init__.pyi +139 -139
  89. mathutils/kdtree/__init__.pyi +14 -10
  90. mathutils/noise/__init__.pyi +26 -26
  91. {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240529.dist-info}/WHEEL +0 -0
  92. {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: typing.Callable = None,
412
+ prop_filepath: str | None = "filepath",
413
+ filter_ext: collections.abc.Callable | None = None,
414
414
  filter_path=None,
415
- display_name: typing.Callable = None,
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: typing.Callable
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: typing.Callable
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: typing.Callable = None,
689
+ prop_filepath: str | None = "filepath",
690
+ filter_ext: collections.abc.Callable | None = None,
691
691
  filter_path=None,
692
- display_name: typing.Callable = None,
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: typing.Callable
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: typing.Callable
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: typing.Callable = None,
967
+ prop_filepath: str | None = "filepath",
968
+ filter_ext: collections.abc.Callable | None = None,
969
969
  filter_path=None,
970
- display_name: typing.Callable = None,
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: typing.Callable
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: typing.Callable
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: typing.Callable = None,
1237
+ prop_filepath: str | None = "filepath",
1238
+ filter_ext: collections.abc.Callable | None = None,
1239
1239
  filter_path=None,
1240
- display_name: typing.Callable = None,
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: typing.Callable
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: typing.Callable
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: typing.Callable = None,
1507
+ prop_filepath: str | None = "filepath",
1508
+ filter_ext: collections.abc.Callable | None = None,
1509
1509
  filter_path=None,
1510
- display_name: typing.Callable = None,
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: typing.Callable
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: typing.Callable
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: typing.Callable = None,
1784
+ prop_filepath: str | None = "filepath",
1785
+ filter_ext: collections.abc.Callable | None = None,
1786
1786
  filter_path=None,
1787
- display_name: typing.Callable = None,
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: typing.Callable
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: typing.Callable
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: typing.Callable = None,
2054
+ prop_filepath: str | None = "filepath",
2055
+ filter_ext: collections.abc.Callable | None = None,
2056
2056
  filter_path=None,
2057
- display_name: typing.Callable = None,
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: typing.Callable
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: typing.Callable
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: typing.Callable = None,
2324
+ prop_filepath: str | None = "filepath",
2325
+ filter_ext: collections.abc.Callable | None = None,
2326
2326
  filter_path=None,
2327
- display_name: typing.Callable = None,
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: typing.Callable
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: typing.Callable
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: typing.Callable = None,
2595
+ prop_filepath: str | None = "filepath",
2596
+ filter_ext: collections.abc.Callable | None = None,
2597
2597
  filter_path=None,
2598
- display_name: typing.Callable = None,
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: typing.Callable
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: typing.Callable
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: typing.Callable = None,
2865
+ prop_filepath: str | None = "filepath",
2866
+ filter_ext: collections.abc.Callable | None = None,
2867
2867
  filter_path=None,
2868
- display_name: typing.Callable = None,
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: typing.Callable
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: typing.Callable
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: typing.Callable = None,
3142
+ prop_filepath: str | None = "filepath",
3143
+ filter_ext: collections.abc.Callable | None = None,
3144
3144
  filter_path=None,
3145
- display_name: typing.Callable = None,
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: typing.Callable
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: typing.Callable
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: typing.Callable = None,
3412
+ prop_filepath: str | None = "filepath",
3413
+ filter_ext: collections.abc.Callable | None = None,
3414
3414
  filter_path=None,
3415
- display_name: typing.Callable = None,
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: typing.Callable
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: typing.Callable
3435
+ :type display_name: collections.abc.Callable | None
3436
3436
  :param add_operator:
3437
3437
  :param add_operator_props:
3438
3438
  """