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
@@ -194,10 +194,10 @@ class NODE_MT_category_shader_color(bpy_types.Menu, bpy_types._GenericUI):
194
194
  searchpaths: list[str],
195
195
  operator: str,
196
196
  props_default: dict = None,
197
- prop_filepath: str = "filepath",
198
- filter_ext: typing.Callable = None,
197
+ prop_filepath: str | None = "filepath",
198
+ filter_ext: collections.abc.Callable | None = None,
199
199
  filter_path=None,
200
- display_name: typing.Callable = None,
200
+ display_name: collections.abc.Callable | None = None,
201
201
  add_operator=None,
202
202
  add_operator_props=None,
203
203
  ):
@@ -210,14 +210,14 @@ class NODE_MT_category_shader_color(bpy_types.Menu, bpy_types._GenericUI):
210
210
  :param props_default: Properties to assign to each operator.
211
211
  :type props_default: dict
212
212
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
213
- :type prop_filepath: str
213
+ :type prop_filepath: str | None
214
214
  :param filter_ext: Optional callback that takes the file extensions.
215
215
 
216
216
  Returning false excludes the file from the list.
217
- :type filter_ext: typing.Callable
217
+ :type filter_ext: collections.abc.Callable | None
218
218
  :param filter_path:
219
219
  :param display_name: Optional callback that takes the full path, returns the name to display.
220
- :type display_name: typing.Callable
220
+ :type display_name: collections.abc.Callable | None
221
221
  :param add_operator:
222
222
  :param add_operator_props:
223
223
  """
@@ -465,10 +465,10 @@ class NODE_MT_category_shader_converter(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 NODE_MT_category_shader_converter(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
  """
@@ -736,10 +736,10 @@ class NODE_MT_category_shader_group(bpy_types.Menu, bpy_types._GenericUI):
736
736
  searchpaths: list[str],
737
737
  operator: str,
738
738
  props_default: dict = None,
739
- prop_filepath: str = "filepath",
740
- filter_ext: typing.Callable = None,
739
+ prop_filepath: str | None = "filepath",
740
+ filter_ext: collections.abc.Callable | None = None,
741
741
  filter_path=None,
742
- display_name: typing.Callable = None,
742
+ display_name: collections.abc.Callable | None = None,
743
743
  add_operator=None,
744
744
  add_operator_props=None,
745
745
  ):
@@ -752,14 +752,14 @@ class NODE_MT_category_shader_group(bpy_types.Menu, bpy_types._GenericUI):
752
752
  :param props_default: Properties to assign to each operator.
753
753
  :type props_default: dict
754
754
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
755
- :type prop_filepath: str
755
+ :type prop_filepath: str | None
756
756
  :param filter_ext: Optional callback that takes the file extensions.
757
757
 
758
758
  Returning false excludes the file from the list.
759
- :type filter_ext: typing.Callable
759
+ :type filter_ext: collections.abc.Callable | None
760
760
  :param filter_path:
761
761
  :param display_name: Optional callback that takes the full path, returns the name to display.
762
- :type display_name: typing.Callable
762
+ :type display_name: collections.abc.Callable | None
763
763
  :param add_operator:
764
764
  :param add_operator_props:
765
765
  """
@@ -1007,10 +1007,10 @@ class NODE_MT_category_shader_input(bpy_types.Menu, bpy_types._GenericUI):
1007
1007
  searchpaths: list[str],
1008
1008
  operator: str,
1009
1009
  props_default: dict = None,
1010
- prop_filepath: str = "filepath",
1011
- filter_ext: typing.Callable = None,
1010
+ prop_filepath: str | None = "filepath",
1011
+ filter_ext: collections.abc.Callable | None = None,
1012
1012
  filter_path=None,
1013
- display_name: typing.Callable = None,
1013
+ display_name: collections.abc.Callable | None = None,
1014
1014
  add_operator=None,
1015
1015
  add_operator_props=None,
1016
1016
  ):
@@ -1023,14 +1023,14 @@ class NODE_MT_category_shader_input(bpy_types.Menu, bpy_types._GenericUI):
1023
1023
  :param props_default: Properties to assign to each operator.
1024
1024
  :type props_default: dict
1025
1025
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1026
- :type prop_filepath: str
1026
+ :type prop_filepath: str | None
1027
1027
  :param filter_ext: Optional callback that takes the file extensions.
1028
1028
 
1029
1029
  Returning false excludes the file from the list.
1030
- :type filter_ext: typing.Callable
1030
+ :type filter_ext: collections.abc.Callable | None
1031
1031
  :param filter_path:
1032
1032
  :param display_name: Optional callback that takes the full path, returns the name to display.
1033
- :type display_name: typing.Callable
1033
+ :type display_name: collections.abc.Callable | None
1034
1034
  :param add_operator:
1035
1035
  :param add_operator_props:
1036
1036
  """
