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
@@ -626,10 +626,10 @@ class TEXT_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
626
626
  searchpaths: list[str],
627
627
  operator: str,
628
628
  props_default: dict = None,
629
- prop_filepath: str = "filepath",
630
- filter_ext: typing.Callable = None,
629
+ prop_filepath: str | None = "filepath",
630
+ filter_ext: collections.abc.Callable | None = None,
631
631
  filter_path=None,
632
- display_name: typing.Callable = None,
632
+ display_name: collections.abc.Callable | None = None,
633
633
  add_operator=None,
634
634
  add_operator_props=None,
635
635
  ):
@@ -642,14 +642,14 @@ class TEXT_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
642
642
  :param props_default: Properties to assign to each operator.
643
643
  :type props_default: dict
644
644
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
645
- :type prop_filepath: str
645
+ :type prop_filepath: str | None
646
646
  :param filter_ext: Optional callback that takes the file extensions.
647
647
 
648
648
  Returning false excludes the file from the list.
649
- :type filter_ext: typing.Callable
649
+ :type filter_ext: collections.abc.Callable | None
650
650
  :param filter_path:
651
651
  :param display_name: Optional callback that takes the full path, returns the name to display.
652
- :type display_name: typing.Callable
652
+ :type display_name: collections.abc.Callable | None
653
653
  :param add_operator:
654
654
  :param add_operator_props:
655
655
  """
@@ -896,10 +896,10 @@ class TEXT_MT_edit(bpy_types.Menu, bpy_types._GenericUI):
896
896
  searchpaths: list[str],
897
897
  operator: str,
898
898
  props_default: dict = None,
899
- prop_filepath: str = "filepath",
900
- filter_ext: typing.Callable = None,
899
+ prop_filepath: str | None = "filepath",
900
+ filter_ext: collections.abc.Callable | None = None,
901
901
  filter_path=None,
902
- display_name: typing.Callable = None,
902
+ display_name: collections.abc.Callable | None = None,
903
903
  add_operator=None,
904
904
  add_operator_props=None,
905
905
  ):
@@ -912,14 +912,14 @@ class TEXT_MT_edit(bpy_types.Menu, bpy_types._GenericUI):
912
912
  :param props_default: Properties to assign to each operator.
913
913
  :type props_default: dict
914
914
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
915
- :type prop_filepath: str
915
+ :type prop_filepath: str | None
916
916
  :param filter_ext: Optional callback that takes the file extensions.
917
917
 
918
918
  Returning false excludes the file from the list.
919
- :type filter_ext: typing.Callable
919
+ :type filter_ext: collections.abc.Callable | None
920
920
  :param filter_path:
921
921
  :param display_name: Optional callback that takes the full path, returns the name to display.
922
- :type display_name: typing.Callable
922
+ :type display_name: collections.abc.Callable | None
923
923
  :param add_operator:
924
924
  :param add_operator_props:
925
925
  """
@@ -1173,10 +1173,10 @@ class TEXT_MT_edit_to3d(bpy_types.Menu, bpy_types._GenericUI):
1173
1173
  searchpaths: list[str],
1174
1174
  operator: str,
1175
1175
  props_default: dict = None,
1176
- prop_filepath: str = "filepath",
1177
- filter_ext: typing.Callable = None,
1176
+ prop_filepath: str | None = "filepath",
1177
+ filter_ext: collections.abc.Callable | None = None,
1178
1178
  filter_path=None,
1179
- display_name: typing.Callable = None,
1179
+ display_name: collections.abc.Callable | None = None,
1180
1180
  add_operator=None,
1181
1181
  add_operator_props=None,
1182
1182
  ):
@@ -1189,14 +1189,14 @@ class TEXT_MT_edit_to3d(bpy_types.Menu, bpy_types._GenericUI):
1189
1189
  :param props_default: Properties to assign to each operator.
1190
1190
  :type props_default: dict
1191
1191
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1192
- :type prop_filepath: str
1192
+ :type prop_filepath: str | None
1193
1193
  :param filter_ext: Optional callback that takes the file extensions.
1194
1194
 
1195
1195
  Returning false excludes the file from the list.
1196
- :type filter_ext: typing.Callable
1196
+ :type filter_ext: collections.abc.Callable | None
1197
1197
  :param filter_path:
1198
1198
  :param display_name: Optional callback that takes the full path, returns the name to display.
