fake-bpy-module 20240524__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 (167) hide show
  1. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +3 -3
  2. bl_operators/__init__.pyi +3 -0
  3. bl_operators/connect_to_output/__init__.pyi +325 -0
  4. bl_operators/image_as_planes/__init__.pyi +463 -0
  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/userpref/__init__.pyi +0 -214
  9. bl_operators/wm/__init__.pyi +24 -24
  10. bl_ui/__init__.pyi +12 -12
  11. bl_ui/anim/__init__.pyi +6 -6
  12. bl_ui/generic_ui_list/__init__.pyi +2 -2
  13. bl_ui/node_add_menu/__init__.pyi +6 -6
  14. bl_ui/node_add_menu_compositor/__init__.pyi +108 -108
  15. bl_ui/node_add_menu_geometry/__init__.pyi +288 -288
  16. bl_ui/node_add_menu_shader/__init__.pyi +60 -60
  17. bl_ui/node_add_menu_texture/__init__.pyi +54 -54
  18. bl_ui/properties_collection/__init__.pyi +6 -6
  19. bl_ui/properties_data_armature/__init__.pyi +12 -12
  20. bl_ui/properties_data_camera/__init__.pyi +12 -12
  21. bl_ui/properties_data_curves/__init__.pyi +6 -6
  22. bl_ui/properties_data_gpencil/__init__.pyi +12 -12
  23. bl_ui/properties_data_grease_pencil/__init__.pyi +18 -18
  24. bl_ui/properties_data_mesh/__init__.pyi +24 -24
  25. bl_ui/properties_data_modifier/__init__.pyi +42 -42
  26. bl_ui/properties_data_pointcloud/__init__.pyi +6 -6
  27. bl_ui/properties_freestyle/__init__.pyi +6 -6
  28. bl_ui/properties_grease_pencil_common/__init__.pyi +72 -72
  29. bl_ui/properties_mask_common/__init__.pyi +36 -36
  30. bl_ui/properties_material/__init__.pyi +6 -6
  31. bl_ui/properties_material_gpencil/__init__.pyi +12 -12
  32. bl_ui/properties_object/__init__.pyi +6 -6
  33. bl_ui/properties_output/__init__.pyi +18 -18
  34. bl_ui/properties_paint_common/__init__.pyi +6 -6
  35. bl_ui/properties_particle/__init__.pyi +12 -12
  36. bl_ui/properties_physics_cloth/__init__.pyi +6 -6
  37. bl_ui/properties_physics_fluid/__init__.pyi +6 -6
  38. bl_ui/properties_render/__init__.pyi +7 -7
  39. bl_ui/properties_texture/__init__.pyi +6 -6
  40. bl_ui/properties_view_layer/__init__.pyi +6 -6
  41. bl_ui/space_clip/__init__.pyi +186 -186
  42. bl_ui/space_console/__init__.pyi +30 -30
  43. bl_ui/space_dopesheet/__init__.pyi +84 -84
  44. bl_ui/space_filebrowser/__init__.pyi +78 -78
  45. bl_ui/space_graph/__init__.pyi +96 -96
  46. bl_ui/space_image/__init__.pyi +138 -138
  47. bl_ui/space_info/__init__.pyi +30 -30
  48. bl_ui/space_nla/__init__.pyi +78 -78
  49. bl_ui/space_node/__init__.pyi +72 -72
  50. bl_ui/space_outliner/__init__.pyi +72 -72
  51. bl_ui/space_sequencer/__init__.pyi +204 -204
  52. bl_ui/space_text/__init__.pyi +72 -72
  53. bl_ui/space_time/__init__.pyi +24 -24
  54. bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -0
  55. bl_ui/space_topbar/__init__.pyi +114 -114
  56. bl_ui/space_userpref/__init__.pyi +36 -36
  57. bl_ui/space_view3d/__init__.pyi +1446 -1176
  58. bl_ui/space_view3d_toolbar/__init__.pyi +30 -30
  59. bl_ui/utils/__init__.pyi +6 -6
  60. bmesh/geometry/__init__.pyi +2 -2
  61. bmesh/ops/__init__.pyi +55 -54
  62. bmesh/types/__init__.pyi +43 -33
  63. bmesh/utils/__init__.pyi +2 -2
  64. bpy/app/__init__.pyi +5 -1
  65. bpy/app/handlers/__init__.pyi +37 -37
  66. bpy/app/icons/__init__.pyi +4 -4
  67. bpy/app/timers/__init__.pyi +6 -6
  68. bpy/ops/action/__init__.pyi +21 -0
  69. bpy/ops/anim/__init__.pyi +34 -0
  70. bpy/ops/armature/__init__.pyi +31 -0
  71. bpy/ops/asset/__init__.pyi +5 -0
  72. bpy/ops/bl_pkg/__init__.pyi +32 -21
  73. bpy/ops/boid/__init__.pyi +1 -0
  74. bpy/ops/brush/__init__.pyi +6 -0
  75. bpy/ops/buttons/__init__.pyi +2 -0
  76. bpy/ops/cachefile/__init__.pyi +3 -0
  77. bpy/ops/camera/__init__.pyi +2 -0
  78. bpy/ops/clip/__init__.pyi +49 -0
  79. bpy/ops/cloth/__init__.pyi +1 -0
  80. bpy/ops/collection/__init__.pyi +7 -0
  81. bpy/ops/console/__init__.pyi +11 -0
  82. bpy/ops/constraint/__init__.pyi +15 -0
  83. bpy/ops/curve/__init__.pyi +28 -0
  84. bpy/ops/curves/__init__.pyi +14 -0
  85. bpy/ops/cycles/__init__.pyi +2 -0
  86. bpy/ops/dpaint/__init__.pyi +2 -0
  87. bpy/ops/ed/__init__.pyi +3 -0
  88. bpy/ops/export_anim/__init__.pyi +1 -0
  89. bpy/ops/export_scene/__init__.pyi +20 -3
  90. bpy/ops/file/__init__.pyi +14 -0
  91. bpy/ops/fluid/__init__.pyi +1 -0
  92. bpy/ops/font/__init__.pyi +13 -0
  93. bpy/ops/geometry/__init__.pyi +7 -0
  94. bpy/ops/gizmogroup/__init__.pyi +1 -0
  95. bpy/ops/gpencil/__init__.pyi +106 -0
  96. bpy/ops/graph/__init__.pyi +47 -0
  97. bpy/ops/grease_pencil/__init__.pyi +52 -0
  98. bpy/ops/image/__init__.pyi +308 -0
  99. bpy/ops/import_anim/__init__.pyi +1 -0
  100. bpy/ops/import_curve/__init__.pyi +1 -0
  101. bpy/ops/import_scene/__init__.pyi +2 -0
  102. bpy/ops/info/__init__.pyi +3 -0
  103. bpy/ops/lattice/__init__.pyi +5 -0
  104. bpy/ops/marker/__init__.pyi +9 -0
  105. bpy/ops/mask/__init__.pyi +22 -0
  106. bpy/ops/mball/__init__.pyi +7 -0
  107. bpy/ops/mesh/__init__.pyi +134 -0
  108. bpy/ops/nla/__init__.pyi +20 -0
  109. bpy/ops/node/__init__.pyi +65 -0
  110. bpy/ops/object/__init__.pyi +174 -0
  111. bpy/ops/outliner/__init__.pyi +25 -0
  112. bpy/ops/paint/__init__.pyi +105 -0
  113. bpy/ops/paintcurve/__init__.pyi +4 -0
  114. bpy/ops/palette/__init__.pyi +4 -0
  115. bpy/ops/particle/__init__.pyi +17 -0
  116. bpy/ops/pose/__init__.pyi +24 -0
  117. bpy/ops/poselib/__init__.pyi +4 -0
  118. bpy/ops/preferences/__init__.pyi +28 -16
  119. bpy/ops/ptcache/__init__.pyi +2 -0
  120. bpy/ops/render/__init__.pyi +9 -0
  121. bpy/ops/rigidbody/__init__.pyi +7 -0
  122. bpy/ops/scene/__init__.pyi +16 -0
  123. bpy/ops/screen/__init__.pyi +21 -0
  124. bpy/ops/script/__init__.pyi +2 -0
  125. bpy/ops/sculpt/__init__.pyi +151 -0
  126. bpy/ops/sculpt_curves/__init__.pyi +3 -0
  127. bpy/ops/sequencer/__init__.pyi +57 -0
  128. bpy/ops/sound/__init__.pyi +4 -0
  129. bpy/ops/spreadsheet/__init__.pyi +2 -0
  130. bpy/ops/surface/__init__.pyi +6 -0
  131. bpy/ops/text/__init__.pyi +18 -0
  132. bpy/ops/text_editor/__init__.pyi +1 -0
  133. bpy/ops/texture/__init__.pyi +1 -0
  134. bpy/ops/transform/__init__.pyi +25 -0
  135. bpy/ops/ui/__init__.pyi +13 -0
  136. bpy/ops/uilist/__init__.pyi +3 -0
  137. bpy/ops/uv/__init__.pyi +40 -0
  138. bpy/ops/view2d/__init__.pyi +11 -0
  139. bpy/ops/view3d/__init__.pyi +30 -0
  140. bpy/ops/wm/__init__.pyi +114 -0
  141. bpy/ops/workspace/__init__.pyi +1 -0
  142. bpy/path/__init__.pyi +6 -6
  143. bpy/props/__init__.pyi +27 -15
  144. bpy/types/__init__.pyi +662 -388
  145. bpy/utils/__init__.pyi +12 -10
  146. bpy_extras/anim_utils/__init__.pyi +7 -7
  147. bpy_extras/io_utils/__init__.pyi +4 -4
  148. bpy_extras/mesh_utils/__init__.pyi +4 -4
  149. bpy_extras/object_utils/__init__.pyi +8 -8
  150. bpy_extras/view3d_utils/__init__.pyi +2 -0
  151. bpy_types/__init__.pyi +12 -12
  152. {fake_bpy_module-20240524.dist-info → fake_bpy_module-20240529.dist-info}/METADATA +1 -1
  153. {fake_bpy_module-20240524.dist-info → fake_bpy_module-20240529.dist-info}/RECORD +167 -163
  154. freestyle/shaders/__init__.pyi +2 -2
  155. freestyle/types/__init__.pyi +64 -56
  156. gpu/matrix/__init__.pyi +6 -6
  157. gpu/types/__init__.pyi +14 -10
  158. gpu_extras/batch/__init__.pyi +1 -1
  159. gpu_extras/presets/__init__.pyi +1 -1
  160. imbuf/__init__.pyi +2 -2
  161. mathutils/__init__.pyi +176 -137
  162. mathutils/bvhtree/__init__.pyi +4 -4
  163. mathutils/geometry/__init__.pyi +139 -139
  164. mathutils/kdtree/__init__.pyi +14 -10
  165. mathutils/noise/__init__.pyi +26 -26
  166. {fake_bpy_module-20240524.dist-info → fake_bpy_module-20240529.dist-info}/WHEEL +0 -0
  167. {fake_bpy_module-20240524.dist-info → fake_bpy_module-20240529.dist-info}/top_level.txt +0 -0