@@ -1278,10 +1278,10 @@ class NODE_MT_category_shader_output(bpy_types.Menu, bpy_types._GenericUI):
1278
1278
  searchpaths: list[str],
1279
1279
  operator: str,
1280
1280
  props_default: dict = None,
1281
- prop_filepath: str = "filepath",
1282
- filter_ext: typing.Callable = None,
1281
+ prop_filepath: str | None = "filepath",
1282
+ filter_ext: collections.abc.Callable | None = None,
1283
1283
  filter_path=None,
1284
- display_name: typing.Callable = None,
1284
+ display_name: collections.abc.Callable | None = None,
1285
1285
  add_operator=None,
1286
1286
  add_operator_props=None,
1287
1287
  ):
@@ -1294,14 +1294,14 @@ class NODE_MT_category_shader_output(bpy_types.Menu, bpy_types._GenericUI):
1294
1294
  :param props_default: Properties to assign to each operator.
1295
1295
  :type props_default: dict
1296
1296
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1297
- :type prop_filepath: str
1297
+ :type prop_filepath: str | None
1298
1298
  :param filter_ext: Optional callback that takes the file extensions.
1299
1299
 
1300
1300
  Returning false excludes the file from the list.
1301
- :type filter_ext: typing.Callable
1301
+ :type filter_ext: collections.abc.Callable | None
1302
1302
  :param filter_path:
1303
1303
  :param display_name: Optional callback that takes the full path, returns the name to display.
1304
- :type display_name: typing.Callable
1304
+ :type display_name: collections.abc.Callable | None
1305
1305
  :param add_operator:
1306
1306
  :param add_operator_props:
1307
1307
  """
@@ -1549,10 +1549,10 @@ class NODE_MT_category_shader_script(bpy_types.Menu, bpy_types._GenericUI):
1549
1549
  searchpaths: list[str],
1550
1550
  operator: str,
1551
1551
  props_default: dict = None,
1552
- prop_filepath: str = "filepath",
1553
- filter_ext: typing.Callable = None,
1552
+ prop_filepath: str | None = "filepath",
1553
+ filter_ext: collections.abc.Callable | None = None,
1554
1554
  filter_path=None,
1555
- display_name: typing.Callable = None,
1555
+ display_name: collections.abc.Callable | None = None,
1556
1556
  add_operator=None,
1557
1557
  add_operator_props=None,
1558
1558
  ):
@@ -1565,14 +1565,14 @@ class NODE_MT_category_shader_script(bpy_types.Menu, bpy_types._GenericUI):
1565
1565
  :param props_default: Properties to assign to each operator.
1566
1566
  :type props_default: dict
1567
1567
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1568
- :type prop_filepath: str
1568
+ :type prop_filepath: str | None
1569
1569
  :param filter_ext: Optional callback that takes the file extensions.
1570
1570
 
1571
1571
  Returning false excludes the file from the list.
1572
- :type filter_ext: typing.Callable
1572
+ :type filter_ext: collections.abc.Callable | None
1573
1573
  :param filter_path:
1574
1574
  :param display_name: Optional callback that takes the full path, returns the name to display.
1575
- :type display_name: typing.Callable
1575
+ :type display_name: collections.abc.Callable | None
1576
1576
  :param add_operator:
1577
1577
  :param add_operator_props:
1578
1578
  """
@@ -1820,10 +1820,10 @@ class NODE_MT_category_shader_shader(bpy_types.Menu, bpy_types._GenericUI):
1820
1820
  searchpaths: list[str],