1199
- :type display_name: typing.Callable
1199
+ :type display_name: collections.abc.Callable | None
1200
1200
  :param add_operator:
1201
1201
  :param add_operator_props:
1202
1202
  """
@@ -1444,10 +1444,10 @@ class TEXT_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
1444
1444
  searchpaths: list[str],
1445
1445
  operator: str,
1446
1446
  props_default: dict = None,
1447
- prop_filepath: str = "filepath",
1448
- filter_ext: typing.Callable = None,
1447
+ prop_filepath: str | None = "filepath",
1448
+ filter_ext: collections.abc.Callable | None = None,
1449
1449
  filter_path=None,
1450
- display_name: typing.Callable = None,
1450
+ display_name: collections.abc.Callable | None = None,
1451
1451
  add_operator=None,
1452
1452
  add_operator_props=None,
1453
1453
  ):
@@ -1460,14 +1460,14 @@ class TEXT_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
1460
1460
  :param props_default: Properties to assign to each operator.
1461
1461
  :type props_default: dict
1462
1462
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1463
- :type prop_filepath: str
1463
+ :type prop_filepath: str | None
1464
1464
  :param filter_ext: Optional callback that takes the file extensions.
1465
1465
 
1466
1466
  Returning false excludes the file from the list.
1467
- :type filter_ext: typing.Callable
1467
+ :type filter_ext: collections.abc.Callable | None
1468
1468
  :param filter_path:
1469
1469
  :param display_name: Optional callback that takes the full path, returns the name to display.
1470
- :type display_name: typing.Callable
1470
+ :type display_name: collections.abc.Callable | None
1471
1471
  :param add_operator:
1472
1472
  :param add_operator_props:
1473
1473
  """
@@ -1714,10 +1714,10 @@ class TEXT_MT_format(bpy_types.Menu, bpy_types._GenericUI):
1714
1714
  searchpaths: list[str],
1715
1715
  operator: str,
1716
1716
  props_default: dict = None,
1717
- prop_filepath: str = "filepath",
1718
- filter_ext: typing.Callable = None,
1717
+ prop_filepath: str | None = "filepath",
1718
+ filter_ext: collections.abc.Callable | None = None,
1719
1719
  filter_path=None,
1720
- display_name: typing.Callable = None,
1720
+ display_name: collections.abc.Callable | None = None,
1721
1721
  add_operator=None,
1722
1722
  add_operator_props=None,
1723
1723
  ):
@@ -1730,14 +1730,14 @@ class TEXT_MT_format(bpy_types.Menu, bpy_types._GenericUI):
1730
1730
  :param props_default: Properties to assign to each operator.
1731
1731
  :type props_default: dict
1732
1732
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1733
- :type prop_filepath: str
1733
+ :type prop_filepath: str | None
1734
1734
  :param filter_ext: Optional callback that takes the file extensions.
1735
1735
 
1736
1736
  Returning false excludes the file from the list.
1737
- :type filter_ext: typing.Callable
1737
+ :type filter_ext: collections.abc.Callable | None
1738
1738
  :param filter_path:
1739
1739
  :param display_name: Optional callback that takes the full path, returns the name to display.
1740
- :type display_name: typing.Callable
1740
+ :type display_name: collections.abc.Callable | None
1741
1741
  :param add_operator:
1742
1742
  :param add_operator_props:
1743
1743
  """
@@ -1984,10 +1984,10 @@ class TEXT_MT_select(bpy_types.Menu, bpy_types._GenericUI):
1984
1984
  searchpaths: list[str],
1985
1985
  operator: str,
1986
1986
  props_default: dict = None,
1987
- prop_filepath: str = "filepath",
1988
- filter_ext: typing.Callable = None,
1987
+ prop_filepath: str | None = "filepath",
1988
+ filter_ext: collections.abc.Callable | None = None,
1989
1989
  filter_path=None,
1990
- display_name: typing.Callable = None,
1990
+ display_name: collections.abc.Callable | None = None,
1991
1991
  add_operator=None,
1992
1992
  add_operator_props=None,
1993
1993
  ):
@@ -2000,14 +2000,14 @@ class TEXT_MT_select(bpy_types.Menu, bpy_types._GenericUI):
2000
2000
  :param props_default: Properties to assign to each operator.
2001
2001
  :type props_default: dict
2002
2002
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
2003
- :type prop_filepath: str
2003
+ :type prop_filepath: str | None
2004
2004
  :param filter_ext: Optional callback that takes the file extensions.
2005
2005
 
2006
2006
  Returning false excludes the file from the list.
2007
- :type filter_ext: typing.Callable
2007
+ :type filter_ext: collections.abc.Callable | None
2008
2008
  :param filter_path:
2009
2009
  :param display_name: Optional callback that takes the full path, returns the name to display.
2010
- :type display_name: typing.Callable
2010
+ :type display_name: collections.abc.Callable | None
2011
2011
  :param add_operator:
2012
2012
  :param add_operator_props:
2013
2013
  """