@@ -410,10 +410,10 @@ class GRAPH_MT_channel(bpy_types.Menu, bpy_types._GenericUI):
410
410
  searchpaths: list[str],
411
411
  operator: str,
412
412
  props_default: dict = None,
413
- prop_filepath: str = "filepath",
414
- filter_ext: typing.Callable = None,
413
+ prop_filepath: str | None = "filepath",
414
+ filter_ext: collections.abc.Callable | None = None,
415
415
  filter_path=None,
416
- display_name: typing.Callable = None,
416
+ display_name: collections.abc.Callable | None = None,
417
417
  add_operator=None,
418
418
  add_operator_props=None,
419
419
  ):
@@ -426,14 +426,14 @@ class GRAPH_MT_channel(bpy_types.Menu, bpy_types._GenericUI):
426
426
  :param props_default: Properties to assign to each operator.
427
427
  :type props_default: dict
428
428
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
429
- :type prop_filepath: str
429
+ :type prop_filepath: str | None
430
430
  :param filter_ext: Optional callback that takes the file extensions.
431
431
 
432
432
  Returning false excludes the file from the list.
433
- :type filter_ext: typing.Callable
433
+ :type filter_ext: collections.abc.Callable | None
434
434
  :param filter_path:
435
435
  :param display_name: Optional callback that takes the full path, returns the name to display.
