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
@@ -423,10 +423,10 @@ class TOPBAR_MT_blender(bpy_types.Menu, bpy_types._GenericUI):
423
423
  searchpaths: list[str],
424
424
  operator: str,
425
425
  props_default: dict = None,
426
- prop_filepath: str = "filepath",
427
- filter_ext: typing.Callable = None,
426
+ prop_filepath: str | None = "filepath",
427
+ filter_ext: collections.abc.Callable | None = None,
428
428
  filter_path=None,
429
- display_name: typing.Callable = None,
429
+ display_name: collections.abc.Callable | None = None,
430
430
  add_operator=None,
431
431
  add_operator_props=None,
432
432
  ):
@@ -439,14 +439,14 @@ class TOPBAR_MT_blender(bpy_types.Menu, bpy_types._GenericUI):
439
439
  :param props_default: Properties to assign to each operator.
440
440
  :type props_default: dict
441
441
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
442
- :type prop_filepath: str
442
+ :type prop_filepath: str | None
443
443
  :param filter_ext: Optional callback that takes the file extensions.
444
444
 
445
445
  Returning false excludes the file from the list.
446
- :type filter_ext: typing.Callable
446
+ :type filter_ext: collections.abc.Callable | None
447
447
  :param filter_path:
448
448
  :param display_name: Optional callback that takes the full path, returns the name to display.
449
- :type display_name: typing.Callable
449
+ :type display_name: collections.abc.Callable | None
450
450
  :param add_operator:
451
451
  :param add_operator_props:
452
452
  """
@@ -693,10 +693,10 @@ class TOPBAR_MT_blender_system(bpy_types.Menu, bpy_types._GenericUI):
693
693
  searchpaths: list[str],
694
694
  operator: str,
695
695
  props_default: dict = None,
696
- prop_filepath: str = "filepath",
697
- filter_ext: typing.Callable = None,
696
+ prop_filepath: str | None = "filepath",
697
+ filter_ext: collections.abc.Callable | None = None,
698
698
  filter_path=None,
699
- display_name: typing.Callable = None,
699
+ display_name: collections.abc.Callable | None = None,
700
700
  add_operator=None,
701
701
  add_operator_props=None,
702
702
  ):
@@ -709,14 +709,14 @@ class TOPBAR_MT_blender_system(bpy_types.Menu, bpy_types._GenericUI):
709
709
  :param props_default: Properties to assign to each operator.
710
710
  :type props_default: dict
711
711
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
712
- :type prop_filepath: str
712
+ :type prop_filepath: str | None
713
713
  :param filter_ext: Optional callback that takes the file extensions.
714
714
 
715
715
  Returning false excludes the file from the list.
716
- :type filter_ext: typing.Callable
716
+ :type filter_ext: collections.abc.Callable | None
717
717
  :param filter_path:
718
718
  :param display_name: Optional callback that takes the full path, returns the name to display.
719
- :type display_name: typing.Callable
719
+ :type display_name: collections.abc.Callable | None
720
720
  :param add_operator:
721
721
  :param add_operator_props:
722
722
  """
@@ -963,10 +963,10 @@ class TOPBAR_MT_edit(bpy_types.Menu, bpy_types._GenericUI):
963
963
  searchpaths: list[str],
964
964
  operator: str,
965
965
  props_default: dict = None,
966
- prop_filepath: str = "filepath",
967
- filter_ext: typing.Callable = None,
966
+ prop_filepath: str | None = "filepath",
967
+ filter_ext: collections.abc.Callable | None = None,
968
968
  filter_path=None,
969
- display_name: typing.Callable = None,
969
+ display_name: collections.abc.Callable | None = None,
970
970
  add_operator=None,
971
971
  add_operator_props=None,
972
972
  ):
@@ -979,14 +979,14 @@ class TOPBAR_MT_edit(bpy_types.Menu, bpy_types._GenericUI):
979
979
  :param props_default: Properties to assign to each operator.
980
980
  :type props_default: dict
981
981
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
982
- :type prop_filepath: str
982
+ :type prop_filepath: str | None
983
983
  :param filter_ext: Optional callback that takes the file extensions.
984
984
 
985
985
  Returning false excludes the file from the list.
986
- :type filter_ext: typing.Callable
986
+ :type filter_ext: collections.abc.Callable | None
987
987
  :param filter_path:
988
988
  :param display_name: Optional callback that takes the full path, returns the name to display.
