fake-bpy-module 20240528__py3-none-any.whl → 20240530__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

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 +171 -194
  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-20240530.dist-info}/METADATA +1 -1
  80. {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240530.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-20240530.dist-info}/WHEEL +0 -0
  92. {fake_bpy_module-20240528.dist-info → fake_bpy_module-20240530.dist-info}/top_level.txt +0 -0
@@ -259,10 +259,10 @@ class GPENCIL_MT_cleanup(bpy_types.Menu, bpy_types._GenericUI):
259
259
  searchpaths: list[str],
260
260
  operator: str,
261
261
  props_default: dict = None,
262
- prop_filepath: str = "filepath",
263
- filter_ext: typing.Callable = None,
262
+ prop_filepath: str | None = "filepath",
263
+ filter_ext: collections.abc.Callable | None = None,
264
264
  filter_path=None,
265
- display_name: typing.Callable = None,
265
+ display_name: collections.abc.Callable | None = None,
266
266
  add_operator=None,
267
267
  add_operator_props=None,
268
268
  ):
@@ -275,14 +275,14 @@ class GPENCIL_MT_cleanup(bpy_types.Menu, bpy_types._GenericUI):
275
275
  :param props_default: Properties to assign to each operator.
276
276
  :type props_default: dict
277
277
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
278
- :type prop_filepath: str
278
+ :type prop_filepath: str | None
279
279
  :param filter_ext: Optional callback that takes the file extensions.
280
280
 
281
281
  Returning false excludes the file from the list.
282
- :type filter_ext: typing.Callable
282
+ :type filter_ext: collections.abc.Callable | None
283
283
  :param filter_path:
284
284
  :param display_name: Optional callback that takes the full path, returns the name to display.
285
- :type display_name: typing.Callable
285
+ :type display_name: collections.abc.Callable | None
286
286
  :param add_operator:
287
287
  :param add_operator_props:
288
288
  """
@@ -529,10 +529,10 @@ class GPENCIL_MT_gpencil_draw_delete(bpy_types.Menu, bpy_types._GenericUI):
529
529
  searchpaths: list[str],
530
530
  operator: str,
531
531
  props_default: dict = None,
532
- prop_filepath: str = "filepath",
533
- filter_ext: typing.Callable = None,
532
+ prop_filepath: str | None = "filepath",
533
+ filter_ext: collections.abc.Callable | None = None,
534
534
  filter_path=None,
535
- display_name: typing.Callable = None,
535
+ display_name: collections.abc.Callable | None = None,
536
536
  add_operator=None,
537
537
  add_operator_props=None,
538
538
  ):
@@ -545,14 +545,14 @@ class GPENCIL_MT_gpencil_draw_delete(bpy_types.Menu, bpy_types._GenericUI):
545
545
  :param props_default: Properties to assign to each operator.
546
546
  :type props_default: dict
547
547
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
548
- :type prop_filepath: str
548
+ :type prop_filepath: str | None
549
549
  :param filter_ext: Optional callback that takes the file extensions.
550
550
 
551
551
  Returning false excludes the file from the list.
552
- :type filter_ext: typing.Callable
552
+ :type filter_ext: collections.abc.Callable | None
553
553
  :param filter_path:
554
554
  :param display_name: Optional callback that takes the full path, returns the name to display.
555
- :type display_name: typing.Callable
555
+ :type display_name: collections.abc.Callable | None
556
556
  :param add_operator:
557
557
  :param add_operator_props:
558
558
  """
@@ -799,10 +799,10 @@ class GPENCIL_MT_layer_active(bpy_types.Menu, bpy_types._GenericUI):
799
799
  searchpaths: list[str],
800
800
  operator: str,
801
801
  props_default: dict = None,
802
- prop_filepath: str = "filepath",
803
- filter_ext: typing.Callable = None,
802
+ prop_filepath: str | None = "filepath",
803
+ filter_ext: collections.abc.Callable | None = None,
804
804
  filter_path=None,
805
- display_name: typing.Callable = None,
805
+ display_name: collections.abc.Callable | None = None,
806
806
  add_operator=None,
807
807
  add_operator_props=None,
808
808
  ):
@@ -815,14 +815,14 @@ class GPENCIL_MT_layer_active(bpy_types.Menu, bpy_types._GenericUI):
815
815
  :param props_default: Properties to assign to each operator.
816
816
  :type props_default: dict