@@ -2254,10 +2254,10 @@ class TEXT_MT_templates(bpy_types.Menu, bpy_types._GenericUI):
2254
2254
  searchpaths: list[str],
2255
2255
  operator: str,
2256
2256
  props_default: dict = None,
2257
- prop_filepath: str = "filepath",
2258
- filter_ext: typing.Callable = None,
2257
+ prop_filepath: str | None = "filepath",
2258
+ filter_ext: collections.abc.Callable | None = None,
2259
2259
  filter_path=None,
2260
- display_name: typing.Callable = None,
2260
+ display_name: collections.abc.Callable | None = None,
2261
2261
  add_operator=None,
2262
2262
  add_operator_props=None,
2263
2263
  ):
@@ -2270,14 +2270,14 @@ class TEXT_MT_templates(bpy_types.Menu, bpy_types._GenericUI):
2270
2270
  :param props_default: Properties to assign to each operator.
2271
2271
  :type props_default: dict
2272
2272
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
2273
- :type prop_filepath: str
2273
+ :type prop_filepath: str | None
2274
2274
  :param filter_ext: Optional callback that takes the file extensions.
2275
2275
 
2276
2276
  Returning false excludes the file from the list.
2277
- :type filter_ext: typing.Callable
2277
+ :type filter_ext: collections.abc.Callable | None
2278
2278
  :param filter_path:
2279
2279
  :param display_name: Optional callback that takes the full path, returns the name to display.
2280
- :type display_name: typing.Callable
2280
+ :type display_name: collections.abc.Callable | None
2281
2281
  :param add_operator:
2282
2282
  :param add_operator_props:
2283
2283
  """
@@ -2524,10 +2524,10 @@ class TEXT_MT_templates_osl(bpy_types.Menu, bpy_types._GenericUI):
2524
2524
  searchpaths: list[str],
2525
2525
  operator: str,
2526
2526
  props_default: dict = None,
2527
- prop_filepath: str = "filepath",
2528
- filter_ext: typing.Callable = None,
2527
+ prop_filepath: str | None = "filepath",
2528
+ filter_ext: collections.abc.Callable | None = None,
2529
2529
  filter_path=None,
2530
- display_name: typing.Callable = None,
2530
+ display_name: collections.abc.Callable | None = None,
2531
2531
  add_operator=None,
2532
2532
  add_operator_props=None,
2533
2533
  ):
@@ -2540,14 +2540,14 @@ class TEXT_MT_templates_osl(bpy_types.Menu, bpy_types._GenericUI):
2540
2540
  :param props_default: Properties to assign to each operator.
2541
2541
  :type props_default: dict
2542
2542
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
2543
- :type prop_filepath: str
2543
+ :type prop_filepath: str | None
2544
2544
  :param filter_ext: Optional callback that takes the file extensions.
2545
2545
 
2546
2546
  Returning false excludes the file from the list.
2547
- :type filter_ext: typing.Callable
2547
+ :type filter_ext: collections.abc.Callable | None
2548
2548
  :param filter_path:
2549
2549
  :param display_name: Optional callback that takes the full path, returns the name to display.
2550
- :type display_name: typing.Callable
2550
+ :type display_name: collections.abc.Callable | None
2551
2551
  :param add_operator:
2552
2552
  :param add_operator_props:
2553
2553
  """
@@ -2794,10 +2794,10 @@ class TEXT_MT_templates_py(bpy_types.Menu, bpy_types._GenericUI):
2794
2794
  searchpaths: list[str],
2795
2795
  operator: str,
2796
2796
  props_default: dict = None,
2797
- prop_filepath: str = "filepath",
2798
- filter_ext: typing.Callable = None,
2797
+ prop_filepath: str | None = "filepath",
2798
+ filter_ext: collections.abc.Callable | None = None,
2799
2799
  filter_path=None,