989
- :type display_name: typing.Callable
989
+ :type display_name: collections.abc.Callable | None
990
990
  :param add_operator:
991
991
  :param add_operator_props:
992
992
  """
@@ -1234,10 +1234,10 @@ class TOPBAR_MT_editor_menus(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 TOPBAR_MT_editor_menus(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 TOPBAR_MT_file(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 TOPBAR_MT_file(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
  """
@@ -1774,10 +1774,10 @@ class TOPBAR_MT_file_cleanup(bpy_types.Menu, bpy_types._GenericUI):
1774
1774
  searchpaths: list[str],
1775
1775
  operator: str,
1776
1776
  props_default: dict = None,
1777
- prop_filepath: str = "filepath",
1778
- filter_ext: typing.Callable = None,
1777
+ prop_filepath: str | None = "filepath",
1778
+ filter_ext: collections.abc.Callable | None = None,
1779
1779
  filter_path=None,
1780
- display_name: typing.Callable = None,
1780
+ display_name: collections.abc.Callable | None = None,
1781
1781
  add_operator=None,
1782
1782
  add_operator_props=None,
1783
1783
  ):
@@ -1790,14 +1790,14 @@ class TOPBAR_MT_file_cleanup(bpy_types.Menu, bpy_types._GenericUI):
1790
1790
  :param props_default: Properties to assign to each operator.
1791
1791
  :type props_default: dict
1792
1792
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1793
- :type prop_filepath: str
1793
+ :type prop_filepath: str | None
1794
1794
  :param filter_ext: Optional callback that takes the file extensions.
1795
1795
 
1796
1796
  Returning false excludes the file from the list.
1797
- :type filter_ext: typing.Callable
1797
+ :type filter_ext: collections.abc.Callable | None
1798
1798
  :param filter_path:
1799
1799
  :param display_name: Optional callback that takes the full path, returns the name to display.
1800
- :type display_name: typing.Callable
1800
+ :type display_name: collections.abc.Callable | None
1801
1801
  :param add_operator:
1802
1802
  :param add_operator_props:
1803
1803
  """
@@ -2044,10 +2044,10 @@ class TOPBAR_MT_file_context_menu(bpy_types.Menu, bpy_types._GenericUI):
2044
2044
  searchpaths: list[str],
2045
2045
  operator: str,
2046
2046
  props_default: dict = None,
2047
- prop_filepath: str = "filepath",
2048
- filter_ext: typing.Callable = None,
2047
+ prop_filepath: str | None = "filepath",
2048
+ filter_ext: collections.abc.Callable | None = None,
2049
2049
  filter_path=None,
2050
- display_name: typing.Callable = None,
2050
+ display_name: collections.abc.Callable | None = None,
2051
2051
  add_operator=None,
2052
2052
  add_operator_props=None,
2053
2053
  ):
@@ -2060,14 +2060,14 @@ class TOPBAR_MT_file_context_menu(bpy_types.Menu, bpy_types._GenericUI):
2060
2060
  :param props_default: Properties to assign to each operator.
2061
2061
  :type props_default: dict
2062
2062
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
2063
- :type prop_filepath: str
2063
+ :type prop_filepath: str | None
2064
2064
  :param filter_ext: Optional callback that takes the file extensions.
2065
2065
 
2066
2066
  Returning false excludes the file from the list.
2067
- :type filter_ext: typing.Callable
2067
+ :type filter_ext: collections.abc.Callable | None
2068
2068
  :param filter_path:
2069
2069
  :param display_name: Optional callback that takes the full path, returns the name to display.
2070
- :type display_name: typing.Callable
2070
+ :type display_name: collections.abc.Callable | None
2071
2071
  :param add_operator:
2072
2072
  :param add_operator_props:
2073
2073
  """
@@ -2314,10 +2314,10 @@ class TOPBAR_MT_file_defaults(bpy_types.Menu, bpy_types._GenericUI):
2314
2314
  searchpaths: list[str],
2315
2315
  operator: str,
2316
2316
  props_default: dict = None,
2317
- prop_filepath: str = "filepath",
2318
- filter_ext: typing.Callable = None,
2317
+ prop_filepath: str | None = "filepath",
2318
+ filter_ext: collections.abc.Callable | None = None,
2319
2319
  filter_path=None,
2320
- display_name: typing.Callable = None,
2320
+ display_name: collections.abc.Callable | None = None,
2321
2321
  add_operator=None,
2322
2322
  add_operator_props=None,