817
817
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
818
- :type prop_filepath: str
818
+ :type prop_filepath: str | None
819
819
  :param filter_ext: Optional callback that takes the file extensions.
820
820
 
821
821
  Returning false excludes the file from the list.
822
- :type filter_ext: typing.Callable
822
+ :type filter_ext: collections.abc.Callable | None
823
823
  :param filter_path:
824
824
  :param display_name: Optional callback that takes the full path, returns the name to display.
825
- :type display_name: typing.Callable
825
+ :type display_name: collections.abc.Callable | None
826
826
  :param add_operator:
827
827
  :param add_operator_props:
828
828
  """
@@ -1069,10 +1069,10 @@ class GPENCIL_MT_layer_mask_menu(bpy_types.Menu, bpy_types._GenericUI):
1069
1069
  searchpaths: list[str],
1070
1070
  operator: str,
1071
1071
  props_default: dict = None,
1072
- prop_filepath: str = "filepath",
1073
- filter_ext: typing.Callable = None,
1072
+ prop_filepath: str | None = "filepath",
1073
+ filter_ext: collections.abc.Callable | None = None,
1074
1074
  filter_path=None,
1075
- display_name: typing.Callable = None,
1075
+ display_name: collections.abc.Callable | None = None,
1076
1076
  add_operator=None,
1077
1077
  add_operator_props=None,
1078
1078
  ):
@@ -1085,14 +1085,14 @@ class GPENCIL_MT_layer_mask_menu(bpy_types.Menu, bpy_types._GenericUI):
1085
1085
  :param props_default: Properties to assign to each operator.
1086
1086
  :type props_default: dict
1087
1087
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1088
- :type prop_filepath: str
1088
+ :type prop_filepath: str | None
1089
1089
  :param filter_ext: Optional callback that takes the file extensions.
1090
1090
 
1091
1091
  Returning false excludes the file from the list.
1092
- :type filter_ext: typing.Callable
1092
+ :type filter_ext: collections.abc.Callable | None
1093
1093
  :param filter_path:
1094
1094
  :param display_name: Optional callback that takes the full path, returns the name to display.
1095
- :type display_name: typing.Callable
1095
+ :type display_name: collections.abc.Callable | None
1096
1096
  :param add_operator:
1097
1097
  :param add_operator_props:
1098
1098
  """
@@ -1339,10 +1339,10 @@ class GPENCIL_MT_material_active(bpy_types.Menu, bpy_types._GenericUI):
1339
1339
  searchpaths: list[str],
1340
1340
  operator: str,
1341
1341
  props_default: dict = None,
1342
- prop_filepath: str = "filepath",
1343
- filter_ext: typing.Callable = None,
1342
+ prop_filepath: str | None = "filepath",
1343
+ filter_ext: collections.abc.Callable | None = None,
1344
1344
  filter_path=None,
1345
- display_name: typing.Callable = None,
1345
+ display_name: collections.abc.Callable | None = None,
1346
1346
  add_operator=None,
1347
1347
  add_operator_props=None,
1348
1348
  ):
@@ -1355,14 +1355,14 @@ class GPENCIL_MT_material_active(bpy_types.Menu, bpy_types._GenericUI):
1355
1355
  :param props_default: Properties to assign to each operator.
1356
1356
  :type props_default: dict
1357
1357
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1358
- :type prop_filepath: str
1358
+ :type prop_filepath: str | None
1359
1359
  :param filter_ext: Optional callback that takes the file extensions.
1360
1360
 
1361
1361
  Returning false excludes the file from the list.
1362
- :type filter_ext: typing.Callable
1362
+ :type filter_ext: collections.abc.Callable | None
1363
1363
  :param filter_path:
1364
1364
  :param display_name: Optional callback that takes the full path, returns the name to display.
1365
- :type display_name: typing.Callable
1365
+ :type display_name: collections.abc.Callable | None
1366
1366
  :param add_operator:
1367
1367
  :param add_operator_props:
1368
1368
  """
@@ -1616,10 +1616,10 @@ class GPENCIL_MT_move_to_layer(bpy_types.Menu, bpy_types._GenericUI):
1616
1616
  searchpaths: list[str],
1617
1617
  operator: str,
1618
1618
  props_default: dict = None,
1619
- prop_filepath: str = "filepath",
1620
- filter_ext: typing.Callable = None,
1619
+ prop_filepath: str | None = "filepath",
1620
+ filter_ext: collections.abc.Callable | None = None,
1621
1621
  filter_path=None,
1622
- display_name: typing.Callable = None,
1622
+ display_name: collections.abc.Callable | None = None,
1623
1623
  add_operator=None,
1624
1624
  add_operator_props=None,
1625
1625
  ):
@@ -1632,14 +1632,14 @@ class GPENCIL_MT_move_to_layer(bpy_types.Menu, bpy_types._GenericUI):
1632
1632
  :param props_default: Properties to assign to each operator.
1633
1633
  :type props_default: dict
1634
1634
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1635
- :type prop_filepath: str
1635
+ :type prop_filepath: str | None
1636
1636
  :param filter_ext: Optional callback that takes the file extensions.
1637
1637
 
1638
1638
  Returning false excludes the file from the list.
1639
- :type filter_ext: typing.Callable
1639
+ :type filter_ext: collections.abc.Callable | None
1640
1640
  :param filter_path:
1641
1641
  :param display_name: Optional callback that takes the full path, returns the name to display.
1642
- :type display_name: typing.Callable
1642
+ :type display_name: collections.abc.Callable | None
1643
1643
  :param add_operator:
1644
1644
  :param add_operator_props:
1645
1645
  """
@@ -1886,10 +1886,10 @@ class GPENCIL_MT_snap(bpy_types.Menu, bpy_types._GenericUI):
1886
1886
  searchpaths: list[str],
1887
1887
  operator: str,
1888
1888
  props_default: dict = None,
1889
- prop_filepath: str = "filepath",
1890
- filter_ext: typing.Callable = None,
1889
+ prop_filepath: str | None = "filepath",
1890
+ filter_ext: collections.abc.Callable | None = None,
1891
1891
  filter_path=None,
1892
- display_name: typing.Callable = None,
1892
+ display_name: collections.abc.Callable | None = None,
1893
1893
  add_operator=None,
1894
1894
  add_operator_props=None,
1895
1895
  ):
@@ -1902,14 +1902,14 @@ class GPENCIL_MT_snap(bpy_types.Menu, bpy_types._GenericUI):
1902
1902
  :param props_default: Properties to assign to each operator.
1903
1903
  :type props_default: dict
1904
1904
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1905
- :type prop_filepath: str
1905
+ :type prop_filepath: str | None
1906
1906
  :param filter_ext: Optional callback that takes the file extensions.
1907
1907
 
1908
1908
  Returning false excludes the file from the list.
1909
- :type filter_ext: typing.Callable
1909
+ :type filter_ext: collections.abc.Callable | None
1910
1910
  :param filter_path:
1911
1911
  :param display_name: Optional callback that takes the full path, returns the name to display.
1912
- :type display_name: typing.Callable
1912
+ :type display_name: collections.abc.Callable | None
1913
1913
  :param add_operator:
1914
1914
  :param add_operator_props:
1915
1915
  """
@@ -2156,10 +2156,10 @@ class GPENCIL_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
2156
2156
  searchpaths: list[str],
2157
2157
  operator: str,
2158
2158
  props_default: dict = None,
2159
- prop_filepath: str = "filepath",
2160
- filter_ext: typing.Callable = None,
2159
+ prop_filepath: str | None = "filepath",
2160
+ filter_ext: collections.abc.Callable | None = None,
2161
2161
  filter_path=None,
2162
- display_name: typing.Callable = None,
2162
+ display_name: collections.abc.Callable | None = None,
2163
2163
  add_operator=None,
2164
2164
  add_operator_props=None,
2165
2165
  ):
@@ -2172,14 +2172,14 @@ class GPENCIL_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
2172
2172
  :param props_default: Properties to assign to each operator.
2173
2173
  :type props_default: dict
2174
2174
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
2175
- :type prop_filepath: str
2175
+ :type prop_filepath: str | None
2176
2176
  :param filter_ext: Optional callback that takes the file extensions.
2177
2177
 
2178
2178
  Returning false excludes the file from the list.
2179
- :type filter_ext: typing.Callable
2179
+ :type filter_ext: collections.abc.Callable | None
2180
2180
  :param filter_path:
2181
2181
  :param display_name: Optional callback that takes the full path, returns the name to display.
2182
- :type display_name: typing.Callable
2182
+ :type display_name: collections.abc.Callable | None
2183
2183
  :param add_operator:
2184
2184
  :param add_operator_props:
2185
2185
  """
