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
@@ -194,10 +194,10 @@ class NODE_MT_category_GEO_GROUP(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_GEO_GROUP(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_GEO_OUTPUT(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_GEO_OUTPUT(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_GEO_POINT(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_GEO_POINT(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_GEO_TEXT(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_GEO_TEXT(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_GEO_TEXTURE(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_GEO_TEXTURE(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_GEO_UTILITIES(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_GEO_UTILITIES(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_GEO_UTILITIES_DEPRECATED(bpy_types.Menu, bpy_types._Gener
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_GEO_UTILITIES_DEPRECATED(bpy_types.Menu, bpy_types._Gener
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_GEO_UTILITIES_FIELD(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_GEO_UTILITIES_FIELD(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_GEO_UTILITIES_MATH(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_GEO_UTILITIES_MATH(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_category_GEO_UTILITIES_ROTATION(bpy_types.Menu, bpy_types._Generic
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_category_GEO_UTILITIES_ROTATION(bpy_types.Menu, bpy_types._Generic
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
  """
@@ -2904,10 +2904,10 @@ class NODE_MT_category_GEO_UV(bpy_types.Menu, bpy_types._GenericUI):
2904
2904
  searchpaths: list[str],
2905
2905
  operator: str,
2906
2906
  props_default: dict = None,
2907
- prop_filepath: str = "filepath",
2908
- filter_ext: typing.Callable = None,
2907
+ prop_filepath: str | None = "filepath",
2908
+ filter_ext: collections.abc.Callable | None = None,
2909
2909
  filter_path=None,
2910
- display_name: typing.Callable = None,
2910
+ display_name: collections.abc.Callable | None = None,
2911
2911
  add_operator=None,
2912
2912
  add_operator_props=None,
2913
2913
  ):
@@ -2920,14 +2920,14 @@ class NODE_MT_category_GEO_UV(bpy_types.Menu, bpy_types._GenericUI):
2920
2920
  :param props_default: Properties to assign to each operator.
2921
2921
  :type props_default: dict
2922
2922
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
2923
- :type prop_filepath: str
2923
+ :type prop_filepath: str | None
2924
2924
  :param filter_ext: Optional callback that takes the file extensions.
2925
2925
 
2926
2926
  Returning false excludes the file from the list.
2927
- :type filter_ext: typing.Callable
2927
+ :type filter_ext: collections.abc.Callable | None
2928
2928
  :param filter_path:
2929
2929
  :param display_name: Optional callback that takes the full path, returns the name to display.
2930
- :type display_name: typing.Callable
2930
+ :type display_name: collections.abc.Callable | None
2931
2931
  :param add_operator:
2932
2932
  :param add_operator_props:
2933
2933
  """
@@ -3175,10 +3175,10 @@ class NODE_MT_category_GEO_VECTOR(bpy_types.Menu, bpy_types._GenericUI):
3175
3175
  searchpaths: list[str],
3176
3176
  operator: str,
3177
3177
  props_default: dict = None,
3178
- prop_filepath: str = "filepath",
3179
- filter_ext: typing.Callable = None,
3178
+ prop_filepath: str | None = "filepath",
3179
+ filter_ext: collections.abc.Callable | None = None,
3180
3180
  filter_path=None,
3181
- display_name: typing.Callable = None,
3181
+ display_name: collections.abc.Callable | None = None,
3182
3182
  add_operator=None,
3183
3183
  add_operator_props=None,
3184
3184
  ):
@@ -3191,14 +3191,14 @@ class NODE_MT_category_GEO_VECTOR(bpy_types.Menu, bpy_types._GenericUI):
3191
3191
  :param props_default: Properties to assign to each operator.
3192
3192
  :type props_default: dict
3193
3193
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
3194
- :type prop_filepath: str
3194
+ :type prop_filepath: str | None
3195
3195
  :param filter_ext: Optional callback that takes the file extensions.
3196
3196
 
3197
3197
  Returning false excludes the file from the list.
3198
- :type filter_ext: typing.Callable
3198
+ :type filter_ext: collections.abc.Callable | None
3199
3199
  :param filter_path:
3200
3200
  :param display_name: Optional callback that takes the full path, returns the name to display.
3201
- :type display_name: typing.Callable
3201
+ :type display_name: collections.abc.Callable | None
3202
3202
  :param add_operator:
3203
3203
  :param add_operator_props:
3204
3204
  """
@@ -3447,10 +3447,10 @@ class NODE_MT_category_GEO_VOLUME(bpy_types.Menu, bpy_types._GenericUI):
3447
3447
  searchpaths: list[str],
3448
3448
  operator: str,
3449
3449
  props_default: dict = None,
3450
- prop_filepath: str = "filepath",
3451
- filter_ext: typing.Callable = None,
3450
+ prop_filepath: str | None = "filepath",
3451
+ filter_ext: collections.abc.Callable | None = None,
3452
3452
  filter_path=None,
3453
- display_name: typing.Callable = None,
3453
+ display_name: collections.abc.Callable | None = None,
3454
3454
  add_operator=None,
3455
3455
  add_operator_props=None,
3456
3456
  ):
@@ -3463,14 +3463,14 @@ class NODE_MT_category_GEO_VOLUME(bpy_types.Menu, bpy_types._GenericUI):
3463
3463
  :param props_default: Properties to assign to each operator.
3464
3464
  :type props_default: dict
3465
3465
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
3466
- :type prop_filepath: str
3466
+ :type prop_filepath: str | None
3467
3467
  :param filter_ext: Optional callback that takes the file extensions.
3468
3468
 
3469
3469
  Returning false excludes the file from the list.
3470
- :type filter_ext: typing.Callable
3470
+ :type filter_ext: collections.abc.Callable | None
3471
3471
  :param filter_path:
3472
3472
  :param display_name: Optional callback that takes the full path, returns the name to display.
3473
- :type display_name: typing.Callable
3473
+ :type display_name: collections.abc.Callable | None
3474
3474
  :param add_operator:
3475
3475
  :param add_operator_props:
3476
3476
  """
@@ -3718,10 +3718,10 @@ class NODE_MT_category_PRIMITIVES_MESH(bpy_types.Menu, bpy_types._GenericUI):
3718
3718
  searchpaths: list[str],
3719
3719
  operator: str,
3720
3720
  props_default: dict = None,
3721
- prop_filepath: str = "filepath",
3722
- filter_ext: typing.Callable = None,
3721
+ prop_filepath: str | None = "filepath",
3722
+ filter_ext: collections.abc.Callable | None = None,
3723
3723
  filter_path=None,
3724
- display_name: typing.Callable = None,
3724
+ display_name: collections.abc.Callable | None = None,
3725
3725
  add_operator=None,
3726
3726
  add_operator_props=None,
3727
3727
  ):
@@ -3734,14 +3734,14 @@ class NODE_MT_category_PRIMITIVES_MESH(bpy_types.Menu, bpy_types._GenericUI):
3734
3734
  :param props_default: Properties to assign to each operator.
3735
3735
  :type props_default: dict
3736
3736
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
3737
- :type prop_filepath: str
3737
+ :type prop_filepath: str | None
3738
3738
  :param filter_ext: Optional callback that takes the file extensions.
3739
3739
 
3740
3740
  Returning false excludes the file from the list.
3741
- :type filter_ext: typing.Callable
3741
+ :type filter_ext: collections.abc.Callable | None
3742
3742
  :param filter_path:
3743
3743
  :param display_name: Optional callback that takes the full path, returns the name to display.
3744
- :type display_name: typing.Callable
3744
+ :type display_name: collections.abc.Callable | None
3745
3745
  :param add_operator:
3746
3746
  :param add_operator_props:
3747
3747
  """
@@ -3989,10 +3989,10 @@ class NODE_MT_category_simulation(bpy_types.Menu, bpy_types._GenericUI):
3989
3989
  searchpaths: list[str],
3990
3990
  operator: str,
3991
3991
  props_default: dict = None,
3992
- prop_filepath: str = "filepath",
3993
- filter_ext: typing.Callable = None,
3992
+ prop_filepath: str | None = "filepath",
3993
+ filter_ext: collections.abc.Callable | None = None,
3994
3994
  filter_path=None,
3995
- display_name: typing.Callable = None,
3995
+ display_name: collections.abc.Callable | None = None,
3996
3996
  add_operator=None,
3997
3997
  add_operator_props=None,
3998
3998
  ):
@@ -4005,14 +4005,14 @@ class NODE_MT_category_simulation(bpy_types.Menu, bpy_types._GenericUI):
4005
4005
  :param props_default: Properties to assign to each operator.
4006
4006
  :type props_default: dict
4007
4007
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
4008
- :type prop_filepath: str
4008
+ :type prop_filepath: str | None
4009
4009
  :param filter_ext: Optional callback that takes the file extensions.
4010
4010
 
4011
4011
  Returning false excludes the file from the list.
4012
- :type filter_ext: typing.Callable
4012
+ :type filter_ext: collections.abc.Callable | None
4013
4013
  :param filter_path:
4014
4014
  :param display_name: Optional callback that takes the full path, returns the name to display.
4015
- :type display_name: typing.Callable
4015
+ :type display_name: collections.abc.Callable | None
4016
4016
  :param add_operator:
4017
4017
  :param add_operator_props:
4018
4018
  """
@@ -4260,10 +4260,10 @@ class NODE_MT_category_utilities_matrix(bpy_types.Menu, bpy_types._GenericUI):
4260
4260
  searchpaths: list[str],
4261
4261
  operator: str,
4262
4262
  props_default: dict = None,
4263
- prop_filepath: str = "filepath",
4264
- filter_ext: typing.Callable = None,
4263
+ prop_filepath: str | None = "filepath",
4264
+ filter_ext: collections.abc.Callable | None = None,
4265
4265
  filter_path=None,
4266
- display_name: typing.Callable = None,
4266
+ display_name: collections.abc.Callable | None = None,
4267
4267
  add_operator=None,
4268
4268
  add_operator_props=None,
4269
4269
  ):
@@ -4276,14 +4276,14 @@ class NODE_MT_category_utilities_matrix(bpy_types.Menu, bpy_types._GenericUI):
4276
4276
  :param props_default: Properties to assign to each operator.
4277
4277
  :type props_default: dict
4278
4278
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
4279
- :type prop_filepath: str
4279
+ :type prop_filepath: str | None
4280
4280
  :param filter_ext: Optional callback that takes the file extensions.
4281
4281
 
4282
4282
  Returning false excludes the file from the list.
4283
- :type filter_ext: typing.Callable
4283
+ :type filter_ext: collections.abc.Callable | None
4284
4284
  :param filter_path:
4285
4285
  :param display_name: Optional callback that takes the full path, returns the name to display.
4286
- :type display_name: typing.Callable
4286
+ :type display_name: collections.abc.Callable | None
4287
4287
  :param add_operator:
4288
4288
  :param add_operator_props:
4289
4289
  """
@@ -4531,10 +4531,10 @@ class NODE_MT_geometry_node_GEO_ATTRIBUTE(bpy_types.Menu, bpy_types._GenericUI):
4531
4531
  searchpaths: list[str],
4532
4532
  operator: str,
4533
4533
  props_default: dict = None,
4534
- prop_filepath: str = "filepath",
4535
- filter_ext: typing.Callable = None,
4534
+ prop_filepath: str | None = "filepath",
4535
+ filter_ext: collections.abc.Callable | None = None,
4536
4536
  filter_path=None,
4537
- display_name: typing.Callable = None,
4537
+ display_name: collections.abc.Callable | None = None,
4538
4538
  add_operator=None,
4539
4539
  add_operator_props=None,
4540
4540
  ):
@@ -4547,14 +4547,14 @@ class NODE_MT_geometry_node_GEO_ATTRIBUTE(bpy_types.Menu, bpy_types._GenericUI):
4547
4547
  :param props_default: Properties to assign to each operator.
4548
4548
  :type props_default: dict
4549
4549
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
4550
- :type prop_filepath: str
4550
+ :type prop_filepath: str | None
4551
4551
  :param filter_ext: Optional callback that takes the file extensions.
4552
4552
 
4553
4553
  Returning false excludes the file from the list.
4554
- :type filter_ext: typing.Callable
4554
+ :type filter_ext: collections.abc.Callable | None
4555
4555
  :param filter_path:
4556
4556
  :param display_name: Optional callback that takes the full path, returns the name to display.
4557
- :type display_name: typing.Callable
4557
+ :type display_name: collections.abc.Callable | None
4558
4558
  :param add_operator:
4559
4559
  :param add_operator_props:
4560
4560
  """
@@ -4802,10 +4802,10 @@ class NODE_MT_geometry_node_GEO_COLOR(bpy_types.Menu, bpy_types._GenericUI):
4802
4802
  searchpaths: list[str],
4803
4803
  operator: str,
4804
4804
  props_default: dict = None,
4805
- prop_filepath: str = "filepath",
4806
- filter_ext: typing.Callable = None,
4805
+ prop_filepath: str | None = "filepath",
4806
+ filter_ext: collections.abc.Callable | None = None,
4807
4807
  filter_path=None,
4808
- display_name: typing.Callable = None,
4808
+ display_name: collections.abc.Callable | None = None,
4809
4809
  add_operator=None,
4810
4810
  add_operator_props=None,
4811
4811
  ):
@@ -4818,14 +4818,14 @@ class NODE_MT_geometry_node_GEO_COLOR(bpy_types.Menu, bpy_types._GenericUI):
4818
4818
  :param props_default: Properties to assign to each operator.
4819
4819
  :type props_default: dict
4820
4820
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
4821
- :type prop_filepath: str
4821
+ :type prop_filepath: str | None
4822
4822
  :param filter_ext: Optional callback that takes the file extensions.
4823
4823
 
4824
4824
  Returning false excludes the file from the list.
4825
- :type filter_ext: typing.Callable
4825
+ :type filter_ext: collections.abc.Callable | None
4826
4826
  :param filter_path:
4827
4827
  :param display_name: Optional callback that takes the full path, returns the name to display.
4828
- :type display_name: typing.Callable
4828
+ :type display_name: collections.abc.Callable | None
4829
4829
  :param add_operator:
4830
4830
  :param add_operator_props:
4831
4831
  """
@@ -5073,10 +5073,10 @@ class NODE_MT_geometry_node_GEO_CURVE(bpy_types.Menu, bpy_types._GenericUI):
5073
5073
  searchpaths: list[str],
5074
5074
  operator: str,
5075
5075
  props_default: dict = None,
5076
- prop_filepath: str = "filepath",
5077
- filter_ext: typing.Callable = None,
5076
+ prop_filepath: str | None = "filepath",
5077
+ filter_ext: collections.abc.Callable | None = None,
5078
5078
  filter_path=None,
5079
- display_name: typing.Callable = None,
5079
+ display_name: collections.abc.Callable | None = None,
5080
5080
  add_operator=None,
5081
5081
  add_operator_props=None,
5082
5082
  ):
@@ -5089,14 +5089,14 @@ class NODE_MT_geometry_node_GEO_CURVE(bpy_types.Menu, bpy_types._GenericUI):
5089
5089
  :param props_default: Properties to assign to each operator.
5090
5090
  :type props_default: dict
5091
5091
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
5092
- :type prop_filepath: str
5092
+ :type prop_filepath: str | None
5093
5093
  :param filter_ext: Optional callback that takes the file extensions.
5094
5094
 
5095
5095
  Returning false excludes the file from the list.
5096
- :type filter_ext: typing.Callable
5096
+ :type filter_ext: collections.abc.Callable | None
5097
5097
  :param filter_path:
5098
5098
  :param display_name: Optional callback that takes the full path, returns the name to display.
5099
- :type display_name: typing.Callable
5099
+ :type display_name: collections.abc.Callable | None
5100
5100
  :param add_operator:
5101
5101
  :param add_operator_props:
5102
5102
  """
@@ -5344,10 +5344,10 @@ class NODE_MT_geometry_node_GEO_CURVE_OPERATIONS(bpy_types.Menu, bpy_types._Gene
5344
5344
  searchpaths: list[str],
5345
5345
  operator: str,
5346
5346
  props_default: dict = None,
5347
- prop_filepath: str = "filepath",
5348
- filter_ext: typing.Callable = None,
5347
+ prop_filepath: str | None = "filepath",
5348
+ filter_ext: collections.abc.Callable | None = None,
5349
5349
  filter_path=None,
5350
- display_name: typing.Callable = None,
5350
+ display_name: collections.abc.Callable | None = None,
5351
5351
  add_operator=None,
5352
5352
  add_operator_props=None,
5353
5353
  ):
@@ -5360,14 +5360,14 @@ class NODE_MT_geometry_node_GEO_CURVE_OPERATIONS(bpy_types.Menu, bpy_types._Gene
5360
5360
  :param props_default: Properties to assign to each operator.
5361
5361
  :type props_default: dict
5362
5362
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
5363
- :type prop_filepath: str
5363
+ :type prop_filepath: str | None
5364
5364
  :param filter_ext: Optional callback that takes the file extensions.
5365
5365
 
5366
5366
  Returning false excludes the file from the list.
5367
- :type filter_ext: typing.Callable
5367
+ :type filter_ext: collections.abc.Callable | None
5368
5368
  :param filter_path:
5369
5369
  :param display_name: Optional callback that takes the full path, returns the name to display.
5370
- :type display_name: typing.Callable
5370
+ :type display_name: collections.abc.Callable | None
5371
5371
  :param add_operator:
5372
5372
  :param add_operator_props:
5373
5373
  """
@@ -5615,10 +5615,10 @@ class NODE_MT_geometry_node_GEO_CURVE_READ(bpy_types.Menu, bpy_types._GenericUI)
5615
5615
  searchpaths: list[str],
5616
5616
  operator: str,
5617
5617
  props_default: dict = None,
5618
- prop_filepath: str = "filepath",
5619
- filter_ext: typing.Callable = None,
5618
+ prop_filepath: str | None = "filepath",
5619
+ filter_ext: collections.abc.Callable | None = None,
5620
5620
  filter_path=None,
5621
- display_name: typing.Callable = None,
5621
+ display_name: collections.abc.Callable | None = None,
5622
5622
  add_operator=None,
5623
5623
  add_operator_props=None,
5624
5624
  ):
@@ -5631,14 +5631,14 @@ class NODE_MT_geometry_node_GEO_CURVE_READ(bpy_types.Menu, bpy_types._GenericUI)
5631
5631
  :param props_default: Properties to assign to each operator.
5632
5632
  :type props_default: dict
5633
5633
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
5634
- :type prop_filepath: str
5634
+ :type prop_filepath: str | None
5635
5635
  :param filter_ext: Optional callback that takes the file extensions.
5636
5636
 
5637
5637
  Returning false excludes the file from the list.
5638
- :type filter_ext: typing.Callable
5638
+ :type filter_ext: collections.abc.Callable | None
5639
5639
  :param filter_path:
5640
5640
  :param display_name: Optional callback that takes the full path, returns the name to display.
5641
- :type display_name: typing.Callable
5641
+ :type display_name: collections.abc.Callable | None
5642
5642
  :param add_operator:
5643
5643
  :param add_operator_props:
5644
5644
  """
@@ -5886,10 +5886,10 @@ class NODE_MT_geometry_node_GEO_CURVE_SAMPLE(bpy_types.Menu, bpy_types._GenericU
5886
5886
  searchpaths: list[str],
5887
5887
  operator: str,
5888
5888
  props_default: dict = None,
5889
- prop_filepath: str = "filepath",
5890
- filter_ext: typing.Callable = None,
5889
+ prop_filepath: str | None = "filepath",
5890
+ filter_ext: collections.abc.Callable | None = None,
5891
5891
  filter_path=None,
5892
- display_name: typing.Callable = None,
5892
+ display_name: collections.abc.Callable | None = None,
5893
5893
  add_operator=None,
5894
5894
  add_operator_props=None,
5895
5895
  ):
@@ -5902,14 +5902,14 @@ class NODE_MT_geometry_node_GEO_CURVE_SAMPLE(bpy_types.Menu, bpy_types._GenericU
5902
5902
  :param props_default: Properties to assign to each operator.
5903
5903
  :type props_default: dict
5904
5904
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
5905
- :type prop_filepath: str
5905
+ :type prop_filepath: str | None
5906
5906
  :param filter_ext: Optional callback that takes the file extensions.
5907
5907
 
5908
5908
  Returning false excludes the file from the list.
5909
- :type filter_ext: typing.Callable
5909
+ :type filter_ext: collections.abc.Callable | None
5910
5910
  :param filter_path:
5911
5911
  :param display_name: Optional callback that takes the full path, returns the name to display.
5912
- :type display_name: typing.Callable
5912
+ :type display_name: collections.abc.Callable | None
5913
5913
  :param add_operator:
5914
5914
  :param add_operator_props:
5915
5915
  """
@@ -6157,10 +6157,10 @@ class NODE_MT_geometry_node_GEO_CURVE_WRITE(bpy_types.Menu, bpy_types._GenericUI
6157
6157
  searchpaths: list[str],
6158
6158
  operator: str,
6159
6159
  props_default: dict = None,
6160
- prop_filepath: str = "filepath",
6161
- filter_ext: typing.Callable = None,
6160
+ prop_filepath: str | None = "filepath",
6161
+ filter_ext: collections.abc.Callable | None = None,
6162
6162
  filter_path=None,
6163
- display_name: typing.Callable = None,
6163
+ display_name: collections.abc.Callable | None = None,
6164
6164
  add_operator=None,
6165
6165
  add_operator_props=None,
6166
6166
  ):
@@ -6173,14 +6173,14 @@ class NODE_MT_geometry_node_GEO_CURVE_WRITE(bpy_types.Menu, bpy_types._GenericUI
6173
6173
  :param props_default: Properties to assign to each operator.
6174
6174
  :type props_default: dict
6175
6175
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
6176
- :type prop_filepath: str
6176
+ :type prop_filepath: str | None
6177
6177
  :param filter_ext: Optional callback that takes the file extensions.
6178
6178
 
6179
6179
  Returning false excludes the file from the list.
6180
- :type filter_ext: typing.Callable
6180
+ :type filter_ext: collections.abc.Callable | None
6181
6181
  :param filter_path:
6182
6182
  :param display_name: Optional callback that takes the full path, returns the name to display.
6183
- :type display_name: typing.Callable
6183
+ :type display_name: collections.abc.Callable | None
6184
6184
  :param add_operator:
6185
6185
  :param add_operator_props:
6186
6186
  """
@@ -6428,10 +6428,10 @@ class NODE_MT_geometry_node_GEO_GEOMETRY(bpy_types.Menu, bpy_types._GenericUI):
6428
6428
  searchpaths: list[str],
6429
6429
  operator: str,
6430
6430
  props_default: dict = None,
6431
- prop_filepath: str = "filepath",
6432
- filter_ext: typing.Callable = None,
6431
+ prop_filepath: str | None = "filepath",
6432
+ filter_ext: collections.abc.Callable | None = None,
6433
6433
  filter_path=None,
6434
- display_name: typing.Callable = None,
6434
+ display_name: collections.abc.Callable | None = None,
6435
6435
  add_operator=None,
6436
6436
  add_operator_props=None,
6437
6437
  ):
@@ -6444,14 +6444,14 @@ class NODE_MT_geometry_node_GEO_GEOMETRY(bpy_types.Menu, bpy_types._GenericUI):
6444
6444
  :param props_default: Properties to assign to each operator.
6445
6445
  :type props_default: dict
6446
6446
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
6447
- :type prop_filepath: str
6447
+ :type prop_filepath: str | None
6448
6448
  :param filter_ext: Optional callback that takes the file extensions.
6449
6449
 
6450
6450
  Returning false excludes the file from the list.
6451
- :type filter_ext: typing.Callable
6451
+ :type filter_ext: collections.abc.Callable | None
6452
6452
  :param filter_path:
6453
6453
  :param display_name: Optional callback that takes the full path, returns the name to display.
6454
- :type display_name: typing.Callable
6454
+ :type display_name: collections.abc.Callable | None
6455
6455
  :param add_operator:
6456
6456
  :param add_operator_props:
6457
6457
  """
@@ -6701,10 +6701,10 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_OPERATIONS(
6701
6701
  searchpaths: list[str],
6702
6702
  operator: str,
6703
6703
  props_default: dict = None,
6704
- prop_filepath: str = "filepath",
6705
- filter_ext: typing.Callable = None,
6704
+ prop_filepath: str | None = "filepath",
6705
+ filter_ext: collections.abc.Callable | None = None,
6706
6706
  filter_path=None,
6707
- display_name: typing.Callable = None,
6707
+ display_name: collections.abc.Callable | None = None,
6708
6708
  add_operator=None,
6709
6709
  add_operator_props=None,
6710
6710
  ):
@@ -6717,14 +6717,14 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_OPERATIONS(
6717
6717
  :param props_default: Properties to assign to each operator.
6718
6718
  :type props_default: dict
6719
6719
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
6720
- :type prop_filepath: str
6720
+ :type prop_filepath: str | None
6721
6721
  :param filter_ext: Optional callback that takes the file extensions.
6722
6722
 
6723
6723
  Returning false excludes the file from the list.
6724
- :type filter_ext: typing.Callable
6724
+ :type filter_ext: collections.abc.Callable | None
6725
6725
  :param filter_path:
6726
6726
  :param display_name: Optional callback that takes the full path, returns the name to display.
6727
- :type display_name: typing.Callable
6727
+ :type display_name: collections.abc.Callable | None
6728
6728
  :param add_operator:
6729
6729
  :param add_operator_props:
6730
6730
  """
@@ -6972,10 +6972,10 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_READ(bpy_types.Menu, bpy_types._Generic
6972
6972
  searchpaths: list[str],
6973
6973
  operator: str,
6974
6974
  props_default: dict = None,
6975
- prop_filepath: str = "filepath",
6976
- filter_ext: typing.Callable = None,
6975
+ prop_filepath: str | None = "filepath",
6976
+ filter_ext: collections.abc.Callable | None = None,
6977
6977
  filter_path=None,
6978
- display_name: typing.Callable = None,
6978
+ display_name: collections.abc.Callable | None = None,
6979
6979
  add_operator=None,
6980
6980
  add_operator_props=None,
6981
6981
  ):
@@ -6988,14 +6988,14 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_READ(bpy_types.Menu, bpy_types._Generic
6988
6988
  :param props_default: Properties to assign to each operator.
6989
6989
  :type props_default: dict
6990
6990
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
6991
- :type prop_filepath: str
6991
+ :type prop_filepath: str | None
6992
6992
  :param filter_ext: Optional callback that takes the file extensions.
6993
6993
 
6994
6994
  Returning false excludes the file from the list.
6995
- :type filter_ext: typing.Callable
6995
+ :type filter_ext: collections.abc.Callable | None
6996
6996
  :param filter_path:
6997
6997
  :param display_name: Optional callback that takes the full path, returns the name to display.
6998
- :type display_name: typing.Callable
6998
+ :type display_name: collections.abc.Callable | None
6999
6999
  :param add_operator:
7000
7000
  :param add_operator_props:
7001
7001
  """
@@ -7243,10 +7243,10 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_SAMPLE(bpy_types.Menu, bpy_types._Gener
7243
7243
  searchpaths: list[str],
7244
7244
  operator: str,
7245
7245
  props_default: dict = None,
7246
- prop_filepath: str = "filepath",
7247
- filter_ext: typing.Callable = None,
7246
+ prop_filepath: str | None = "filepath",
7247
+ filter_ext: collections.abc.Callable | None = None,
7248
7248
  filter_path=None,
7249
- display_name: typing.Callable = None,
7249
+ display_name: collections.abc.Callable | None = None,
7250
7250
  add_operator=None,
7251
7251
  add_operator_props=None,
7252
7252
  ):
@@ -7259,14 +7259,14 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_SAMPLE(bpy_types.Menu, bpy_types._Gener
7259
7259
  :param props_default: Properties to assign to each operator.
7260
7260
  :type props_default: dict
7261
7261
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
7262
- :type prop_filepath: str
7262
+ :type prop_filepath: str | None
7263
7263
  :param filter_ext: Optional callback that takes the file extensions.
7264
7264
 
7265
7265
  Returning false excludes the file from the list.
7266
- :type filter_ext: typing.Callable
7266
+ :type filter_ext: collections.abc.Callable | None
7267
7267
  :param filter_path:
7268
7268
  :param display_name: Optional callback that takes the full path, returns the name to display.
7269
- :type display_name: typing.Callable
7269
+ :type display_name: collections.abc.Callable | None
7270
7270
  :param add_operator:
7271
7271
  :param add_operator_props:
7272
7272
  """
@@ -7514,10 +7514,10 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_WRITE(bpy_types.Menu, bpy_types._Generi
7514
7514
  searchpaths: list[str],
7515
7515
  operator: str,
7516
7516
  props_default: dict = None,
7517
- prop_filepath: str = "filepath",
7518
- filter_ext: typing.Callable = None,
7517
+ prop_filepath: str | None = "filepath",
7518
+ filter_ext: collections.abc.Callable | None = None,
7519
7519
  filter_path=None,
7520
- display_name: typing.Callable = None,
7520
+ display_name: collections.abc.Callable | None = None,
7521
7521
  add_operator=None,
7522
7522
  add_operator_props=None,
7523
7523
  ):
@@ -7530,14 +7530,14 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_WRITE(bpy_types.Menu, bpy_types._Generi
7530
7530
  :param props_default: Properties to assign to each operator.
7531
7531
  :type props_default: dict
7532
7532
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
7533
- :type prop_filepath: str
7533
+ :type prop_filepath: str | None
7534
7534
  :param filter_ext: Optional callback that takes the file extensions.
7535
7535
 
7536
7536
  Returning false excludes the file from the list.
7537
- :type filter_ext: typing.Callable
7537
+ :type filter_ext: collections.abc.Callable | None
7538
7538
  :param filter_path:
7539
7539
  :param display_name: Optional callback that takes the full path, returns the name to display.
7540
- :type display_name: typing.Callable
7540
+ :type display_name: collections.abc.Callable | None
7541
7541
  :param add_operator:
7542
7542
  :param add_operator_props:
7543
7543
  """
@@ -7785,10 +7785,10 @@ class NODE_MT_geometry_node_GEO_INPUT(bpy_types.Menu, bpy_types._GenericUI):
7785
7785
  searchpaths: list[str],
7786
7786
  operator: str,
7787
7787
  props_default: dict = None,
7788
- prop_filepath: str = "filepath",
7789
- filter_ext: typing.Callable = None,
7788
+ prop_filepath: str | None = "filepath",
7789
+ filter_ext: collections.abc.Callable | None = None,
7790
7790
  filter_path=None,
7791
- display_name: typing.Callable = None,
7791
+ display_name: collections.abc.Callable | None = None,
7792
7792
  add_operator=None,
7793
7793
  add_operator_props=None,
7794
7794
  ):
@@ -7801,14 +7801,14 @@ class NODE_MT_geometry_node_GEO_INPUT(bpy_types.Menu, bpy_types._GenericUI):
7801
7801
  :param props_default: Properties to assign to each operator.
7802
7802
  :type props_default: dict
7803
7803
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
7804
- :type prop_filepath: str
7804
+ :type prop_filepath: str | None
7805
7805
  :param filter_ext: Optional callback that takes the file extensions.
7806
7806
 
7807
7807
  Returning false excludes the file from the list.
7808
- :type filter_ext: typing.Callable
7808
+ :type filter_ext: collections.abc.Callable | None
7809
7809
  :param filter_path:
7810
7810
  :param display_name: Optional callback that takes the full path, returns the name to display.
7811
- :type display_name: typing.Callable
7811
+ :type display_name: collections.abc.Callable | None
7812
7812
  :param add_operator:
7813
7813
  :param add_operator_props:
7814
7814
  """
@@ -8057,10 +8057,10 @@ class NODE_MT_geometry_node_GEO_INPUT_CONSTANT(bpy_types.Menu, bpy_types._Generi
8057
8057
  searchpaths: list[str],
8058
8058
  operator: str,
8059
8059
  props_default: dict = None,
8060
- prop_filepath: str = "filepath",
8061
- filter_ext: typing.Callable = None,
8060
+ prop_filepath: str | None = "filepath",
8061
+ filter_ext: collections.abc.Callable | None = None,
8062
8062
  filter_path=None,
8063
- display_name: typing.Callable = None,
8063
+ display_name: collections.abc.Callable | None = None,
8064
8064
  add_operator=None,
8065
8065
  add_operator_props=None,
8066
8066
  ):
@@ -8073,14 +8073,14 @@ class NODE_MT_geometry_node_GEO_INPUT_CONSTANT(bpy_types.Menu, bpy_types._Generi
8073
8073
  :param props_default: Properties to assign to each operator.
8074
8074
  :type props_default: dict
8075
8075
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
8076
- :type prop_filepath: str
8076
+ :type prop_filepath: str | None
8077
8077
  :param filter_ext: Optional callback that takes the file extensions.
8078
8078
 
8079
8079
  Returning false excludes the file from the list.
8080
- :type filter_ext: typing.Callable
8080
+ :type filter_ext: collections.abc.Callable | None
8081
8081
  :param filter_path:
8082
8082
  :param display_name: Optional callback that takes the full path, returns the name to display.
8083
- :type display_name: typing.Callable
8083
+ :type display_name: collections.abc.Callable | None
8084
8084
  :param add_operator:
8085
8085
  :param add_operator_props:
8086
8086
  """
@@ -8328,10 +8328,10 @@ class NODE_MT_geometry_node_GEO_INPUT_GROUP(bpy_types.Menu, bpy_types._GenericUI
8328
8328
  searchpaths: list[str],
8329
8329
  operator: str,
8330
8330
  props_default: dict = None,
8331
- prop_filepath: str = "filepath",
8332
- filter_ext: typing.Callable = None,
8331
+ prop_filepath: str | None = "filepath",
8332
+ filter_ext: collections.abc.Callable | None = None,
8333
8333
  filter_path=None,
8334
- display_name: typing.Callable = None,
8334
+ display_name: collections.abc.Callable | None = None,
8335
8335
  add_operator=None,
8336
8336
  add_operator_props=None,
8337
8337
  ):
@@ -8344,14 +8344,14 @@ class NODE_MT_geometry_node_GEO_INPUT_GROUP(bpy_types.Menu, bpy_types._GenericUI
8344
8344
  :param props_default: Properties to assign to each operator.
8345
8345
  :type props_default: dict
8346
8346
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
8347
- :type prop_filepath: str
8347
+ :type prop_filepath: str | None
8348
8348
  :param filter_ext: Optional callback that takes the file extensions.
8349
8349
 
8350
8350
  Returning false excludes the file from the list.
8351
- :type filter_ext: typing.Callable
8351
+ :type filter_ext: collections.abc.Callable | None
8352
8352
  :param filter_path:
8353
8353
  :param display_name: Optional callback that takes the full path, returns the name to display.
8354
- :type display_name: typing.Callable
8354
+ :type display_name: collections.abc.Callable | None
8355
8355
  :param add_operator:
8356
8356
  :param add_operator_props:
8357
8357
  """
@@ -8599,10 +8599,10 @@ class NODE_MT_geometry_node_GEO_INPUT_SCENE(bpy_types.Menu, bpy_types._GenericUI
8599
8599
  searchpaths: list[str],
8600
8600
  operator: str,
8601
8601
  props_default: dict = None,
8602
- prop_filepath: str = "filepath",
8603
- filter_ext: typing.Callable = None,
8602
+ prop_filepath: str | None = "filepath",
8603
+ filter_ext: collections.abc.Callable | None = None,
8604
8604
  filter_path=None,
8605
- display_name: typing.Callable = None,
8605
+ display_name: collections.abc.Callable | None = None,
8606
8606
  add_operator=None,
8607
8607
  add_operator_props=None,
8608
8608
  ):
@@ -8615,14 +8615,14 @@ class NODE_MT_geometry_node_GEO_INPUT_SCENE(bpy_types.Menu, bpy_types._GenericUI
8615
8615
  :param props_default: Properties to assign to each operator.
8616
8616
  :type props_default: dict
8617
8617
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
8618
- :type prop_filepath: str
8618
+ :type prop_filepath: str | None
8619
8619
  :param filter_ext: Optional callback that takes the file extensions.
8620
8620
 
8621
8621
  Returning false excludes the file from the list.
8622
- :type filter_ext: typing.Callable
8622
+ :type filter_ext: collections.abc.Callable | None
8623
8623
  :param filter_path:
8624
8624
  :param display_name: Optional callback that takes the full path, returns the name to display.
8625
- :type display_name: typing.Callable
8625
+ :type display_name: collections.abc.Callable | None
8626
8626
  :param add_operator:
8627
8627
  :param add_operator_props:
8628
8628
  """
@@ -8870,10 +8870,10 @@ class NODE_MT_geometry_node_GEO_INSTANCE(bpy_types.Menu, bpy_types._GenericUI):
8870
8870
  searchpaths: list[str],
8871
8871
  operator: str,
8872
8872
  props_default: dict = None,
8873
- prop_filepath: str = "filepath",
8874
- filter_ext: typing.Callable = None,
8873
+ prop_filepath: str | None = "filepath",
8874
+ filter_ext: collections.abc.Callable | None = None,
8875
8875
  filter_path=None,
8876
- display_name: typing.Callable = None,
8876
+ display_name: collections.abc.Callable | None = None,
8877
8877
  add_operator=None,
8878
8878
  add_operator_props=None,
8879
8879
  ):
@@ -8886,14 +8886,14 @@ class NODE_MT_geometry_node_GEO_INSTANCE(bpy_types.Menu, bpy_types._GenericUI):
8886
8886
  :param props_default: Properties to assign to each operator.
8887
8887
  :type props_default: dict
8888
8888
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
8889
- :type prop_filepath: str
8889
+ :type prop_filepath: str | None
8890
8890
  :param filter_ext: Optional callback that takes the file extensions.
8891
8891
 
8892
8892
  Returning false excludes the file from the list.
8893
- :type filter_ext: typing.Callable
8893
+ :type filter_ext: collections.abc.Callable | None
8894
8894
  :param filter_path:
8895
8895
  :param display_name: Optional callback that takes the full path, returns the name to display.
8896
- :type display_name: typing.Callable
8896
+ :type display_name: collections.abc.Callable | None
8897
8897
  :param add_operator:
8898
8898
  :param add_operator_props:
8899
8899
  """
@@ -9141,10 +9141,10 @@ class NODE_MT_geometry_node_GEO_MATERIAL(bpy_types.Menu, bpy_types._GenericUI):
9141
9141
  searchpaths: list[str],
9142
9142
  operator: str,
9143
9143
  props_default: dict = None,
9144
- prop_filepath: str = "filepath",
9145
- filter_ext: typing.Callable = None,
9144
+ prop_filepath: str | None = "filepath",
9145
+ filter_ext: collections.abc.Callable | None = None,
9146
9146
  filter_path=None,
9147
- display_name: typing.Callable = None,
9147
+ display_name: collections.abc.Callable | None = None,
9148
9148
  add_operator=None,
9149
9149
  add_operator_props=None,
9150
9150
  ):
@@ -9157,14 +9157,14 @@ class NODE_MT_geometry_node_GEO_MATERIAL(bpy_types.Menu, bpy_types._GenericUI):
9157
9157
  :param props_default: Properties to assign to each operator.
9158
9158
  :type props_default: dict
9159
9159
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
9160
- :type prop_filepath: str
9160
+ :type prop_filepath: str | None
9161
9161
  :param filter_ext: Optional callback that takes the file extensions.
9162
9162
 
9163
9163
  Returning false excludes the file from the list.
9164
- :type filter_ext: typing.Callable
9164
+ :type filter_ext: collections.abc.Callable | None
9165
9165
  :param filter_path:
9166
9166
  :param display_name: Optional callback that takes the full path, returns the name to display.
9167
- :type display_name: typing.Callable
9167
+ :type display_name: collections.abc.Callable | None
9168
9168
  :param add_operator:
9169
9169
  :param add_operator_props:
9170
9170
  """
@@ -9412,10 +9412,10 @@ class NODE_MT_geometry_node_GEO_MESH(bpy_types.Menu, bpy_types._GenericUI):
9412
9412
  searchpaths: list[str],
9413
9413
  operator: str,
9414
9414
  props_default: dict = None,
9415
- prop_filepath: str = "filepath",
9416
- filter_ext: typing.Callable = None,
9415
+ prop_filepath: str | None = "filepath",
9416
+ filter_ext: collections.abc.Callable | None = None,
9417
9417
  filter_path=None,
9418
- display_name: typing.Callable = None,
9418
+ display_name: collections.abc.Callable | None = None,
9419
9419
  add_operator=None,
9420
9420
  add_operator_props=None,
9421
9421
  ):
@@ -9428,14 +9428,14 @@ class NODE_MT_geometry_node_GEO_MESH(bpy_types.Menu, bpy_types._GenericUI):
9428
9428
  :param props_default: Properties to assign to each operator.
9429
9429
  :type props_default: dict
9430
9430
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
9431
- :type prop_filepath: str
9431
+ :type prop_filepath: str | None
9432
9432
  :param filter_ext: Optional callback that takes the file extensions.
9433
9433
 
9434
9434
  Returning false excludes the file from the list.
9435
- :type filter_ext: typing.Callable
9435
+ :type filter_ext: collections.abc.Callable | None
9436
9436
  :param filter_path:
9437
9437
  :param display_name: Optional callback that takes the full path, returns the name to display.
9438
- :type display_name: typing.Callable
9438
+ :type display_name: collections.abc.Callable | None
9439
9439
  :param add_operator:
9440
9440
  :param add_operator_props:
9441
9441
  """
@@ -9683,10 +9683,10 @@ class NODE_MT_geometry_node_GEO_MESH_OPERATIONS(bpy_types.Menu, bpy_types._Gener
9683
9683
  searchpaths: list[str],
9684
9684
  operator: str,
9685
9685
  props_default: dict = None,
9686
- prop_filepath: str = "filepath",
9687
- filter_ext: typing.Callable = None,
9686
+ prop_filepath: str | None = "filepath",
9687
+ filter_ext: collections.abc.Callable | None = None,
9688
9688
  filter_path=None,
9689
- display_name: typing.Callable = None,
9689
+ display_name: collections.abc.Callable | None = None,
9690
9690
  add_operator=None,
9691
9691
  add_operator_props=None,
9692
9692
  ):
@@ -9699,14 +9699,14 @@ class NODE_MT_geometry_node_GEO_MESH_OPERATIONS(bpy_types.Menu, bpy_types._Gener
9699
9699
  :param props_default: Properties to assign to each operator.
9700
9700
  :type props_default: dict
9701
9701
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
9702
- :type prop_filepath: str
9702
+ :type prop_filepath: str | None
9703
9703
  :param filter_ext: Optional callback that takes the file extensions.
9704
9704
 
9705
9705
  Returning false excludes the file from the list.
9706
- :type filter_ext: typing.Callable
9706
+ :type filter_ext: collections.abc.Callable | None
9707
9707
  :param filter_path:
9708
9708
  :param display_name: Optional callback that takes the full path, returns the name to display.
9709
- :type display_name: typing.Callable
9709
+ :type display_name: collections.abc.Callable | None
9710
9710
  :param add_operator:
9711
9711
  :param add_operator_props:
9712
9712
  """
@@ -9954,10 +9954,10 @@ class NODE_MT_geometry_node_GEO_MESH_READ(bpy_types.Menu, bpy_types._GenericUI):
9954
9954
  searchpaths: list[str],
9955
9955
  operator: str,
9956
9956
  props_default: dict = None,
9957
- prop_filepath: str = "filepath",
9958
- filter_ext: typing.Callable = None,
9957
+ prop_filepath: str | None = "filepath",
9958
+ filter_ext: collections.abc.Callable | None = None,
9959
9959
  filter_path=None,
9960
- display_name: typing.Callable = None,
9960
+ display_name: collections.abc.Callable | None = None,
9961
9961
  add_operator=None,
9962
9962
  add_operator_props=None,
9963
9963
  ):
@@ -9970,14 +9970,14 @@ class NODE_MT_geometry_node_GEO_MESH_READ(bpy_types.Menu, bpy_types._GenericUI):
9970
9970
  :param props_default: Properties to assign to each operator.
9971
9971
  :type props_default: dict
9972
9972
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
9973
- :type prop_filepath: str
9973
+ :type prop_filepath: str | None
9974
9974
  :param filter_ext: Optional callback that takes the file extensions.
9975
9975
 
9976
9976
  Returning false excludes the file from the list.
9977
- :type filter_ext: typing.Callable
9977
+ :type filter_ext: collections.abc.Callable | None
9978
9978
  :param filter_path:
9979
9979
  :param display_name: Optional callback that takes the full path, returns the name to display.
9980
- :type display_name: typing.Callable
9980
+ :type display_name: collections.abc.Callable | None
9981
9981
  :param add_operator:
9982
9982
  :param add_operator_props:
9983
9983
  """
@@ -10225,10 +10225,10 @@ class NODE_MT_geometry_node_GEO_MESH_SAMPLE(bpy_types.Menu, bpy_types._GenericUI
10225
10225
  searchpaths: list[str],
10226
10226
  operator: str,
10227
10227
  props_default: dict = None,
10228
- prop_filepath: str = "filepath",
10229
- filter_ext: typing.Callable = None,
10228
+ prop_filepath: str | None = "filepath",
10229
+ filter_ext: collections.abc.Callable | None = None,
10230
10230
  filter_path=None,
10231
- display_name: typing.Callable = None,
10231
+ display_name: collections.abc.Callable | None = None,
10232
10232
  add_operator=None,
10233
10233
  add_operator_props=None,
10234
10234
  ):
@@ -10241,14 +10241,14 @@ class NODE_MT_geometry_node_GEO_MESH_SAMPLE(bpy_types.Menu, bpy_types._GenericUI
10241
10241
  :param props_default: Properties to assign to each operator.
10242
10242
  :type props_default: dict
10243
10243
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
10244
- :type prop_filepath: str
10244
+ :type prop_filepath: str | None
10245
10245
  :param filter_ext: Optional callback that takes the file extensions.
10246
10246
 
10247
10247
  Returning false excludes the file from the list.
10248
- :type filter_ext: typing.Callable
10248
+ :type filter_ext: collections.abc.Callable | None
10249
10249
  :param filter_path:
10250
10250
  :param display_name: Optional callback that takes the full path, returns the name to display.
10251
- :type display_name: typing.Callable
10251
+ :type display_name: collections.abc.Callable | None
10252
10252
  :param add_operator:
10253
10253
  :param add_operator_props:
10254
10254
  """
@@ -10496,10 +10496,10 @@ class NODE_MT_geometry_node_GEO_MESH_WRITE(bpy_types.Menu, bpy_types._GenericUI)
10496
10496
  searchpaths: list[str],
10497
10497
  operator: str,
10498
10498
  props_default: dict = None,
10499
- prop_filepath: str = "filepath",
10500
- filter_ext: typing.Callable = None,
10499
+ prop_filepath: str | None = "filepath",
10500
+ filter_ext: collections.abc.Callable | None = None,
10501
10501
  filter_path=None,
10502
- display_name: typing.Callable = None,
10502
+ display_name: collections.abc.Callable | None = None,
10503
10503
  add_operator=None,
10504
10504
  add_operator_props=None,
10505
10505
  ):
@@ -10512,14 +10512,14 @@ class NODE_MT_geometry_node_GEO_MESH_WRITE(bpy_types.Menu, bpy_types._GenericUI)
10512
10512
  :param props_default: Properties to assign to each operator.
10513
10513
  :type props_default: dict
10514
10514
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
10515
- :type prop_filepath: str
10515
+ :type prop_filepath: str | None
10516
10516
  :param filter_ext: Optional callback that takes the file extensions.
10517
10517
 
10518
10518
  Returning false excludes the file from the list.
10519
- :type filter_ext: typing.Callable
10519
+ :type filter_ext: collections.abc.Callable | None
10520
10520
  :param filter_path:
10521
10521
  :param display_name: Optional callback that takes the full path, returns the name to display.
10522
- :type display_name: typing.Callable
10522
+ :type display_name: collections.abc.Callable | None
10523
10523
  :param add_operator:
10524
10524
  :param add_operator_props:
10525
10525
  """
@@ -10767,10 +10767,10 @@ class NODE_MT_geometry_node_GEO_PRIMITIVES_CURVE(bpy_types.Menu, bpy_types._Gene
10767
10767
  searchpaths: list[str],
10768
10768
  operator: str,
10769
10769
  props_default: dict = None,
10770
- prop_filepath: str = "filepath",
10771
- filter_ext: typing.Callable = None,
10770
+ prop_filepath: str | None = "filepath",
10771
+ filter_ext: collections.abc.Callable | None = None,
10772
10772
  filter_path=None,
10773
- display_name: typing.Callable = None,
10773
+ display_name: collections.abc.Callable | None = None,
10774
10774
  add_operator=None,
10775
10775
  add_operator_props=None,
10776
10776
  ):
@@ -10783,14 +10783,14 @@ class NODE_MT_geometry_node_GEO_PRIMITIVES_CURVE(bpy_types.Menu, bpy_types._Gene
10783
10783
  :param props_default: Properties to assign to each operator.
10784
10784
  :type props_default: dict
10785
10785
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
10786
- :type prop_filepath: str
10786
+ :type prop_filepath: str | None
10787
10787
  :param filter_ext: Optional callback that takes the file extensions.
10788
10788
 
10789
10789
  Returning false excludes the file from the list.
10790
- :type filter_ext: typing.Callable
10790
+ :type filter_ext: collections.abc.Callable | None
10791
10791
  :param filter_path:
10792
10792
  :param display_name: Optional callback that takes the full path, returns the name to display.
10793
- :type display_name: typing.Callable
10793
+ :type display_name: collections.abc.Callable | None
10794
10794
  :param add_operator:
10795
10795
  :param add_operator_props:
10796
10796
  """
@@ -11038,10 +11038,10 @@ class NODE_MT_geometry_node_GEO_VOLUME_OPERATIONS(bpy_types.Menu, bpy_types._Gen
11038
11038
  searchpaths: list[str],
11039
11039
  operator: str,
11040
11040
  props_default: dict = None,
11041
- prop_filepath: str = "filepath",
11042
- filter_ext: typing.Callable = None,
11041
+ prop_filepath: str | None = "filepath",
11042
+ filter_ext: collections.abc.Callable | None = None,
11043
11043
  filter_path=None,
11044
- display_name: typing.Callable = None,
11044
+ display_name: collections.abc.Callable | None = None,
11045
11045
  add_operator=None,
11046
11046
  add_operator_props=None,
11047
11047
  ):
@@ -11054,14 +11054,14 @@ class NODE_MT_geometry_node_GEO_VOLUME_OPERATIONS(bpy_types.Menu, bpy_types._Gen
11054
11054
  :param props_default: Properties to assign to each operator.
11055
11055
  :type props_default: dict
11056
11056
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
11057
- :type prop_filepath: str
11057
+ :type prop_filepath: str | None
11058
11058
  :param filter_ext: Optional callback that takes the file extensions.
11059
11059
 
11060
11060
  Returning false excludes the file from the list.
11061
- :type filter_ext: typing.Callable
11061
+ :type filter_ext: collections.abc.Callable | None
11062
11062
  :param filter_path:
11063
11063
  :param display_name: Optional callback that takes the full path, returns the name to display.
11064
- :type display_name: typing.Callable
11064
+ :type display_name: collections.abc.Callable | None
11065
11065
  :param add_operator:
11066
11066
  :param add_operator_props:
11067
11067
  """
@@ -11309,10 +11309,10 @@ class NODE_MT_geometry_node_GEO_VOLUME_PRIMITIVES(bpy_types.Menu, bpy_types._Gen
11309
11309
  searchpaths: list[str],
11310
11310
  operator: str,
11311
11311
  props_default: dict = None,
11312
- prop_filepath: str = "filepath",
11313
- filter_ext: typing.Callable = None,
11312
+ prop_filepath: str | None = "filepath",
11313
+ filter_ext: collections.abc.Callable | None = None,
11314
11314
  filter_path=None,
11315
- display_name: typing.Callable = None,
11315
+ display_name: collections.abc.Callable | None = None,
11316
11316
  add_operator=None,
11317
11317
  add_operator_props=None,
11318
11318
  ):
@@ -11325,14 +11325,14 @@ class NODE_MT_geometry_node_GEO_VOLUME_PRIMITIVES(bpy_types.Menu, bpy_types._Gen
11325
11325
  :param props_default: Properties to assign to each operator.
11326
11326
  :type props_default: dict
11327
11327
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
11328
- :type prop_filepath: str
11328
+ :type prop_filepath: str | None
11329
11329
  :param filter_ext: Optional callback that takes the file extensions.
11330
11330
 
11331
11331
  Returning false excludes the file from the list.
11332
- :type filter_ext: typing.Callable
11332
+ :type filter_ext: collections.abc.Callable | None
11333
11333
  :param filter_path:
11334
11334
  :param display_name: Optional callback that takes the full path, returns the name to display.
11335
- :type display_name: typing.Callable
11335
+ :type display_name: collections.abc.Callable | None
11336
11336
  :param add_operator:
11337
11337
  :param add_operator_props:
11338
11338
  """
@@ -11580,10 +11580,10 @@ class NODE_MT_geometry_node_GEO_VOLUME_READ(bpy_types.Menu, bpy_types._GenericUI
11580
11580
  searchpaths: list[str],
11581
11581
  operator: str,
11582
11582
  props_default: dict = None,
11583
- prop_filepath: str = "filepath",
11584
- filter_ext: typing.Callable = None,
11583
+ prop_filepath: str | None = "filepath",
11584
+ filter_ext: collections.abc.Callable | None = None,
11585
11585
  filter_path=None,
11586
- display_name: typing.Callable = None,
11586
+ display_name: collections.abc.Callable | None = None,
11587
11587
  add_operator=None,
11588
11588
  add_operator_props=None,
11589
11589
  ):
@@ -11596,14 +11596,14 @@ class NODE_MT_geometry_node_GEO_VOLUME_READ(bpy_types.Menu, bpy_types._GenericUI
11596
11596
  :param props_default: Properties to assign to each operator.
11597
11597
  :type props_default: dict
11598
11598
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
11599
- :type prop_filepath: str
11599
+ :type prop_filepath: str | None
11600
11600
  :param filter_ext: Optional callback that takes the file extensions.
11601
11601
 
11602
11602
  Returning false excludes the file from the list.
11603
- :type filter_ext: typing.Callable
11603
+ :type filter_ext: collections.abc.Callable | None
11604
11604
  :param filter_path:
11605
11605
  :param display_name: Optional callback that takes the full path, returns the name to display.
11606
- :type display_name: typing.Callable
11606
+ :type display_name: collections.abc.Callable | None
11607
11607
  :param add_operator:
11608
11608
  :param add_operator_props:
11609
11609
  """
@@ -11851,10 +11851,10 @@ class NODE_MT_geometry_node_GEO_VOLUME_WRITE(bpy_types.Menu, bpy_types._GenericU
11851
11851
  searchpaths: list[str],
11852
11852
  operator: str,
11853
11853
  props_default: dict = None,
11854
- prop_filepath: str = "filepath",
11855
- filter_ext: typing.Callable = None,
11854
+ prop_filepath: str | None = "filepath",
11855
+ filter_ext: collections.abc.Callable | None = None,
11856
11856
  filter_path=None,
11857
- display_name: typing.Callable = None,
11857
+ display_name: collections.abc.Callable | None = None,
11858
11858
  add_operator=None,
11859
11859
  add_operator_props=None,
11860
11860
  ):
@@ -11867,14 +11867,14 @@ class NODE_MT_geometry_node_GEO_VOLUME_WRITE(bpy_types.Menu, bpy_types._GenericU
11867
11867
  :param props_default: Properties to assign to each operator.
11868
11868
  :type props_default: dict
11869
11869
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
11870
- :type prop_filepath: str
11870
+ :type prop_filepath: str | None
11871
11871
  :param filter_ext: Optional callback that takes the file extensions.
11872
11872
 
11873
11873
  Returning false excludes the file from the list.
11874
- :type filter_ext: typing.Callable
11874
+ :type filter_ext: collections.abc.Callable | None
11875
11875
  :param filter_path:
11876
11876
  :param display_name: Optional callback that takes the full path, returns the name to display.
11877
- :type display_name: typing.Callable
11877
+ :type display_name: collections.abc.Callable | None
11878
11878
  :param add_operator:
11879
11879
  :param add_operator_props:
11880
11880
  """
@@ -12122,10 +12122,10 @@ class NODE_MT_geometry_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
12122
12122
  searchpaths: list[str],
12123
12123
  operator: str,
12124
12124
  props_default: dict = None,
12125
- prop_filepath: str = "filepath",
12126
- filter_ext: typing.Callable = None,
12125
+ prop_filepath: str | None = "filepath",
12126
+ filter_ext: collections.abc.Callable | None = None,
12127
12127
  filter_path=None,
12128
- display_name: typing.Callable = None,
12128
+ display_name: collections.abc.Callable | None = None,
12129
12129
  add_operator=None,
12130
12130
  add_operator_props=None,
12131
12131
  ):
@@ -12138,14 +12138,14 @@ class NODE_MT_geometry_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
12138
12138
  :param props_default: Properties to assign to each operator.
12139
12139
  :type props_default: dict
12140
12140
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
12141
- :type prop_filepath: str
12141
+ :type prop_filepath: str | None
12142
12142
  :param filter_ext: Optional callback that takes the file extensions.
12143
12143
 
12144
12144
  Returning false excludes the file from the list.
12145
- :type filter_ext: typing.Callable
12145
+ :type filter_ext: collections.abc.Callable | None
12146
12146
  :param filter_path:
12147
12147
  :param display_name: Optional callback that takes the full path, returns the name to display.
12148
- :type display_name: typing.Callable
12148
+ :type display_name: collections.abc.Callable | None
12149
12149
  :param add_operator:
12150
12150
  :param add_operator_props:
12151
12151
  """
@@ -12393,10 +12393,10 @@ class NODE_MT_geometry_node_curve_topology(bpy_types.Menu, bpy_types._GenericUI)
12393
12393
  searchpaths: list[str],
12394
12394
  operator: str,
12395
12395
  props_default: dict = None,
12396
- prop_filepath: str = "filepath",
12397
- filter_ext: typing.Callable = None,
12396
+ prop_filepath: str | None = "filepath",
12397
+ filter_ext: collections.abc.Callable | None = None,
12398
12398
  filter_path=None,
12399
- display_name: typing.Callable = None,
12399
+ display_name: collections.abc.Callable | None = None,
12400
12400
  add_operator=None,
12401
12401
  add_operator_props=None,
12402
12402
  ):
@@ -12409,14 +12409,14 @@ class NODE_MT_geometry_node_curve_topology(bpy_types.Menu, bpy_types._GenericUI)
12409
12409
  :param props_default: Properties to assign to each operator.
12410
12410
  :type props_default: dict
12411
12411
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
12412
- :type prop_filepath: str
12412
+ :type prop_filepath: str | None
12413
12413
  :param filter_ext: Optional callback that takes the file extensions.
12414
12414
 
12415
12415
  Returning false excludes the file from the list.
12416
- :type filter_ext: typing.Callable
12416
+ :type filter_ext: collections.abc.Callable | None
12417
12417
  :param filter_path:
12418
12418
  :param display_name: Optional callback that takes the full path, returns the name to display.
12419
- :type display_name: typing.Callable
12419
+ :type display_name: collections.abc.Callable | None
12420
12420
  :param add_operator:
12421
12421
  :param add_operator_props:
12422
12422
  """
@@ -12664,10 +12664,10 @@ class NODE_MT_geometry_node_mesh_topology(bpy_types.Menu, bpy_types._GenericUI):
12664
12664
  searchpaths: list[str],
12665
12665
  operator: str,
12666
12666
  props_default: dict = None,
12667
- prop_filepath: str = "filepath",
12668
- filter_ext: typing.Callable = None,
12667
+ prop_filepath: str | None = "filepath",
12668
+ filter_ext: collections.abc.Callable | None = None,
12669
12669
  filter_path=None,
12670
- display_name: typing.Callable = None,
12670
+ display_name: collections.abc.Callable | None = None,
12671
12671
  add_operator=None,
12672
12672
  add_operator_props=None,
12673
12673
  ):
@@ -12680,14 +12680,14 @@ class NODE_MT_geometry_node_mesh_topology(bpy_types.Menu, bpy_types._GenericUI):
12680
12680
  :param props_default: Properties to assign to each operator.
12681
12681
  :type props_default: dict
12682
12682
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
12683
- :type prop_filepath: str
12683
+ :type prop_filepath: str | None
12684
12684
  :param filter_ext: Optional callback that takes the file extensions.
12685
12685
 
12686
12686
  Returning false excludes the file from the list.
12687
- :type filter_ext: typing.Callable
12687
+ :type filter_ext: collections.abc.Callable | None
12688
12688
  :param filter_path:
12689
12689
  :param display_name: Optional callback that takes the full path, returns the name to display.
12690
- :type display_name: typing.Callable
12690
+ :type display_name: collections.abc.Callable | None
12691
12691
  :param add_operator:
12692
12692
  :param add_operator_props:
12693
12693
  """
@@ -12935,10 +12935,10 @@ class NODE_MT_geometry_node_volume_sample(bpy_types.Menu, bpy_types._GenericUI):
12935
12935
  searchpaths: list[str],
12936
12936
  operator: str,
12937
12937
  props_default: dict = None,
12938
- prop_filepath: str = "filepath",
12939
- filter_ext: typing.Callable = None,
12938
+ prop_filepath: str | None = "filepath",
12939
+ filter_ext: collections.abc.Callable | None = None,
12940
12940
  filter_path=None,
12941
- display_name: typing.Callable = None,
12941
+ display_name: collections.abc.Callable | None = None,
12942
12942
  add_operator=None,
12943
12943
  add_operator_props=None,
12944
12944
  ):
@@ -12951,14 +12951,14 @@ class NODE_MT_geometry_node_volume_sample(bpy_types.Menu, bpy_types._GenericUI):
12951
12951
  :param props_default: Properties to assign to each operator.
12952
12952
  :type props_default: dict
12953
12953
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
12954
- :type prop_filepath: str
12954
+ :type prop_filepath: str | None
12955
12955
  :param filter_ext: Optional callback that takes the file extensions.
12956
12956
 
12957
12957
  Returning false excludes the file from the list.
12958
- :type filter_ext: typing.Callable
12958
+ :type filter_ext: collections.abc.Callable | None
12959
12959
  :param filter_path:
12960
12960
  :param display_name: Optional callback that takes the full path, returns the name to display.
12961
- :type display_name: typing.Callable
12961
+ :type display_name: collections.abc.Callable | None
12962
12962
  :param add_operator:
12963
12963
  :param add_operator_props:
12964
12964
  """