1821
1821
  operator: str,
1822
1822
  props_default: dict = None,
1823
- prop_filepath: str = "filepath",
1824
- filter_ext: typing.Callable = None,
1823
+ prop_filepath: str | None = "filepath",
1824
+ filter_ext: collections.abc.Callable | None = None,
1825
1825
  filter_path=None,
1826
- display_name: typing.Callable = None,
1826
+ display_name: collections.abc.Callable | None = None,
1827
1827
  add_operator=None,
1828
1828
  add_operator_props=None,
1829
1829
  ):
@@ -1836,14 +1836,14 @@ class NODE_MT_category_shader_shader(bpy_types.Menu, bpy_types._GenericUI):
1836
1836
  :param props_default: Properties to assign to each operator.
1837
1837
  :type props_default: dict
1838
1838
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1839
- :type prop_filepath: str
1839
+ :type prop_filepath: str | None
1840
1840
  :param filter_ext: Optional callback that takes the file extensions.
1841
1841
 
1842
1842
  Returning false excludes the file from the list.
1843
- :type filter_ext: typing.Callable
1843
+ :type filter_ext: collections.abc.Callable | None
1844
1844
  :param filter_path:
1845
1845
  :param display_name: Optional callback that takes the full path, returns the name to display.
1846
- :type display_name: typing.Callable
1846
+ :type display_name: collections.abc.Callable | None
1847
1847
  :param add_operator:
1848
1848
  :param add_operator_props:
1849
1849
  """
@@ -2091,10 +2091,10 @@ class NODE_MT_category_shader_texture(bpy_types.Menu, bpy_types._GenericUI):
2091
2091
  searchpaths: list[str],
2092
2092
  operator: str,
2093
2093
  props_default: dict = None,
2094
- prop_filepath: str = "filepath",
2095
- filter_ext: typing.Callable = None,
2094
+ prop_filepath: str | None = "filepath",
2095
+ filter_ext: collections.abc.Callable | None = None,
2096
2096
  filter_path=None,
2097
- display_name: typing.Callable = None,
2097
+ display_name: collections.abc.Callable | None = None,
2098
2098
  add_operator=None,
2099
2099
  add_operator_props=None,
2100
2100
  ):
@@ -2107,14 +2107,14 @@ class NODE_MT_category_shader_texture(bpy_types.Menu, bpy_types._GenericUI):
2107
2107
  :param props_default: Properties to assign to each operator.
2108
2108
  :type props_default: dict
2109
2109
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
2110
- :type prop_filepath: str
2110
+ :type prop_filepath: str | None
2111
2111
  :param filter_ext: Optional callback that takes the file extensions.
2112
2112
 
2113
2113
  Returning false excludes the file from the list.
2114
- :type filter_ext: typing.Callable
2114
+ :type filter_ext: collections.abc.Callable | None
2115
2115
  :param filter_path:
2116
2116
  :param display_name: Optional callback that takes the full path, returns the name to display.
2117
- :type display_name: typing.Callable
2117
+ :type display_name: collections.abc.Callable | None
2118
2118
  :param add_operator:
2119
2119
  :param add_operator_props:
2120
2120
  """
@@ -2362,10 +2362,10 @@ class NODE_MT_category_shader_vector(bpy_types.Menu, bpy_types._GenericUI):
2362
2362
  searchpaths: list[str],
2363
2363
  operator: str,
2364
2364
  props_default: dict = None,
2365
- prop_filepath: str = "filepath",
2366
- filter_ext: typing.Callable = None,
2365
+ prop_filepath: str | None = "filepath",
2366
+ filter_ext: collections.abc.Callable | None = None,
2367
2367
  filter_path=None,
2368
- display_name: typing.Callable = None,
2368
+ display_name: collections.abc.Callable | None = None,
2369
2369
  add_operator=None,
2370
2370
  add_operator_props=None,
2371
2371
  ):
@@ -2378,14 +2378,14 @@ class NODE_MT_category_shader_vector(bpy_types.Menu, bpy_types._GenericUI):
2378
2378
  :param props_default: Properties to assign to each operator.
2379
2379
  :type props_default: dict