@@ -3122,10 +3122,10 @@ class GREASE_PENCIL_MT_layer_active(bpy_types.Menu, bpy_types._GenericUI):
3122
3122
  searchpaths: list[str],
3123
3123
  operator: str,
3124
3124
  props_default: dict = None,
3125
- prop_filepath: str = "filepath",
3126
- filter_ext: typing.Callable = None,
3125
+ prop_filepath: str | None = "filepath",
3126
+ filter_ext: collections.abc.Callable | None = None,
3127
3127
  filter_path=None,
3128
- display_name: typing.Callable = None,
3128
+ display_name: collections.abc.Callable | None = None,
3129
3129
  add_operator=None,
3130
3130
  add_operator_props=None,
3131
3131
  ):
@@ -3138,14 +3138,14 @@ class GREASE_PENCIL_MT_layer_active(bpy_types.Menu, bpy_types._GenericUI):
3138
3138
  :param props_default: Properties to assign to each operator.
3139
3139
  :type props_default: dict
3140
3140
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
3141
- :type prop_filepath: str
3141
+ :type prop_filepath: str | None
3142
3142
  :param filter_ext: Optional callback that takes the file extensions.
3143
3143
 
3144
3144
  Returning false excludes the file from the list.
3145
- :type filter_ext: typing.Callable
3145
+ :type filter_ext: collections.abc.Callable | None
3146
3146
  :param filter_path:
3147
3147
  :param display_name: Optional callback that takes the full path, returns the name to display.
3148
- :type display_name: typing.Callable
3148
+ :type display_name: collections.abc.Callable | None
3149
3149
  :param add_operator:
3150
3150
  :param add_operator_props:
3151
3151
  """
@@ -3392,10 +3392,10 @@ class GREASE_PENCIL_MT_move_to_layer(bpy_types.Menu, bpy_types._GenericUI):
3392
3392
  searchpaths: list[str],
3393
3393
  operator: str,
3394
3394
  props_default: dict = None,
3395
- prop_filepath: str = "filepath",
3396
- filter_ext: typing.Callable = None,
3395
+ prop_filepath: str | None = "filepath",
3396
+ filter_ext: collections.abc.Callable | None = None,
3397
3397
  filter_path=None,
3398
- display_name: typing.Callable = None,
3398
+ display_name: collections.abc.Callable | None = None,
3399
3399
  add_operator=None,
3400
3400
  add_operator_props=None,
3401
3401
  ):
@@ -3408,14 +3408,14 @@ class GREASE_PENCIL_MT_move_to_layer(bpy_types.Menu, bpy_types._GenericUI):
3408
3408
  :param props_default: Properties to assign to each operator.
3409
3409
  :type props_default: dict
3410
3410
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
3411
- :type prop_filepath: str
3411
+ :type prop_filepath: str | None
3412
3412
  :param filter_ext: Optional callback that takes the file extensions.
3413
3413
 
3414
3414
  Returning false excludes the file from the list.
3415
- :type filter_ext: typing.Callable
3415
+ :type filter_ext: collections.abc.Callable | None
3416
3416
  :param filter_path:
3417
3417
  :param display_name: Optional callback that takes the full path, returns the name to display.
3418
- :type display_name: typing.Callable
3418
+ :type display_name: collections.abc.Callable | None
3419
3419
  :param add_operator:
3420
3420
  :param add_operator_props:
3421
3421
  """
@@ -3662,10 +3662,10 @@ class GREASE_PENCIL_MT_snap(bpy_types.Menu, bpy_types._GenericUI):
3662
3662
  searchpaths: list[str],
3663
3663
  operator: str,
3664
3664
  props_default: dict = None,
3665
- prop_filepath: str = "filepath",
3666
- filter_ext: typing.Callable = None,
3665
+ prop_filepath: str | None = "filepath",
3666
+ filter_ext: collections.abc.Callable | None = None,
3667
3667
  filter_path=None,
3668
- display_name: typing.Callable = None,
3668
+ display_name: collections.abc.Callable | None = None,
3669
3669
  add_operator=None,
3670
3670
  add_operator_props=None,
3671
3671
  ):
@@ -3678,14 +3678,14 @@ class GREASE_PENCIL_MT_snap(bpy_types.Menu, bpy_types._GenericUI):
3678
3678
  :param props_default: Properties to assign to each operator.