436
- :type display_name: typing.Callable
436
+ :type display_name: collections.abc.Callable | None
437
437
  :param add_operator:
438
438
  :param add_operator_props:
439
439
  """
@@ -680,10 +680,10 @@ class GRAPH_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
680
680
  searchpaths: list[str],
681
681
  operator: str,
682
682
  props_default: dict = None,
683
- prop_filepath: str = "filepath",
684
- filter_ext: typing.Callable = None,
683
+ prop_filepath: str | None = "filepath",
684
+ filter_ext: collections.abc.Callable | None = None,
685
685
  filter_path=None,
686
- display_name: typing.Callable = None,
686
+ display_name: collections.abc.Callable | None = None,
687
687
  add_operator=None,
688
688
  add_operator_props=None,
689
689
  ):
@@ -696,14 +696,14 @@ class GRAPH_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
696
696
  :param props_default: Properties to assign to each operator.
697
697
  :type props_default: dict
698
698
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
699
- :type prop_filepath: str
699
+ :type prop_filepath: str | None
700
700
  :param filter_ext: Optional callback that takes the file extensions.
701
701
 
702
702
  Returning false excludes the file from the list.
703
- :type filter_ext: typing.Callable
703
+ :type filter_ext: collections.abc.Callable | None
704
704
  :param filter_path:
705
705
  :param display_name: Optional callback that takes the full path, returns the name to display.
706
- :type display_name: typing.Callable
706
+ :type display_name: collections.abc.Callable | None
707
707
  :param add_operator:
708
708
  :param add_operator_props:
709
709
  """