2323
2323
  ):
@@ -2330,14 +2330,14 @@ class TOPBAR_MT_file_defaults(bpy_types.Menu, bpy_types._GenericUI):
2330
2330
  :param props_default: Properties to assign to each operator.
2331
2331
  :type props_default: dict
2332
2332
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
2333
- :type prop_filepath: str
2333
+ :type prop_filepath: str | None
2334
2334
  :param filter_ext: Optional callback that takes the file extensions.
2335
2335
 
2336
2336
  Returning false excludes the file from the list.
2337
- :type filter_ext: typing.Callable
2337
+ :type filter_ext: collections.abc.Callable | None
2338
2338
  :param filter_path:
2339
2339
  :param display_name: Optional callback that takes the full path, returns the name to display.
2340
- :type display_name: typing.Callable
2340
+ :type display_name: collections.abc.Callable | None
2341
2341
  :param add_operator:
2342
2342
  :param add_operator_props:
2343
2343
  """
@@ -2586,10 +2586,10 @@ class TOPBAR_MT_file_export(bpy_types.Menu, bpy_types._GenericUI):
2586
2586
  searchpaths: list[str],
2587
2587
  operator: str,
2588
2588
  props_default: dict = None,
2589
- prop_filepath: str = "filepath",
2590
- filter_ext: typing.Callable = None,
2589
+ prop_filepath: str | None = "filepath",
2590
+ filter_ext: collections.abc.Callable | None = None,
2591
2591
  filter_path=None,
2592
- display_name: typing.Callable = None,
2592
+ display_name: collections.abc.Callable | None = None,
2593
2593
  add_operator=None,
2594
2594
  add_operator_props=None,
2595
2595
  ):
@@ -2602,14 +2602,14 @@ class TOPBAR_MT_file_export(bpy_types.Menu, bpy_types._GenericUI):
2602
2602
  :param props_default: Properties to assign to each operator.
2603
2603
  :type props_default: dict
2604
2604
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
2605
- :type prop_filepath: str
2605
+ :type prop_filepath: str | None
2606
2606
  :param filter_ext: Optional callback that takes the file extensions.
2607
2607
 
2608
2608
  Returning false excludes the file from the list.
2609
- :type filter_ext: typing.Callable
2609
+ :type filter_ext: collections.abc.Callable | None
2610
2610
  :param filter_path:
2611
2611
  :param display_name: Optional callback that takes the full path, returns the name to display.
2612
- :type display_name: typing.Callable
2612
+ :type display_name: collections.abc.Callable | None
2613
2613
  :param add_operator:
2614
2614
  :param add_operator_props:
2615
2615
  """
@@ -2856,10 +2856,10 @@ class TOPBAR_MT_file_external_data(bpy_types.Menu, bpy_types._GenericUI):
2856
2856
  searchpaths: list[str],
2857
2857
  operator: str,
2858
2858
  props_default: dict = None,
2859
- prop_filepath: str = "filepath",
2860
- filter_ext: typing.Callable = None,
2859
+ prop_filepath: str | None = "filepath",
2860
+ filter_ext: collections.abc.Callable | None = None,
2861
2861
  filter_path=None,
2862
- display_name: typing.Callable = None,
2862
+ display_name: collections.abc.Callable | None = None,
2863
2863
  add_operator=None,
2864
2864
  add_operator_props=None,
2865
2865
  ):
@@ -2872,14 +2872,14 @@ class TOPBAR_MT_file_external_data(bpy_types.Menu, bpy_types._GenericUI):
2872
2872
  :param props_default: Properties to assign to each operator.
2873
2873
  :type props_default: dict
2874
2874
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
2875
- :type prop_filepath: str
2875
+ :type prop_filepath: str | None
2876
2876
  :param filter_ext: Optional callback that takes the file extensions.
2877
2877
 
2878
2878
  Returning false excludes the file from the list.
2879
- :type filter_ext: typing.Callable
2879
+ :type filter_ext: collections.abc.Callable | None
2880
2880
  :param filter_path:
2881
2881
  :param display_name: Optional callback that takes the full path, returns the name to display.
2882
- :type display_name: typing.Callable
2882
+ :type display_name: collections.abc.Callable | None
2883
2883
  :param add_operator:
2884
2884
  :param add_operator_props:
2885
2885
  """
@@ -3128,10 +3128,10 @@ class TOPBAR_MT_file_import(bpy_types.Menu, bpy_types._GenericUI):
3128
3128
  searchpaths: list[str],
3129
3129
  operator: str,
3130
3130
  props_default: dict = None,
3131
- prop_filepath: str = "filepath",
3132
- filter_ext: typing.Callable = None,
3131
+ prop_filepath: str | None = "filepath",
3132
+ filter_ext: collections.abc.Callable | None = None,
3133
3133
  filter_path=None,
3134
- display_name: typing.Callable = None,
3134
+ display_name: collections.abc.Callable | None = None,
3135
3135
  add_operator=None,
3136
3136
  add_operator_props=None,
3137
3137
  ):
@@ -3144,14 +3144,14 @@ class TOPBAR_MT_file_import(bpy_types.Menu, bpy_types._GenericUI):
3144
3144
  :param props_default: Properties to assign to each operator.
3145
3145
  :type props_default: dict
3146
3146
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
3147
- :type prop_filepath: str
3147
+ :type prop_filepath: str | None
3148
3148
  :param filter_ext: Optional callback that takes the file extensions.
3149
3149
 
3150
3150
  Returning false excludes the file from the list.
3151
- :type filter_ext: typing.Callable
3151
+ :type filter_ext: collections.abc.Callable | None
3152
3152
  :param filter_path:
3153
3153
  :param display_name: Optional callback that takes the full path, returns the name to display.
3154
- :type display_name: typing.Callable
3154
+ :type display_name: collections.abc.Callable | None
3155
3155
  :param add_operator:
3156
3156
  :param add_operator_props:
3157
3157
  """