3679
3679
  :type props_default: dict
3680
3680
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
3681
- :type prop_filepath: str
3681
+ :type prop_filepath: str | None
3682
3682
  :param filter_ext: Optional callback that takes the file extensions.
3683
3683
 
3684
3684
  Returning false excludes the file from the list.
3685
- :type filter_ext: typing.Callable
3685
+ :type filter_ext: collections.abc.Callable | None
3686
3686
  :param filter_path:
3687
3687
  :param display_name: Optional callback that takes the full path, returns the name to display.
3688
- :type display_name: typing.Callable
3688
+ :type display_name: collections.abc.Callable | None
3689
3689
  :param add_operator:
3690
3690
  :param add_operator_props:
3691
3691
  """
@@ -3932,10 +3932,10 @@ class GREASE_PENCIL_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
3932
3932
  searchpaths: list[str],
3933
3933
  operator: str,
3934
3934
  props_default: dict = None,
3935
- prop_filepath: str = "filepath",
3936
- filter_ext: typing.Callable = None,
3935
+ prop_filepath: str | None = "filepath",
3936
+ filter_ext: collections.abc.Callable | None = None,
3937
3937
  filter_path=None,
3938
- display_name: typing.Callable = None,
3938
+ display_name: collections.abc.Callable | None = None,
3939
3939
  add_operator=None,
3940
3940
  add_operator_props=None,
3941
3941
  ):
@@ -3948,14 +3948,14 @@ class GREASE_PENCIL_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
3948
3948
  :param props_default: Properties to assign to each operator.
3949
3949
  :type props_default: dict
3950
3950
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
3951
- :type prop_filepath: str
3951
+ :type prop_filepath: str | None
3952
3952
  :param filter_ext: Optional callback that takes the file extensions.
3953
3953
 
3954
3954
  Returning false excludes the file from the list.
3955
- :type filter_ext: typing.Callable
3955
+ :type filter_ext: collections.abc.Callable | None
3956
3956
  :param filter_path:
3957
3957
  :param display_name: Optional callback that takes the full path, returns the name to display.
3958
- :type display_name: typing.Callable
3958
+ :type display_name: collections.abc.Callable | None
3959
3959
  :param add_operator:
3960
3960
  :param add_operator_props:
3961
3961
  """
@@ -195,10 +195,10 @@ class MASK_MT_add(bpy_types.Menu, bpy_types._GenericUI):
195
195
  searchpaths: list[str],
196
196
  operator: str,
197
197
  props_default: dict = None,
198
- prop_filepath: str = "filepath",
199
- filter_ext: typing.Callable = None,
198
+ prop_filepath: str | None = "filepath",
199
+ filter_ext: collections.abc.Callable | None = None,
200
200
  filter_path=None,
201
- display_name: typing.Callable = None,
201
+ display_name: collections.abc.Callable | None = None,
202
202
  add_operator=None,
203
203
  add_operator_props=None,
204
204
  ):
@@ -211,14 +211,14 @@ class MASK_MT_add(bpy_types.Menu, bpy_types._GenericUI):
211
211
  :param props_default: Properties to assign to each operator.
212
212
  :type props_default: dict
213
213
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
214
- :type prop_filepath: str
214
+ :type prop_filepath: str | None
215
215
  :param filter_ext: Optional callback that takes the file extensions.
216
216
 
217
217
  Returning false excludes the file from the list.
218
- :type filter_ext: typing.Callable
218
+ :type filter_ext: collections.abc.Callable | None
219
219
  :param filter_path:
220
220
  :param display_name: Optional callback that takes the full path, returns the name to display.
221
- :type display_name: typing.Callable
221
+ :type display_name: collections.abc.Callable | None
222
222
  :param add_operator:
223
223
  :param add_operator_props:
224
224
  """
@@ -465,10 +465,10 @@ class MASK_MT_animation(bpy_types.Menu, bpy_types._GenericUI):
465
465
  searchpaths: list[str],
466
466
  operator: str,
467
467
  props_default: dict = None,
468
- prop_filepath: str = "filepath",
469
- filter_ext: typing.Callable = None,
468
+ prop_filepath: str | None = "filepath",
469
+ filter_ext: collections.abc.Callable | None = None,
470
470
  filter_path=None,
471
- display_name: typing.Callable = None,
471
+ display_name: collections.abc.Callable | None = None,
472
472
  add_operator=None,
473
473
  add_operator_props=None,
474
474
  ):
@@ -481,14 +481,14 @@ class MASK_MT_animation(bpy_types.Menu, bpy_types._GenericUI):
481
481
  :param props_default: Properties to assign to each operator.
482
482
  :type props_default: dict
483
483
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
484
- :type prop_filepath: str
484
+ :type prop_filepath: str | None
485
485
  :param filter_ext: Optional callback that takes the file extensions.
486
486
 
487
487
  Returning false excludes the file from the list.
488
- :type filter_ext: typing.Callable
488
+ :type filter_ext: collections.abc.Callable | None
489
489
  :param filter_path:
490
490
  :param display_name: Optional callback that takes the full path, returns the name to display.
491
- :type display_name: typing.Callable
491
+ :type display_name: collections.abc.Callable | None
492
492
  :param add_operator:
493
493
  :param add_operator_props:
494
494
  """
@@ -735,10 +735,10 @@ class MASK_MT_mask(bpy_types.Menu, bpy_types._GenericUI):
735
735
  searchpaths: list[str],
736
736
  operator: str,
737
737
  props_default: dict = None,
738
- prop_filepath: str = "filepath",
739
- filter_ext: typing.Callable = None,
738
+ prop_filepath: str | None = "filepath",
739
+ filter_ext: collections.abc.Callable | None = None,
740
740
  filter_path=None,
741
- display_name: typing.Callable = None,
741
+ display_name: collections.abc.Callable | None = None,
742
742
  add_operator=None,
743
743
  add_operator_props=None,
744
744
  ):
@@ -751,14 +751,14 @@ class MASK_MT_mask(bpy_types.Menu, bpy_types._GenericUI):
751
751
  :param props_default: Properties to assign to each operator.
752
752
  :type props_default: dict
753
753
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
754
- :type prop_filepath: str
754
+ :type prop_filepath: str | None
755
755
  :param filter_ext: Optional callback that takes the file extensions.
756
756
 
757
757
  Returning false excludes the file from the list.
758
- :type filter_ext: typing.Callable
758
+ :type filter_ext: collections.abc.Callable | None
759
759
  :param filter_path:
760
760
  :param display_name: Optional callback that takes the full path, returns the name to display.
761
- :type display_name: typing.Callable
761
+ :type display_name: collections.abc.Callable | None
762
762
  :param add_operator:
763
763
  :param add_operator_props:
764
764
  """
@@ -1005,10 +1005,10 @@ class MASK_MT_select(bpy_types.Menu, bpy_types._GenericUI):
1005
1005
  searchpaths: list[str],
1006
1006
  operator: str,
1007
1007
  props_default: dict = None,
1008
- prop_filepath: str = "filepath",
1009
- filter_ext: typing.Callable = None,
1008
+ prop_filepath: str | None = "filepath",
1009
+ filter_ext: collections.abc.Callable | None = None,
1010
1010
  filter_path=None,
1011
- display_name: typing.Callable = None,
1011
+ display_name: collections.abc.Callable | None = None,
1012
1012
  add_operator=None,
1013
1013
  add_operator_props=None,
1014
1014
  ):
@@ -1021,14 +1021,14 @@ class MASK_MT_select(bpy_types.Menu, bpy_types._GenericUI):
1021
1021
  :param props_default: Properties to assign to each operator.
1022
1022
  :type props_default: dict
1023
1023
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1024
- :type prop_filepath: str
1024
+ :type prop_filepath: str | None
1025
1025
  :param filter_ext: Optional callback that takes the file extensions.
1026
1026
 
1027
1027
  Returning false excludes the file from the list.
1028
- :type filter_ext: typing.Callable
1028
+ :type filter_ext: collections.abc.Callable | None
1029
1029
  :param filter_path:
1030
1030
  :param display_name: Optional callback that takes the full path, returns the name to display.
1031
- :type display_name: typing.Callable
1031
+ :type display_name: collections.abc.Callable | None
1032
1032
  :param add_operator:
1033
1033
  :param add_operator_props:
1034
1034
  """
@@ -1275,10 +1275,10 @@ class MASK_MT_transform(bpy_types.Menu, bpy_types._GenericUI):
1275
1275
  searchpaths: list[str],
1276
1276
  operator: str,
1277
1277
  props_default: dict = None,