@@ -950,10 +950,10 @@ class GRAPH_MT_delete(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: typing.Callable = None,
953
+ prop_filepath: str | None = "filepath",
954
+ filter_ext: collections.abc.Callable | None = None,
955
955
  filter_path=None,
956
- display_name: typing.Callable = None,
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 GRAPH_MT_delete(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: typing.Callable
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: typing.Callable
976
+ :type display_name: collections.abc.Callable | None
977
977
  :param add_operator:
978
978
  :param add_operator_props:
979
979
  """
@@ -1221,10 +1221,10 @@ class GRAPH_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
1221
1221
  searchpaths: list[str],
1222
1222
  operator: str,
1223
1223
  props_default: dict = None,
1224
- prop_filepath: str = "filepath",
1225
- filter_ext: typing.Callable = None,
1224
+ prop_filepath: str | None = "filepath",
1225
+ filter_ext: collections.abc.Callable | None = None,
1226
1226
  filter_path=None,
1227
- display_name: typing.Callable = None,
1227
+ display_name: collections.abc.Callable | None = None,
1228
1228
  add_operator=None,
1229
1229
  add_operator_props=None,
1230
1230
  ):
@@ -1237,14 +1237,14 @@ class GRAPH_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
1237
1237
  :param props_default: Properties to assign to each operator.
1238
1238
  :type props_default: dict
1239
1239
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1240
- :type prop_filepath: str
1240
+ :type prop_filepath: str | None
1241
1241
  :param filter_ext: Optional callback that takes the file extensions.
1242
1242
 
1243
1243
  Returning false excludes the file from the list.
1244
- :type filter_ext: typing.Callable
1244
+ :type filter_ext: collections.abc.Callable | None
1245
1245
  :param filter_path:
1246
1246
  :param display_name: Optional callback that takes the full path, returns the name to display.
1247
- :type display_name: typing.Callable
1247
+ :type display_name: collections.abc.Callable | None
1248
1248
  :param add_operator:
1249
1249
  :param add_operator_props:
1250
1250
  """
@@ -1491,10 +1491,10 @@ class GRAPH_MT_key(bpy_types.Menu, bpy_types._GenericUI):
1491
1491
  searchpaths: list[str],
1492
1492
  operator: str,
1493
1493
  props_default: dict = None,
1494
- prop_filepath: str = "filepath",
1495
- filter_ext: typing.Callable = None,
1494
+ prop_filepath: str | None = "filepath",
1495
+ filter_ext: collections.abc.Callable | None = None,
1496
1496
  filter_path=None,
1497
- display_name: typing.Callable = None,
1497
+ display_name: collections.abc.Callable | None = None,
1498
1498
  add_operator=None,
1499
1499
  add_operator_props=None,
1500
1500
  ):
@@ -1507,14 +1507,14 @@ class GRAPH_MT_key(bpy_types.Menu, bpy_types._GenericUI):
1507
1507
  :param props_default: Properties to assign to each operator.
1508
1508
  :type props_default: dict
1509
1509
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1510
- :type prop_filepath: str
1510
+ :type prop_filepath: str | None
1511
1511
  :param filter_ext: Optional callback that takes the file extensions.
1512
1512
 
1513
1513
  Returning false excludes the file from the list.
1514
- :type filter_ext: typing.Callable
1514
+ :type filter_ext: collections.abc.Callable | None
1515
1515
  :param filter_path:
1516
1516
  :param display_name: Optional callback that takes the full path, returns the name to display.
1517
- :type display_name: typing.Callable
1517
+ :type display_name: collections.abc.Callable | None
1518
1518
  :param add_operator:
1519
1519
  :param add_operator_props:
1520
1520
  """
@@ -1761,10 +1761,10 @@ class GRAPH_MT_key_blending(bpy_types.Menu, bpy_types._GenericUI):
1761
1761
  searchpaths: list[str],
1762
1762
  operator: str,
1763
1763
  props_default: dict = None,
1764
- prop_filepath: str = "filepath",
1765
- filter_ext: typing.Callable = None,
1764
+ prop_filepath: str | None = "filepath",
1765
+ filter_ext: collections.abc.Callable | None = None,
1766
1766
  filter_path=None,
1767
- display_name: typing.Callable = None,
1767
+ display_name: collections.abc.Callable | None = None,
1768
1768
  add_operator=None,
1769
1769
  add_operator_props=None,
1770
1770
  ):
@@ -1777,14 +1777,14 @@ class GRAPH_MT_key_blending(bpy_types.Menu, bpy_types._GenericUI):
1777
1777
  :param props_default: Properties to assign to each operator.
1778
1778
  :type props_default: dict
1779
1779
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1780
- :type prop_filepath: str
1780
+ :type prop_filepath: str | None
1781
1781
  :param filter_ext: Optional callback that takes the file extensions.
1782
1782
 
1783
1783
  Returning false excludes the file from the list.
1784
- :type filter_ext: typing.Callable
1784
+ :type filter_ext: collections.abc.Callable | None
1785
1785
  :param filter_path:
1786
1786
  :param display_name: Optional callback that takes the full path, returns the name to display.
1787
- :type display_name: typing.Callable
1787
+ :type display_name: collections.abc.Callable | None
1788
1788
  :param add_operator:
1789
1789
  :param add_operator_props:
1790
1790
  """
@@ -2031,10 +2031,10 @@ class GRAPH_MT_key_density(bpy_types.Menu, bpy_types._GenericUI):
2031
2031
  searchpaths: list[str],
2032
2032
  operator: str,
2033
2033
  props_default: dict = None,
2034
- prop_filepath: str = "filepath",
2035
- filter_ext: typing.Callable = None,
2034
+ prop_filepath: str | None = "filepath",
2035
+ filter_ext: collections.abc.Callable | None = None,
2036
2036
  filter_path=None,
2037
- display_name: typing.Callable = None,
2037
+ display_name: collections.abc.Callable | None = None,
2038
2038
  add_operator=None,
2039
2039
  add_operator_props=None,
2040
2040
  ):