@@ -3409,10 +3409,10 @@ class TOPBAR_MT_file_new(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 TOPBAR_MT_file_new(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
  """
@@ -3679,10 +3679,10 @@ class TOPBAR_MT_file_previews(bpy_types.Menu, bpy_types._GenericUI):
3679
3679
  searchpaths: list[str],
3680
3680
  operator: str,
3681
3681
  props_default: dict = None,
3682
- prop_filepath: str = "filepath",
3683
- filter_ext: typing.Callable = None,
3682
+ prop_filepath: str | None = "filepath",
3683
+ filter_ext: collections.abc.Callable | None = None,
3684
3684
  filter_path=None,
3685
- display_name: typing.Callable = None,
3685
+ display_name: collections.abc.Callable | None = None,
3686
3686
  add_operator=None,
3687
3687
  add_operator_props=None,
3688
3688
  ):
@@ -3695,14 +3695,14 @@ class TOPBAR_MT_file_previews(bpy_types.Menu, bpy_types._GenericUI):
3695
3695
  :param props_default: Properties to assign to each operator.
3696
3696
  :type props_default: dict
3697
3697
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
3698
- :type prop_filepath: str
3698
+ :type prop_filepath: str | None
3699
3699
  :param filter_ext: Optional callback that takes the file extensions.
3700
3700
 
3701
3701
  Returning false excludes the file from the list.
3702
- :type filter_ext: typing.Callable
3702
+ :type filter_ext: collections.abc.Callable | None
3703
3703
  :param filter_path:
3704
3704
  :param display_name: Optional callback that takes the full path, returns the name to display.
3705
- :type display_name: typing.Callable
3705
+ :type display_name: collections.abc.Callable | None
3706
3706
  :param add_operator:
3707
3707
  :param add_operator_props:
3708
3708
  """
@@ -3949,10 +3949,10 @@ class TOPBAR_MT_file_recover(bpy_types.Menu, bpy_types._GenericUI):
3949
3949
  searchpaths: list[str],
3950
3950
  operator: str,
3951
3951
  props_default: dict = None,
3952
- prop_filepath: str = "filepath",
3953
- filter_ext: typing.Callable = None,
3952
+ prop_filepath: str | None = "filepath",
3953
+ filter_ext: collections.abc.Callable | None = None,
3954
3954
  filter_path=None,
3955
- display_name: typing.Callable = None,
3955
+ display_name: collections.abc.Callable | None = None,
3956
3956
  add_operator=None,
3957
3957
  add_operator_props=None,
3958
3958
  ):
@@ -3965,14 +3965,14 @@ class TOPBAR_MT_file_recover(bpy_types.Menu, bpy_types._GenericUI):
3965
3965
  :param props_default: Properties to assign to each operator.
3966
3966
  :type props_default: dict
3967
3967
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
3968
- :type prop_filepath: str
3968
+ :type prop_filepath: str | None
3969
3969
  :param filter_ext: Optional callback that takes the file extensions.
3970
3970
 
3971
3971
  Returning false excludes the file from the list.
3972
- :type filter_ext: typing.Callable
3972
+ :type filter_ext: collections.abc.Callable | None
3973
3973
  :param filter_path:
3974
3974
  :param display_name: Optional callback that takes the full path, returns the name to display.
3975
- :type display_name: typing.Callable
3975
+ :type display_name: collections.abc.Callable | None
3976
3976
  :param add_operator:
3977
3977
  :param add_operator_props:
3978
3978
  """
@@ -4219,10 +4219,10 @@ class TOPBAR_MT_help(bpy_types.Menu, bpy_types._GenericUI):
4219
4219
  searchpaths: list[str],
4220
4220
  operator: str,
4221
4221
  props_default: dict = None,
4222
- prop_filepath: str = "filepath",
4223
- filter_ext: typing.Callable = None,
4222
+ prop_filepath: str | None = "filepath",
4223
+ filter_ext: collections.abc.Callable | None = None,
4224
4224
  filter_path=None,
4225
- display_name: typing.Callable = None,
4225
+ display_name: collections.abc.Callable | None = None,
4226
4226
  add_operator=None,
4227
4227
  add_operator_props=None,
4228
4228
  ):
@@ -4235,14 +4235,14 @@ class TOPBAR_MT_help(bpy_types.Menu, bpy_types._GenericUI):
4235
4235
  :param props_default: Properties to assign to each operator.
4236
4236
  :type props_default: dict
4237
4237
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
4238
- :type prop_filepath: str
4238
+ :type prop_filepath: str | None
4239
4239
  :param filter_ext: Optional callback that takes the file extensions.
4240
4240
 
4241
4241
  Returning false excludes the file from the list.
4242
- :type filter_ext: typing.Callable
4242
+ :type filter_ext: collections.abc.Callable | None
4243
4243
  :param filter_path:
4244
4244
  :param display_name: Optional callback that takes the full path, returns the name to display.
4245
- :type display_name: typing.Callable
4245
+ :type display_name: collections.abc.Callable | None
4246
4246
  :param add_operator:
4247
4247
  :param add_operator_props:
4248
4248
  """
@@ -4489,10 +4489,10 @@ class TOPBAR_MT_render(bpy_types.Menu, bpy_types._GenericUI):
4489
4489
  searchpaths: list[str],
4490
4490
  operator: str,
4491
4491
  props_default: dict = None,
4492
- prop_filepath: str = "filepath",
4493
- filter_ext: typing.Callable = None,
4492
+ prop_filepath: str | None = "filepath",
4493
+ filter_ext: collections.abc.Callable | None = None,
4494
4494
  filter_path=None,
4495
- display_name: typing.Callable = None,
4495
+ display_name: collections.abc.Callable | None = None,
4496
4496
  add_operator=None,
4497
4497
  add_operator_props=None,
4498
4498
  ):
@@ -4505,14 +4505,14 @@ class TOPBAR_MT_render(bpy_types.Menu, bpy_types._GenericUI):
4505
4505
  :param props_default: Properties to assign to each operator.
4506
4506
  :type props_default: dict
4507
4507
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
4508
- :type prop_filepath: str
4508
+ :type prop_filepath: str | None
4509
4509
  :param filter_ext: Optional callback that takes the file extensions.
4510
4510
 
4511
4511
  Returning false excludes the file from the list.
4512
- :type filter_ext: typing.Callable
4512
+ :type filter_ext: collections.abc.Callable | None
4513
4513
  :param filter_path:
4514
4514
  :param display_name: Optional callback that takes the full path, returns the name to display.
4515
- :type display_name: typing.Callable
4515
+ :type display_name: collections.abc.Callable | None
4516
4516
  :param add_operator:
4517
4517
  :param add_operator_props:
4518
4518
  """
@@ -4759,10 +4759,10 @@ class TOPBAR_MT_templates_more(bpy_types.Menu, bpy_types._GenericUI):
4759
4759
  searchpaths: list[str],
4760
4760
  operator: str,
4761
4761
  props_default: dict = None,
4762
- prop_filepath: str = "filepath",
4763
- filter_ext: typing.Callable = None,
4762
+ prop_filepath: str | None = "filepath",
4763
+ filter_ext: collections.abc.Callable | None = None,
4764
4764
  filter_path=None,
4765
- display_name: typing.Callable = None,
4765
+ display_name: collections.abc.Callable | None = None,
4766
4766
  add_operator=None,
4767
4767
  add_operator_props=None,
4768
4768
  ):
@@ -4775,14 +4775,14 @@ class TOPBAR_MT_templates_more(bpy_types.Menu, bpy_types._GenericUI):
4775
4775
  :param props_default: Properties to assign to each operator.
4776
4776
  :type props_default: dict
4777
4777
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
4778
- :type prop_filepath: str
4778
+ :type prop_filepath: str | None
4779
4779
  :param filter_ext: Optional callback that takes the file extensions.
4780
4780
 
4781
4781
  Returning false excludes the file from the list.
4782
- :type filter_ext: typing.Callable
4782
+ :type filter_ext: collections.abc.Callable | None
4783
4783
  :param filter_path:
4784
4784
  :param display_name: Optional callback that takes the full path, returns the name to display.
4785
- :type display_name: typing.Callable
4785
+ :type display_name: collections.abc.Callable | None
4786
4786
  :param add_operator:
4787
4787
  :param add_operator_props:
4788
4788
  """
@@ -5029,10 +5029,10 @@ class TOPBAR_MT_window(bpy_types.Menu, bpy_types._GenericUI):
5029
5029
  searchpaths: list[str],
5030
5030
  operator: str,
5031
5031
  props_default: dict = None,
5032
- prop_filepath: str = "filepath",
5033
- filter_ext: typing.Callable = None,
5032
+ prop_filepath: str | None = "filepath",
5033
+ filter_ext: collections.abc.Callable | None = None,
5034
5034
  filter_path=None,
5035
- display_name: typing.Callable = None,
5035
+ display_name: collections.abc.Callable | None = None,
5036
5036
  add_operator=None,
5037
5037
  add_operator_props=None,
5038
5038
  ):
@@ -5045,14 +5045,14 @@ class TOPBAR_MT_window(bpy_types.Menu, bpy_types._GenericUI):
5045
5045
  :param props_default: Properties to assign to each operator.
5046
5046
  :type props_default: dict
5047
5047
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
5048
- :type prop_filepath: str
5048
+ :type prop_filepath: str | None
5049
5049
  :param filter_ext: Optional callback that takes the file extensions.
5050
5050
 
5051
5051
  Returning false excludes the file from the list.
5052
- :type filter_ext: typing.Callable
5052
+ :type filter_ext: collections.abc.Callable | None
5053
5053
  :param filter_path:
5054
5054
  :param display_name: Optional callback that takes the full path, returns the name to display.
5055
- :type display_name: typing.Callable
5055
+ :type display_name: collections.abc.Callable | None
5056
5056
  :param add_operator:
5057
5057
  :param add_operator_props:
5058
5058
  """
@@ -5299,10 +5299,10 @@ class TOPBAR_MT_workspace_menu(bpy_types.Menu, bpy_types._GenericUI):
5299
5299
  searchpaths: list[str],
5300
5300
  operator: str,
5301
5301
  props_default: dict = None,
5302
- prop_filepath: str = "filepath",
5303
- filter_ext: typing.Callable = None,
5302
+ prop_filepath: str | None = "filepath",
5303
+ filter_ext: collections.abc.Callable | None = None,
5304
5304
  filter_path=None,
5305
- display_name: typing.Callable = None,
5305
+ display_name: collections.abc.Callable | None = None,
5306
5306
  add_operator=None,
5307
5307
  add_operator_props=None,
5308
5308
  ):
@@ -5315,14 +5315,14 @@ class TOPBAR_MT_workspace_menu(bpy_types.Menu, bpy_types._GenericUI):
5315
5315
  :param props_default: Properties to assign to each operator.
5316
5316
  :type props_default: dict
5317
5317
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
5318
- :type prop_filepath: str
5318
+ :type prop_filepath: str | None
5319
5319
  :param filter_ext: Optional callback that takes the file extensions.
5320
5320
 
5321
5321
  Returning false excludes the file from the list.
5322
- :type filter_ext: typing.Callable
5322
+ :type filter_ext: collections.abc.Callable | None
5323
5323
  :param filter_path:
5324
5324
  :param display_name: Optional callback that takes the full path, returns the name to display.
5325
- :type display_name: typing.Callable
5325
+ :type display_name: collections.abc.Callable | None
5326
5326
  :param add_operator:
5327
5327
  :param add_operator_props:
5328
5328
  """