2800
- display_name: typing.Callable = None,
2800
+ display_name: collections.abc.Callable | None = None,
2801
2801
  add_operator=None,
2802
2802
  add_operator_props=None,
2803
2803
  ):
@@ -2810,14 +2810,14 @@ class TEXT_MT_templates_py(bpy_types.Menu, bpy_types._GenericUI):
2810
2810
  :param props_default: Properties to assign to each operator.
2811
2811
  :type props_default: dict
2812
2812
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
2813
- :type prop_filepath: str
2813
+ :type prop_filepath: str | None
2814
2814
  :param filter_ext: Optional callback that takes the file extensions.
2815
2815
 
2816
2816
  Returning false excludes the file from the list.
2817
- :type filter_ext: typing.Callable
2817
+ :type filter_ext: collections.abc.Callable | None
2818
2818
  :param filter_path:
2819
2819
  :param display_name: Optional callback that takes the full path, returns the name to display.
2820
- :type display_name: typing.Callable
2820
+ :type display_name: collections.abc.Callable | None
2821
2821
  :param add_operator:
2822
2822
  :param add_operator_props:
2823
2823
  """
@@ -3064,10 +3064,10 @@ class TEXT_MT_text(bpy_types.Menu, bpy_types._GenericUI):
3064
3064
  searchpaths: list[str],
3065
3065
  operator: str,
3066
3066
  props_default: dict = None,
3067
- prop_filepath: str = "filepath",
3068
- filter_ext: typing.Callable = None,
3067
+ prop_filepath: str | None = "filepath",
3068
+ filter_ext: collections.abc.Callable | None = None,
3069
3069
  filter_path=None,
3070
- display_name: typing.Callable = None,
3070
+ display_name: collections.abc.Callable | None = None,
3071
3071
  add_operator=None,
3072
3072
  add_operator_props=None,
3073
3073
  ):
@@ -3080,14 +3080,14 @@ class TEXT_MT_text(bpy_types.Menu, bpy_types._GenericUI):
3080
3080
  :param props_default: Properties to assign to each operator.
3081
3081
  :type props_default: dict
3082
3082
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
3083
- :type prop_filepath: str
3083
+ :type prop_filepath: str | None
3084
3084
  :param filter_ext: Optional callback that takes the file extensions.
3085
3085
 
3086
3086
  Returning false excludes the file from the list.
3087
- :type filter_ext: typing.Callable
3087
+ :type filter_ext: collections.abc.Callable | None
3088
3088
  :param filter_path:
3089
3089
  :param display_name: Optional callback that takes the full path, returns the name to display.
3090
- :type display_name: typing.Callable
3090
+ :type display_name: collections.abc.Callable | None
3091
3091
  :param add_operator:
3092
3092
  :param add_operator_props:
3093
3093
  """
@@ -3334,10 +3334,10 @@ class TEXT_MT_view(bpy_types.Menu, bpy_types._GenericUI):
3334
3334
  searchpaths: list[str],
3335
3335
  operator: str,
3336
3336
  props_default: dict = None,
3337
- prop_filepath: str = "filepath",
3338
- filter_ext: typing.Callable = None,
3337
+ prop_filepath: str | None = "filepath",
3338
+ filter_ext: collections.abc.Callable | None = None,
3339
3339
  filter_path=None,
3340
- display_name: typing.Callable = None,
3340
+ display_name: collections.abc.Callable | None = None,
3341
3341
  add_operator=None,
3342
3342
  add_operator_props=None,
3343
3343
  ):
@@ -3350,14 +3350,14 @@ class TEXT_MT_view(bpy_types.Menu, bpy_types._GenericUI):
3350
3350
  :param props_default: Properties to assign to each operator.
3351
3351
  :type props_default: dict
3352
3352
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
3353
- :type prop_filepath: str
3353
+ :type prop_filepath: str | None
3354
3354
  :param filter_ext: Optional callback that takes the file extensions.
3355
3355
 
3356
3356
  Returning false excludes the file from the list.
3357
- :type filter_ext: typing.Callable
3357
+ :type filter_ext: collections.abc.Callable | None
3358
3358
  :param filter_path:
3359
3359
  :param display_name: Optional callback that takes the full path, returns the name to display.