@@ -2047,14 +2047,14 @@ class GRAPH_MT_key_density(bpy_types.Menu, bpy_types._GenericUI):
2047
2047
  :param props_default: Properties to assign to each operator.
2048
2048
  :type props_default: dict
2049
2049
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
2050
- :type prop_filepath: str
2050
+ :type prop_filepath: str | None
2051
2051
  :param filter_ext: Optional callback that takes the file extensions.
2052
2052
 
2053
2053
  Returning false excludes the file from the list.
2054
- :type filter_ext: typing.Callable
2054
+ :type filter_ext: collections.abc.Callable | None
2055
2055
  :param filter_path:
2056
2056
  :param display_name: Optional callback that takes the full path, returns the name to display.
2057
- :type display_name: typing.Callable
2057
+ :type display_name: collections.abc.Callable | None
2058
2058
  :param add_operator:
2059
2059
  :param add_operator_props:
2060
2060
  """
@@ -2301,10 +2301,10 @@ class GRAPH_MT_key_smoothing(bpy_types.Menu, bpy_types._GenericUI):
2301
2301
  searchpaths: list[str],
2302
2302
  operator: str,
2303
2303
  props_default: dict = None,
2304
- prop_filepath: str = "filepath",
2305
- filter_ext: typing.Callable = None,
2304
+ prop_filepath: str | None = "filepath",
2305
+ filter_ext: collections.abc.Callable | None = None,
2306
2306
  filter_path=None,
2307
- display_name: typing.Callable = None,
2307
+ display_name: collections.abc.Callable | None = None,
2308
2308
  add_operator=None,
2309
2309
  add_operator_props=None,
2310
2310
  ):
@@ -2317,14 +2317,14 @@ class GRAPH_MT_key_smoothing(bpy_types.Menu, bpy_types._GenericUI):
2317
2317
  :param props_default: Properties to assign to each operator.
2318
2318
  :type props_default: dict
2319
2319
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
2320
- :type prop_filepath: str
2320
+ :type prop_filepath: str | None
2321
2321
  :param filter_ext: Optional callback that takes the file extensions.
2322
2322
 
2323
2323
  Returning false excludes the file from the list.
2324
- :type filter_ext: typing.Callable
2324
+ :type filter_ext: collections.abc.Callable | None
2325
2325
  :param filter_path:
2326
2326
  :param display_name: Optional callback that takes the full path, returns the name to display.
2327
- :type display_name: typing.Callable
2327
+ :type display_name: collections.abc.Callable | None
2328
2328
  :param add_operator:
2329
2329
  :param add_operator_props:
2330
2330
  """