2380
2380
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
2381
- :type prop_filepath: str
2381
+ :type prop_filepath: str | None
2382
2382
  :param filter_ext: Optional callback that takes the file extensions.
2383
2383
 
2384
2384
  Returning false excludes the file from the list.
2385
- :type filter_ext: typing.Callable
2385
+ :type filter_ext: collections.abc.Callable | None
2386
2386
  :param filter_path:
2387
2387
  :param display_name: Optional callback that takes the full path, returns the name to display.
2388
- :type display_name: typing.Callable
2388
+ :type display_name: collections.abc.Callable | None
2389
2389
  :param add_operator:
2390
2390
  :param add_operator_props:
2391
2391
  """
@@ -2633,10 +2633,10 @@ class NODE_MT_shader_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
2633
2633
  searchpaths: list[str],
2634
2634
  operator: str,
2635
2635
  props_default: dict = None,
2636
- prop_filepath: str = "filepath",
2637
- filter_ext: typing.Callable = None,
2636
+ prop_filepath: str | None = "filepath",
2637
+ filter_ext: collections.abc.Callable | None = None,
2638
2638
  filter_path=None,
2639
- display_name: typing.Callable = None,
2639
+ display_name: collections.abc.Callable | None = None,
2640
2640
  add_operator=None,
2641
2641
  add_operator_props=None,
2642
2642
  ):
@@ -2649,14 +2649,14 @@ class NODE_MT_shader_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
2649
2649
  :param props_default: Properties to assign to each operator.
2650
2650
  :type props_default: dict
2651
2651
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
2652
- :type prop_filepath: str
2652
+ :type prop_filepath: str | None
2653
2653
  :param filter_ext: Optional callback that takes the file extensions.
2654
2654
 
2655
2655
  Returning false excludes the file from the list.
2656
- :type filter_ext: typing.Callable
2656
+ :type filter_ext: collections.abc.Callable | None
2657
2657
  :param filter_path:
2658
2658
  :param display_name: Optional callback that takes the full path, returns the name to display.
2659
- :type display_name: typing.Callable
2659
+ :type display_name: collections.abc.Callable | None
2660
2660
  :param add_operator:
2661
2661
  :param add_operator_props:
2662
2662
  """
@@ -194,10 +194,10 @@ class NODE_MT_category_texture_color(bpy_types.Menu, bpy_types._GenericUI):
194
194
  searchpaths: list[str],
195
195
  operator: str,
196
196
  props_default: dict = None,
197
- prop_filepath: str = "filepath",
198
- filter_ext: typing.Callable = None,
197
+ prop_filepath: str | None = "filepath",
198
+ filter_ext: collections.abc.Callable | None = None,
199
199
  filter_path=None,
200
- display_name: typing.Callable = None,
200
+ display_name: collections.abc.Callable | None = None,
201
201
  add_operator=None,
202
202
  add_operator_props=None,
203
203
  ):
@@ -210,14 +210,14 @@ class NODE_MT_category_texture_color(bpy_types.Menu, bpy_types._GenericUI):
210
210
  :param props_default: Properties to assign to each operator.
211
211
  :type props_default: dict
212
212
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
213
- :type prop_filepath: str
213
+ :type prop_filepath: str | None
214
214
  :param filter_ext: Optional callback that takes the file extensions.
215
215
 
216
216
  Returning false excludes the file from the list.
217
- :type filter_ext: typing.Callable
217
+ :type filter_ext: collections.abc.Callable | None
218
218
  :param filter_path:
219
219
  :param display_name: Optional callback that takes the full path, returns the name to display.
220
- :type display_name: typing.Callable
220
+ :type display_name: collections.abc.Callable | None
221
221
  :param add_operator:
222
222
  :param add_operator_props:
223
223
  """
@@ -465,10 +465,10 @@ class NODE_MT_category_texture_converter(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 NODE_MT_category_texture_converter(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
  """
@@ -736,10 +736,10 @@ class NODE_MT_category_texture_distort(bpy_types.Menu, bpy_types._GenericUI):
736
736
  searchpaths: list[str],
737
737
  operator: str,
738
738
  props_default: dict = None,
739
- prop_filepath: str = "filepath",
740
- filter_ext: typing.Callable = None,
739
+ prop_filepath: str | None = "filepath",
740
+ filter_ext: collections.abc.Callable | None = None,
741
741
  filter_path=None,