3360
- :type display_name: typing.Callable
3360
+ :type display_name: collections.abc.Callable | None
3361
3361
  :param add_operator:
3362
3362
  :param add_operator_props:
3363
3363
  """
@@ -3604,10 +3604,10 @@ class TEXT_MT_view_navigation(bpy_types.Menu, bpy_types._GenericUI):
3604
3604
  searchpaths: list[str],
3605
3605
  operator: str,
3606
3606
  props_default: dict = None,
3607
- prop_filepath: str = "filepath",
3608
- filter_ext: typing.Callable = None,
3607
+ prop_filepath: str | None = "filepath",
3608
+ filter_ext: collections.abc.Callable | None = None,
3609
3609
  filter_path=None,
3610
- display_name: typing.Callable = None,
3610
+ display_name: collections.abc.Callable | None = None,
3611
3611
  add_operator=None,
3612
3612
  add_operator_props=None,
3613
3613
  ):
@@ -3620,14 +3620,14 @@ class TEXT_MT_view_navigation(bpy_types.Menu, bpy_types._GenericUI):
3620
3620
  :param props_default: Properties to assign to each operator.
3621
3621
  :type props_default: dict
3622
3622
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
3623
- :type prop_filepath: str
3623
+ :type prop_filepath: str | None
3624
3624
  :param filter_ext: Optional callback that takes the file extensions.
3625
3625
 
3626
3626
  Returning false excludes the file from the list.
3627
- :type filter_ext: typing.Callable
3627
+ :type filter_ext: collections.abc.Callable | None
3628
3628
  :param filter_path:
3629
3629
  :param display_name: Optional callback that takes the full path, returns the name to display.
3630
- :type display_name: typing.Callable
3630
+ :type display_name: collections.abc.Callable | None
3631
3631
  :param add_operator:
3632
3632
  :param add_operator_props:
3633
3633
  """
@@ -202,10 +202,10 @@ class TIME_MT_cache(bpy_types.Menu, bpy_types._GenericUI):
202
202
  searchpaths: list[str],
203
203
  operator: str,
204
204
  props_default: dict = None,
205
- prop_filepath: str = "filepath",
206
- filter_ext: typing.Callable = None,
205
+ prop_filepath: str | None = "filepath",
206
+ filter_ext: collections.abc.Callable | None = None,
207
207
  filter_path=None,
208
- display_name: typing.Callable = None,
208
+ display_name: collections.abc.Callable | None = None,
209
209
  add_operator=None,
210
210
  add_operator_props=None,
211
211
  ):
@@ -218,14 +218,14 @@ class TIME_MT_cache(bpy_types.Menu, bpy_types._GenericUI):
218
218
  :param props_default: Properties to assign to each operator.
219
219
  :type props_default: dict
220
220
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
221
- :type prop_filepath: str
221
+ :type prop_filepath: str | None
222
222
  :param filter_ext: Optional callback that takes the file extensions.
223
223
 
224
224
  Returning false excludes the file from the list.
225
- :type filter_ext: typing.Callable
225
+ :type filter_ext: collections.abc.Callable | None
226
226
  :param filter_path:
227
227
  :param display_name: Optional callback that takes the full path, returns the name to display.
228
- :type display_name: typing.Callable
228
+ :type display_name: collections.abc.Callable | None
229
229
  :param add_operator:
230
230
  :param add_operator_props:
231
231
  """
@@ -473,10 +473,10 @@ class TIME_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
473
473
  searchpaths: list[str],
474
474
  operator: str,
475
475
  props_default: dict = None,
476
- prop_filepath: str = "filepath",
477
- filter_ext: typing.Callable = None,
476
+ prop_filepath: str | None = "filepath",
477
+ filter_ext: collections.abc.Callable | None = None,
478
478
  filter_path=None,
479
- display_name: typing.Callable = None,
479
+ display_name: collections.abc.Callable | None = None,
480
480
  add_operator=None,
481
481
  add_operator_props=None,
482
482
  ):
@@ -489,14 +489,14 @@ class TIME_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
489
489
  :param props_default: Properties to assign to each operator.
490
490
  :type props_default: dict
491
491
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
492
- :type prop_filepath: str
492
+ :type prop_filepath: str | None
493
493
  :param filter_ext: Optional callback that takes the file extensions.
494
494
 
495
495
  Returning false excludes the file from the list.
496
- :type filter_ext: typing.Callable
496
+ :type filter_ext: collections.abc.Callable | None
497
497
  :param filter_path:
498
498
  :param display_name: Optional callback that takes the full path, returns the name to display.
499
- :type display_name: typing.Callable
499
+ :type display_name: collections.abc.Callable | None
500
500
  :param add_operator:
501
501
  :param add_operator_props:
502
502
  """