@@ -2571,10 +2571,10 @@ class GRAPH_MT_key_snap(bpy_types.Menu, bpy_types._GenericUI):
2571
2571
  searchpaths: list[str],
2572
2572
  operator: str,
2573
2573
  props_default: dict = None,
2574
- prop_filepath: str = "filepath",
2575
- filter_ext: typing.Callable = None,
2574
+ prop_filepath: str | None = "filepath",
2575
+ filter_ext: collections.abc.Callable | None = None,
2576
2576
  filter_path=None,
2577
- display_name: typing.Callable = None,
2577
+ display_name: collections.abc.Callable | None = None,
2578
2578
  add_operator=None,
2579
2579
  add_operator_props=None,
2580
2580
  ):
@@ -2587,14 +2587,14 @@ class GRAPH_MT_key_snap(bpy_types.Menu, bpy_types._GenericUI):
2587
2587
  :param props_default: Properties to assign to each operator.
2588
2588
  :type props_default: dict
2589
2589
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
2590
- :type prop_filepath: str
2590
+ :type prop_filepath: str | None
2591
2591
  :param filter_ext: Optional callback that takes the file extensions.
2592
2592
 
2593
2593
  Returning false excludes the file from the list.
2594
- :type filter_ext: typing.Callable
2594
+ :type filter_ext: collections.abc.Callable | None
2595
2595
  :param filter_path:
2596
2596
  :param display_name: Optional callback that takes the full path, returns the name to display.
2597
- :type display_name: typing.Callable
2597
+ :type display_name: collections.abc.Callable | None
2598
2598
  :param add_operator:
2599
2599
  :param add_operator_props:
2600
2600
  """
@@ -2841,10 +2841,10 @@ class GRAPH_MT_key_transform(bpy_types.Menu, bpy_types._GenericUI):
2841
2841
  searchpaths: list[str],
2842
2842
  operator: str,
2843
2843
  props_default: dict = None,
2844
- prop_filepath: str = "filepath",
2845
- filter_ext: typing.Callable = None,
2844
+ prop_filepath: str | None = "filepath",
2845
+ filter_ext: collections.abc.Callable | None = None,
2846
2846
  filter_path=None,
2847
- display_name: typing.Callable = None,
2847
+ display_name: collections.abc.Callable | None = None,
2848
2848
  add_operator=None,
2849
2849
  add_operator_props=None,
2850
2850
  ):
@@ -2857,14 +2857,14 @@ class GRAPH_MT_key_transform(bpy_types.Menu, bpy_types._GenericUI):
2857
2857
  :param props_default: Properties to assign to each operator.
2858
2858
  :type props_default: dict
2859
2859
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
2860
- :type prop_filepath: str
2860
+ :type prop_filepath: str | None
2861
2861
  :param filter_ext: Optional callback that takes the file extensions.
2862
2862
 
2863
2863
  Returning false excludes the file from the list.
2864
- :type filter_ext: typing.Callable
2864
+ :type filter_ext: collections.abc.Callable | None
2865
2865
  :param filter_path:
2866
2866
  :param display_name: Optional callback that takes the full path, returns the name to display.
2867
- :type display_name: typing.Callable
2867
+ :type display_name: collections.abc.Callable | None
2868
2868
  :param add_operator:
2869
2869
  :param add_operator_props:
2870
2870
  """
@@ -3111,10 +3111,10 @@ class GRAPH_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
3111
3111
  searchpaths: list[str],
3112
3112
  operator: str,
3113
3113
  props_default: dict = None,
3114
- prop_filepath: str = "filepath",
3115
- filter_ext: typing.Callable = None,
3114
+ prop_filepath: str | None = "filepath",
3115
+ filter_ext: collections.abc.Callable | None = None,
3116
3116
  filter_path=None,