742
- display_name: typing.Callable = None,
742
+ display_name: collections.abc.Callable | None = None,
743
743
  add_operator=None,
744
744
  add_operator_props=None,
745
745
  ):
@@ -752,14 +752,14 @@ class NODE_MT_category_texture_distort(bpy_types.Menu, bpy_types._GenericUI):
752
752
  :param props_default: Properties to assign to each operator.
753
753
  :type props_default: dict
754
754
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
755
- :type prop_filepath: str
755
+ :type prop_filepath: str | None
756
756
  :param filter_ext: Optional callback that takes the file extensions.
757
757
 
758
758
  Returning false excludes the file from the list.
759
- :type filter_ext: typing.Callable
759
+ :type filter_ext: collections.abc.Callable | None
760
760
  :param filter_path:
761
761
  :param display_name: Optional callback that takes the full path, returns the name to display.
762
- :type display_name: typing.Callable
762
+ :type display_name: collections.abc.Callable | None
763
763
  :param add_operator:
764
764
  :param add_operator_props:
765
765
  """
@@ -1007,10 +1007,10 @@ class NODE_MT_category_texture_group(bpy_types.Menu, bpy_types._GenericUI):
1007
1007
  searchpaths: list[str],
1008
1008
  operator: str,
1009
1009
  props_default: dict = None,
1010
- prop_filepath: str = "filepath",
1011
- filter_ext: typing.Callable = None,
1010
+ prop_filepath: str | None = "filepath",
1011
+ filter_ext: collections.abc.Callable | None = None,
1012
1012
  filter_path=None,
1013
- display_name: typing.Callable = None,
1013
+ display_name: collections.abc.Callable | None = None,
1014
1014
  add_operator=None,
1015
1015
  add_operator_props=None,
1016
1016
  ):
@@ -1023,14 +1023,14 @@ class NODE_MT_category_texture_group(bpy_types.Menu, bpy_types._GenericUI):
1023
1023
  :param props_default: Properties to assign to each operator.
1024
1024
  :type props_default: dict
1025
1025
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1026
- :type prop_filepath: str
1026
+ :type prop_filepath: str | None
1027
1027
  :param filter_ext: Optional callback that takes the file extensions.
1028
1028
 
1029
1029
  Returning false excludes the file from the list.
1030
- :type filter_ext: typing.Callable
1030
+ :type filter_ext: collections.abc.Callable | None
1031
1031
  :param filter_path:
1032
1032
  :param display_name: Optional callback that takes the full path, returns the name to display.
1033
- :type display_name: typing.Callable
1033
+ :type display_name: collections.abc.Callable | None
1034
1034
  :param add_operator:
1035
1035
  :param add_operator_props:
1036
1036
  """
@@ -1278,10 +1278,10 @@ class NODE_MT_category_texture_input(bpy_types.Menu, bpy_types._GenericUI):
1278
1278
  searchpaths: list[str],
1279
1279
  operator: str,
1280
1280
  props_default: dict = None,
1281
- prop_filepath: str = "filepath",
1282
- filter_ext: typing.Callable = None,
1281
+ prop_filepath: str | None = "filepath",
1282
+ filter_ext: collections.abc.Callable | None = None,
1283
1283
  filter_path=None,
1284
- display_name: typing.Callable = None,
1284
+ display_name: collections.abc.Callable | None = None,
1285
1285
  add_operator=None,
1286
1286
  add_operator_props=None,
1287
1287
  ):
@@ -1294,14 +1294,14 @@ class NODE_MT_category_texture_input(bpy_types.Menu, bpy_types._GenericUI):
1294
1294
  :param props_default: Properties to assign to each operator.
1295
1295
  :type props_default: dict
1296
1296
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1297
- :type prop_filepath: str
1297
+ :type prop_filepath: str | None
1298
1298
  :param filter_ext: Optional callback that takes the file extensions.
1299
1299
 
1300
1300
  Returning false excludes the file from the list.
1301
- :type filter_ext: typing.Callable
1301
+ :type filter_ext: collections.abc.Callable | None
1302
1302
  :param filter_path:
1303
1303
  :param display_name: Optional callback that takes the full path, returns the name to display.
1304
- :type display_name: typing.Callable
1304
+ :type display_name: collections.abc.Callable | None
1305
1305
  :param add_operator:
1306
1306
  :param add_operator_props:
1307
1307
  """
@@ -1549,10 +1549,10 @@ class NODE_MT_category_texture_output(bpy_types.Menu, bpy_types._GenericUI):
1549
1549
  searchpaths: list[str],
1550
1550
  operator: str,
1551
1551
  props_default: dict = None,
1552
- prop_filepath: str = "filepath",
1553
- filter_ext: typing.Callable = None,
1552
+ prop_filepath: str | None = "filepath",
1553
+ filter_ext: collections.abc.Callable | None = None,
1554
1554
  filter_path=None,
1555
- display_name: typing.Callable = None,
1555
+ display_name: collections.abc.Callable | None = None,
1556
1556
  add_operator=None,
1557
1557
  add_operator_props=None,
1558
1558
  ):
@@ -1565,14 +1565,14 @@ class NODE_MT_category_texture_output(bpy_types.Menu, bpy_types._GenericUI):
1565
1565
  :param props_default: Properties to assign to each operator.
1566
1566
  :type props_default: dict
1567
1567
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1568
- :type prop_filepath: str
1568
+ :type prop_filepath: str | None
1569
1569
  :param filter_ext: Optional callback that takes the file extensions.
1570
1570
 
1571
1571
  Returning false excludes the file from the list.
1572
- :type filter_ext: typing.Callable
1572
+ :type filter_ext: collections.abc.Callable | None
1573
1573
  :param filter_path:
1574
1574
  :param display_name: Optional callback that takes the full path, returns the name to display.
1575
- :type display_name: typing.Callable
1575
+ :type display_name: collections.abc.Callable | None
1576
1576
  :param add_operator:
1577
1577
  :param add_operator_props:
1578
1578
  """
@@ -1820,10 +1820,10 @@ class NODE_MT_category_texture_pattern(bpy_types.Menu, bpy_types._GenericUI):
1820
1820
  searchpaths: list[str],
1821
1821
  operator: str,
1822
1822
  props_default: dict = None,
1823
- prop_filepath: str = "filepath",
1824
- filter_ext: typing.Callable = None,
1823
+ prop_filepath: str | None = "filepath",
1824
+ filter_ext: collections.abc.Callable | None = None,
1825
1825
  filter_path=None,
1826
- display_name: typing.Callable = None,
1826
+ display_name: collections.abc.Callable | None = None,
1827
1827
  add_operator=None,
1828
1828
  add_operator_props=None,
1829
1829
  ):
@@ -1836,14 +1836,14 @@ class NODE_MT_category_texture_pattern(bpy_types.Menu, bpy_types._GenericUI):
1836
1836
  :param props_default: Properties to assign to each operator.
1837
1837
  :type props_default: dict
1838
1838
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1839
- :type prop_filepath: str
1839
+ :type prop_filepath: str | None
1840
1840
  :param filter_ext: Optional callback that takes the file extensions.
1841
1841
 
1842
1842
  Returning false excludes the file from the list.
1843
- :type filter_ext: typing.Callable
1843
+ :type filter_ext: collections.abc.Callable | None
1844
1844
  :param filter_path:
1845
1845
  :param display_name: Optional callback that takes the full path, returns the name to display.
1846
- :type display_name: typing.Callable
1846
+ :type display_name: collections.abc.Callable | None
1847
1847
  :param add_operator:
1848
1848
  :param add_operator_props:
1849
1849
  """
@@ -2091,10 +2091,10 @@ class NODE_MT_category_texture_texture(bpy_types.Menu, bpy_types._GenericUI):
2091
2091
  searchpaths: list[str],
2092
2092
  operator: str,
2093
2093
  props_default: dict = None,
2094
- prop_filepath: str = "filepath",
2095
- filter_ext: typing.Callable = None,
2094
+ prop_filepath: str | None = "filepath",
2095
+ filter_ext: collections.abc.Callable | None = None,
2096
2096
  filter_path=None,
2097
- display_name: typing.Callable = None,
2097
+ display_name: collections.abc.Callable | None = None,
2098
2098
  add_operator=None,
2099
2099
  add_operator_props=None,
2100
2100
  ):
@@ -2107,14 +2107,14 @@ class NODE_MT_category_texture_texture(bpy_types.Menu, bpy_types._GenericUI):
2107
2107
  :param props_default: Properties to assign to each operator.
2108
2108
  :type props_default: dict
2109
2109
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
2110
- :type prop_filepath: str
2110
+ :type prop_filepath: str | None
2111
2111
  :param filter_ext: Optional callback that takes the file extensions.
2112
2112
 
2113
2113
  Returning false excludes the file from the list.
2114
- :type filter_ext: typing.Callable
2114
+ :type filter_ext: collections.abc.Callable | None
2115
2115
  :param filter_path:
2116
2116
  :param display_name: Optional callback that takes the full path, returns the name to display.
2117
- :type display_name: typing.Callable
2117
+ :type display_name: collections.abc.Callable | None
2118
2118
  :param add_operator:
2119
2119
  :param add_operator_props:
2120
2120
  """
@@ -2362,10 +2362,10 @@ class NODE_MT_texture_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
2362
2362
  searchpaths: list[str],
2363
2363
  operator: str,
2364
2364
  props_default: dict = None,
2365
- prop_filepath: str = "filepath",
2366
- filter_ext: typing.Callable = None,
2365
+ prop_filepath: str | None = "filepath",
2366
+ filter_ext: collections.abc.Callable | None = None,
2367
2367
  filter_path=None,
2368
- display_name: typing.Callable = None,
2368
+ display_name: collections.abc.Callable | None = None,
2369
2369
  add_operator=None,
2370
2370
  add_operator_props=None,
2371
2371
  ):
@@ -2378,14 +2378,14 @@ class NODE_MT_texture_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
2378
2378
  :param props_default: Properties to assign to each operator.
2379
2379
  :type props_default: dict
2380
2380
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
2381
- :type prop_filepath: str
2381
+ :type prop_filepath: str | None
2382
2382
  :param filter_ext: Optional callback that takes the file extensions.
2383
2383
 
2384
2384
  Returning false excludes the file from the list.
2385
- :type filter_ext: typing.Callable
2385
+ :type filter_ext: collections.abc.Callable | None
2386
2386
  :param filter_path:
2387
2387
  :param display_name: Optional callback that takes the full path, returns the name to display.
2388
- :type display_name: typing.Callable
2388
+ :type display_name: collections.abc.Callable | None
2389
2389
  :param add_operator:
2390
2390
  :param add_operator_props:
2391
2391
  """
@@ -194,10 +194,10 @@ class COLLECTION_MT_context_menu_instance_offset(bpy_types.Menu, bpy_types._Gene
194
194
  searchpaths: list[str],
195
195
  operator: str,
196
196
  props_default: dict = None,
197
- prop_filepath: str = "filepath",
198
- filter_ext: typing.Callable = None,
197
+ prop_filepath: str | None = "filepath",
198
+ filter_ext: collections.abc.Callable | None = None,
199
199
  filter_path=None,
200
- display_name: typing.Callable = None,
200
+ display_name: collections.abc.Callable | None = None,
201
201
  add_operator=None,
202
202
  add_operator_props=None,
203
203
  ):
@@ -210,14 +210,14 @@ class COLLECTION_MT_context_menu_instance_offset(bpy_types.Menu, bpy_types._Gene
210
210
  :param props_default: Properties to assign to each operator.
211
211
  :type props_default: dict
212
212
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
213
- :type prop_filepath: str
213
+ :type prop_filepath: str | None
214
214
  :param filter_ext: Optional callback that takes the file extensions.
215
215
 
216
216
  Returning false excludes the file from the list.
217
- :type filter_ext: typing.Callable
217
+ :type filter_ext: collections.abc.Callable | None
218
218
  :param filter_path:
219
219
  :param display_name: Optional callback that takes the full path, returns the name to display.
220
- :type display_name: typing.Callable
220
+ :type display_name: collections.abc.Callable | None
221
221
  :param add_operator:
222
222
  :param add_operator_props:
223
223
  """