@@ -743,10 +743,10 @@ class TIME_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
743
743
  searchpaths: list[str],
744
744
  operator: str,
745
745
  props_default: dict = None,
746
- prop_filepath: str = "filepath",
747
- filter_ext: typing.Callable = None,
746
+ prop_filepath: str | None = "filepath",
747
+ filter_ext: collections.abc.Callable | None = None,
748
748
  filter_path=None,
749
- display_name: typing.Callable = None,
749
+ display_name: collections.abc.Callable | None = None,
750
750
  add_operator=None,
751
751
  add_operator_props=None,
752
752
  ):
@@ -759,14 +759,14 @@ class TIME_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
759
759
  :param props_default: Properties to assign to each operator.
760
760
  :type props_default: dict
761
761
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
762
- :type prop_filepath: str
762
+ :type prop_filepath: str | None
763
763
  :param filter_ext: Optional callback that takes the file extensions.
764
764
 
765
765
  Returning false excludes the file from the list.
766
- :type filter_ext: typing.Callable
766
+ :type filter_ext: collections.abc.Callable | None
767
767
  :param filter_path:
768
768
  :param display_name: Optional callback that takes the full path, returns the name to display.
769
- :type display_name: typing.Callable
769
+ :type display_name: collections.abc.Callable | None
770
770
  :param add_operator:
771
771
  :param add_operator_props:
772
772
  """
@@ -1013,10 +1013,10 @@ class TIME_MT_view(bpy_types.Menu, bpy_types._GenericUI):
1013
1013
  searchpaths: list[str],
1014
1014
  operator: str,
1015
1015
  props_default: dict = None,
1016
- prop_filepath: str = "filepath",
1017
- filter_ext: typing.Callable = None,
1016
+ prop_filepath: str | None = "filepath",
1017
+ filter_ext: collections.abc.Callable | None = None,
1018
1018
  filter_path=None,
1019
- display_name: typing.Callable = None,
1019
+ display_name: collections.abc.Callable | None = None,
1020
1020
  add_operator=None,
1021
1021
  add_operator_props=None,
1022
1022
  ):
@@ -1029,14 +1029,14 @@ class TIME_MT_view(bpy_types.Menu, bpy_types._GenericUI):
1029
1029
  :param props_default: Properties to assign to each operator.
1030
1030
  :type props_default: dict
1031
1031
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1032
- :type prop_filepath: str
1032
+ :type prop_filepath: str | None
1033
1033
  :param filter_ext: Optional callback that takes the file extensions.
1034
1034
 
1035
1035
  Returning false excludes the file from the list.
1036
- :type filter_ext: typing.Callable
1036
+ :type filter_ext: collections.abc.Callable | None
1037
1037
  :param filter_path:
1038
1038
  :param display_name: Optional callback that takes the full path, returns the name to display.
1039
- :type display_name: typing.Callable
1039
+ :type display_name: collections.abc.Callable | None
1040
1040
  :param add_operator:
1041
1041
  :param add_operator_props:
1042
1042
  """
@@ -838,6 +838,8 @@ class _defs_sculpt:
838
838
  face_set_box: typing.Any
839
839
  face_set_edit: typing.Any
840
840
  face_set_lasso: typing.Any
841
+ face_set_line: typing.Any
842
+ face_set_polyline: typing.Any
841
843
  hide_border: typing.Any
842
844
  hide_lasso: typing.Any
843
845
  hide_line: typing.Any
@@ -846,11 +848,13 @@ class _defs_sculpt:
846
848
  mask_by_color: typing.Any
847
849
  mask_lasso: typing.Any
848
850
  mask_line: typing.Any
851
+ mask_polyline: typing.Any
849
852
  mesh_filter: typing.Any
850
853
  project_line: typing.Any
851
854
  trim_box: typing.Any
852
855
  trim_lasso: typing.Any
853
856
  trim_line: typing.Any
857
+ trim_polyline: typing.Any
854
858
 
855
859
  def generate_from_brushes(self, context):
856
860
  """