3117
- display_name: typing.Callable = None,
3117
+ display_name: collections.abc.Callable | None = None,
3118
3118
  add_operator=None,
3119
3119
  add_operator_props=None,
3120
3120
  ):
@@ -3127,14 +3127,14 @@ class GRAPH_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
3127
3127
  :param props_default: Properties to assign to each operator.
3128
3128
  :type props_default: dict
3129
3129
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
3130
- :type prop_filepath: str
3130
+ :type prop_filepath: str | None
3131
3131
  :param filter_ext: Optional callback that takes the file extensions.
3132
3132
 
3133
3133
  Returning false excludes the file from the list.
3134
- :type filter_ext: typing.Callable
3134
+ :type filter_ext: collections.abc.Callable | None
3135
3135
  :param filter_path:
3136
3136
  :param display_name: Optional callback that takes the full path, returns the name to display.
3137
- :type display_name: typing.Callable
3137
+ :type display_name: collections.abc.Callable | None
3138
3138
  :param add_operator:
3139
3139
  :param add_operator_props:
3140
3140
  """
@@ -3381,10 +3381,10 @@ class GRAPH_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
3381
3381
  searchpaths: list[str],
3382
3382
  operator: str,
3383
3383
  props_default: dict = None,
3384
- prop_filepath: str = "filepath",
3385
- filter_ext: typing.Callable = None,
3384
+ prop_filepath: str | None = "filepath",
3385
+ filter_ext: collections.abc.Callable | None = None,
3386
3386
  filter_path=None,
3387
- display_name: typing.Callable = None,
3387
+ display_name: collections.abc.Callable | None = None,
3388
3388
  add_operator=None,
3389
3389
  add_operator_props=None,
3390
3390
  ):
@@ -3397,14 +3397,14 @@ class GRAPH_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
3397
3397
  :param props_default: Properties to assign to each operator.
3398
3398
  :type props_default: dict
3399
3399
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
3400
- :type prop_filepath: str
3400
+ :type prop_filepath: str | None
3401
3401
  :param filter_ext: Optional callback that takes the file extensions.
3402
3402
 
3403
3403
  Returning false excludes the file from the list.
3404
- :type filter_ext: typing.Callable
3404
+ :type filter_ext: collections.abc.Callable | None
3405
3405
  :param filter_path:
3406
3406
  :param display_name: Optional callback that takes the full path, returns the name to display.
3407
- :type display_name: typing.Callable
3407
+ :type display_name: collections.abc.Callable | None
3408
3408
  :param add_operator:
3409
3409
  :param add_operator_props:
3410
3410
  """
@@ -3651,10 +3651,10 @@ class GRAPH_MT_select(bpy_types.Menu, bpy_types._GenericUI):
3651
3651
  searchpaths: list[str],
3652
3652
  operator: str,
3653
3653
  props_default: dict = None,
3654
- prop_filepath: str = "filepath",
3655
- filter_ext: typing.Callable = None,
3654
+ prop_filepath: str | None = "filepath",
3655
+ filter_ext: collections.abc.Callable | None = None,
3656
3656
  filter_path=None,
3657
- display_name: typing.Callable = None,
3657
+ display_name: collections.abc.Callable | None = None,
3658
3658
  add_operator=None,
3659
3659
  add_operator_props=None,
3660
3660
  ):
@@ -3667,14 +3667,14 @@ class GRAPH_MT_select(bpy_types.Menu, bpy_types._GenericUI):
3667
3667
  :param props_default: Properties to assign to each operator.
3668
3668
  :type props_default: dict
3669
3669
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
3670
- :type prop_filepath: str
3670
+ :type prop_filepath: str | None
3671
3671
  :param filter_ext: Optional callback that takes the file extensions.
3672
3672
 
3673
3673
  Returning false excludes the file from the list.
3674
- :type filter_ext: typing.Callable
3674
+ :type filter_ext: collections.abc.Callable | None
3675
3675
  :param filter_path:
3676
3676
  :param display_name: Optional callback that takes the full path, returns the name to display.
3677
- :type display_name: typing.Callable
3677
+ :type display_name: collections.abc.Callable | None
3678
3678
  :param add_operator:
3679
3679
  :param add_operator_props:
3680
3680
  """
@@ -3921,10 +3921,10 @@ class GRAPH_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
3921
3921
  searchpaths: list[str],
3922
3922
  operator: str,
3923
3923
  props_default: dict = None,
3924
- prop_filepath: str = "filepath",
3925
- filter_ext: typing.Callable = None,
3924
+ prop_filepath: str | None = "filepath",
3925
+ filter_ext: collections.abc.Callable | None = None,
3926
3926
  filter_path=None,
3927
- display_name: typing.Callable = None,
3927
+ display_name: collections.abc.Callable | None = None,
3928
3928
  add_operator=None,
3929
3929
  add_operator_props=None,
3930
3930
  ):
@@ -3937,14 +3937,14 @@ class GRAPH_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
3937
3937
  :param props_default: Properties to assign to each operator.
3938
3938
  :type props_default: dict
3939
3939
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
3940
- :type prop_filepath: str
3940
+ :type prop_filepath: str | None
3941
3941
  :param filter_ext: Optional callback that takes the file extensions.
3942
3942
 
3943
3943
  Returning false excludes the file from the list.
3944
- :type filter_ext: typing.Callable
3944
+ :type filter_ext: collections.abc.Callable | None
3945
3945
  :param filter_path:
3946
3946
  :param display_name: Optional callback that takes the full path, returns the name to display.
3947
- :type display_name: typing.Callable
3947
+ :type display_name: collections.abc.Callable | None
3948
3948
  :param add_operator:
3949
3949
  :param add_operator_props:
3950
3950
  """
@@ -4191,10 +4191,10 @@ class GRAPH_MT_view(bpy_types.Menu, bpy_types._GenericUI):
4191
4191
  searchpaths: list[str],
4192
4192
  operator: str,
4193
4193
  props_default: dict = None,
4194
- prop_filepath: str = "filepath",
4195
- filter_ext: typing.Callable = None,
4194
+ prop_filepath: str | None = "filepath",
4195
+ filter_ext: collections.abc.Callable | None = None,
4196
4196
  filter_path=None,
4197
- display_name: typing.Callable = None,
4197
+ display_name: collections.abc.Callable | None = None,
4198
4198
  add_operator=None,
4199
4199
  add_operator_props=None,
4200
4200
  ):
@@ -4207,14 +4207,14 @@ class GRAPH_MT_view(bpy_types.Menu, bpy_types._GenericUI):
4207
4207
  :param props_default: Properties to assign to each operator.
4208
4208
  :type props_default: dict
4209
4209
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
4210
- :type prop_filepath: str
4210
+ :type prop_filepath: str | None
4211
4211
  :param filter_ext: Optional callback that takes the file extensions.
4212
4212
 
4213
4213
  Returning false excludes the file from the list.
4214
- :type filter_ext: typing.Callable
4214
+ :type filter_ext: collections.abc.Callable | None
4215
4215
  :param filter_path:
4216
4216
  :param display_name: Optional callback that takes the full path, returns the name to display.
4217
- :type display_name: typing.Callable
4217
+ :type display_name: collections.abc.Callable | None
4218
4218
  :param add_operator:
4219
4219
  :param add_operator_props:
4220
4220
  """
@@ -4461,10 +4461,10 @@ class GRAPH_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
4461
4461
  searchpaths: list[str],
4462
4462
  operator: str,
4463
4463
  props_default: dict = None,
4464
- prop_filepath: str = "filepath",
4465
- filter_ext: typing.Callable = None,
4464
+ prop_filepath: str | None = "filepath",
4465
+ filter_ext: collections.abc.Callable | None = None,
4466
4466
  filter_path=None,
4467
- display_name: typing.Callable = None,
4467
+ display_name: collections.abc.Callable | None = None,
4468
4468
  add_operator=None,
4469
4469
  add_operator_props=None,
4470
4470
  ):
@@ -4477,14 +4477,14 @@ class GRAPH_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
4477
4477
  :param props_default: Properties to assign to each operator.
4478
4478
  :type props_default: dict
4479
4479
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
4480
- :type prop_filepath: str
4480
+ :type prop_filepath: str | None
4481
4481
  :param filter_ext: Optional callback that takes the file extensions.
4482
4482
 
4483
4483
  Returning false excludes the file from the list.
4484
- :type filter_ext: typing.Callable
4484
+ :type filter_ext: collections.abc.Callable | None
4485
4485
  :param filter_path:
4486
4486
  :param display_name: Optional callback that takes the full path, returns the name to display.
4487
- :type display_name: typing.Callable
4487
+ :type display_name: collections.abc.Callable | None
4488
4488
  :param add_operator:
4489
4489
  :param add_operator_props:
4490
4490
  """