1278
- prop_filepath: str = "filepath",
1279
- filter_ext: typing.Callable = None,
1278
+ prop_filepath: str | None = "filepath",
1279
+ filter_ext: collections.abc.Callable | None = None,
1280
1280
  filter_path=None,
1281
- display_name: typing.Callable = None,
1281
+ display_name: collections.abc.Callable | None = None,
1282
1282
  add_operator=None,
1283
1283
  add_operator_props=None,
1284
1284
  ):
@@ -1291,14 +1291,14 @@ class MASK_MT_transform(bpy_types.Menu, bpy_types._GenericUI):
1291
1291
  :param props_default: Properties to assign to each operator.
1292
1292
  :type props_default: dict
1293
1293
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1294
- :type prop_filepath: str
1294
+ :type prop_filepath: str | None
1295
1295
  :param filter_ext: Optional callback that takes the file extensions.
1296
1296
 
1297
1297
  Returning false excludes the file from the list.
1298
- :type filter_ext: typing.Callable
1298
+ :type filter_ext: collections.abc.Callable | None
1299
1299
  :param filter_path:
1300
1300
  :param display_name: Optional callback that takes the full path, returns the name to display.
1301
- :type display_name: typing.Callable
1301
+ :type display_name: collections.abc.Callable | None
1302
1302
  :param add_operator:
1303
1303
  :param add_operator_props:
1304
1304
  """
@@ -1545,10 +1545,10 @@ class MASK_MT_visibility(bpy_types.Menu, bpy_types._GenericUI):
1545
1545
  searchpaths: list[str],
1546
1546
  operator: str,
1547
1547
  props_default: dict = None,
1548
- prop_filepath: str = "filepath",
1549
- filter_ext: typing.Callable = None,
1548
+ prop_filepath: str | None = "filepath",
1549
+ filter_ext: collections.abc.Callable | None = None,
1550
1550
  filter_path=None,
1551
- display_name: typing.Callable = None,
1551
+ display_name: collections.abc.Callable | None = None,
1552
1552
  add_operator=None,
1553
1553
  add_operator_props=None,
1554
1554
  ):
@@ -1561,14 +1561,14 @@ class MASK_MT_visibility(bpy_types.Menu, bpy_types._GenericUI):
1561
1561
  :param props_default: Properties to assign to each operator.
1562
1562
  :type props_default: dict
1563
1563
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1564
- :type prop_filepath: str
1564
+ :type prop_filepath: str | None
1565
1565
  :param filter_ext: Optional callback that takes the file extensions.
1566
1566
 
1567
1567
  Returning false excludes the file from the list.
1568
- :type filter_ext: typing.Callable
1568
+ :type filter_ext: collections.abc.Callable | None
1569
1569
  :param filter_path:
1570
1570
  :param display_name: Optional callback that takes the full path, returns the name to display.
1571
- :type display_name: typing.Callable
1571
+ :type display_name: collections.abc.Callable | None
1572
1572
  :param add_operator:
1573
1573
  :param add_operator_props:
1574
1574
  """
@@ -206,10 +206,10 @@ class MATERIAL_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
206
206
  searchpaths: list[str],
207
207
  operator: str,
208
208
  props_default: dict = None,
209
- prop_filepath: str = "filepath",
210
- filter_ext: typing.Callable = None,
209
+ prop_filepath: str | None = "filepath",
210
+ filter_ext: collections.abc.Callable | None = None,
211
211
  filter_path=None,
212
- display_name: typing.Callable = None,
212
+ display_name: collections.abc.Callable | None = None,
213
213
  add_operator=None,
214
214
  add_operator_props=None,
215
215
  ):
@@ -222,14 +222,14 @@ class MATERIAL_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
222
222
  :param props_default: Properties to assign to each operator.
223
223
  :type props_default: dict
224
224
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
225
- :type prop_filepath: str
225
+ :type prop_filepath: str | None
226
226
  :param filter_ext: Optional callback that takes the file extensions.
227
227
 
228
228
  Returning false excludes the file from the list.
229
- :type filter_ext: typing.Callable
229
+ :type filter_ext: collections.abc.Callable | None
230
230
  :param filter_path:
231
231
  :param display_name: Optional callback that takes the full path, returns the name to display.
232
- :type display_name: typing.Callable
232
+ :type display_name: collections.abc.Callable | None
233
233
  :param add_operator:
234
234
  :param add_operator_props:
235
235
  """