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
@@ -892,10 +892,10 @@ class OBJECT_MT_modifier_add(bpy_types.Menu, ModifierAddMenu, bpy_types._Generic
892
892
  searchpaths: list[str],
893
893
  operator: str,
894
894
  props_default: dict = None,
895
- prop_filepath: str = "filepath",
896
- filter_ext: typing.Callable = None,
895
+ prop_filepath: str | None = "filepath",
896
+ filter_ext: collections.abc.Callable | None = None,
897
897
  filter_path=None,
898
- display_name: typing.Callable = None,
898
+ display_name: collections.abc.Callable | None = None,
899
899
  add_operator=None,
900
900
  add_operator_props=None,
901
901
  ):
@@ -908,14 +908,14 @@ class OBJECT_MT_modifier_add(bpy_types.Menu, ModifierAddMenu, bpy_types._Generic
908
908
  :param props_default: Properties to assign to each operator.
909
909
  :type props_default: dict
910
910
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
911
- :type prop_filepath: str
911
+ :type prop_filepath: str | None
912
912
  :param filter_ext: Optional callback that takes the file extensions.
913
913
 
914
914
  Returning false excludes the file from the list.
915
- :type filter_ext: typing.Callable
915
+ :type filter_ext: collections.abc.Callable | None
916
916
  :param filter_path:
917
917
  :param display_name: Optional callback that takes the full path, returns the name to display.
918
- :type display_name: typing.Callable
918
+ :type display_name: collections.abc.Callable | None
919
919
  :param add_operator:
920
920
  :param add_operator_props:
921
921
  """
@@ -1176,10 +1176,10 @@ class OBJECT_MT_modifier_add_color(
1176
1176
  searchpaths: list[str],
1177
1177
  operator: str,
1178
1178
  props_default: dict = None,
1179
- prop_filepath: str = "filepath",
1180
- filter_ext: typing.Callable = None,
1179
+ prop_filepath: str | None = "filepath",
1180
+ filter_ext: collections.abc.Callable | None = None,
1181
1181
  filter_path=None,
1182
- display_name: typing.Callable = None,
1182
+ display_name: collections.abc.Callable | None = None,
1183
1183
  add_operator=None,
1184
1184
  add_operator_props=None,
1185
1185
  ):
@@ -1192,14 +1192,14 @@ class OBJECT_MT_modifier_add_color(
1192
1192
  :param props_default: Properties to assign to each operator.
1193
1193
  :type props_default: dict
1194
1194
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1195
- :type prop_filepath: str
1195
+ :type prop_filepath: str | None
1196
1196
  :param filter_ext: Optional callback that takes the file extensions.
1197
1197
 
1198
1198
  Returning false excludes the file from the list.
1199
- :type filter_ext: typing.Callable
1199
+ :type filter_ext: collections.abc.Callable | None
1200
1200
  :param filter_path:
1201
1201
  :param display_name: Optional callback that takes the full path, returns the name to display.
1202
- :type display_name: typing.Callable
1202
+ :type display_name: collections.abc.Callable | None
1203
1203
  :param add_operator:
1204
1204
  :param add_operator_props:
1205
1205
  """
@@ -1460,10 +1460,10 @@ class OBJECT_MT_modifier_add_deform(
1460
1460
  searchpaths: list[str],
1461
1461
  operator: str,
1462
1462
  props_default: dict = None,
1463
- prop_filepath: str = "filepath",
1464
- filter_ext: typing.Callable = None,
1463
+ prop_filepath: str | None = "filepath",
1464
+ filter_ext: collections.abc.Callable | None = None,
1465
1465
  filter_path=None,
1466
- display_name: typing.Callable = None,
1466
+ display_name: collections.abc.Callable | None = None,
1467
1467
  add_operator=None,
1468
1468
  add_operator_props=None,
1469
1469
  ):
@@ -1476,14 +1476,14 @@ class OBJECT_MT_modifier_add_deform(
1476
1476
  :param props_default: Properties to assign to each operator.
1477
1477
  :type props_default: dict
1478
1478
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1479
- :type prop_filepath: str
1479
+ :type prop_filepath: str | None
1480
1480
  :param filter_ext: Optional callback that takes the file extensions.
1481
1481
 
1482
1482
  Returning false excludes the file from the list.
1483
- :type filter_ext: typing.Callable
1483
+ :type filter_ext: collections.abc.Callable | None
1484
1484
  :param filter_path:
1485
1485
  :param display_name: Optional callback that takes the full path, returns the name to display.
1486
- :type display_name: typing.Callable
1486
+ :type display_name: collections.abc.Callable | None
1487
1487
  :param add_operator:
1488
1488
  :param add_operator_props:
1489
1489
  """
@@ -1744,10 +1744,10 @@ class OBJECT_MT_modifier_add_edit(
1744
1744
  searchpaths: list[str],
1745
1745
  operator: str,
1746
1746
  props_default: dict = None,
1747
- prop_filepath: str = "filepath",
1748
- filter_ext: typing.Callable = None,
1747
+ prop_filepath: str | None = "filepath",
1748
+ filter_ext: collections.abc.Callable | None = None,
1749
1749
  filter_path=None,
1750
- display_name: typing.Callable = None,
1750
+ display_name: collections.abc.Callable | None = None,
1751
1751
  add_operator=None,
1752
1752
  add_operator_props=None,
1753
1753
  ):
@@ -1760,14 +1760,14 @@ class OBJECT_MT_modifier_add_edit(
1760
1760
  :param props_default: Properties to assign to each operator.
1761
1761
  :type props_default: dict
1762
1762
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1763
- :type prop_filepath: str
1763
+ :type prop_filepath: str | None
1764
1764
  :param filter_ext: Optional callback that takes the file extensions.
1765
1765
 
1766
1766
  Returning false excludes the file from the list.
1767
- :type filter_ext: typing.Callable
1767
+ :type filter_ext: collections.abc.Callable | None
1768
1768
  :param filter_path:
1769
1769
  :param display_name: Optional callback that takes the full path, returns the name to display.
1770
- :type display_name: typing.Callable
1770
+ :type display_name: collections.abc.Callable | None
1771
1771
  :param add_operator:
1772
1772
  :param add_operator_props:
1773
1773
  """
@@ -2028,10 +2028,10 @@ class OBJECT_MT_modifier_add_generate(
2028
2028
  searchpaths: list[str],
2029
2029
  operator: str,
2030
2030
  props_default: dict = None,
2031
- prop_filepath: str = "filepath",
2032
- filter_ext: typing.Callable = None,
2031
+ prop_filepath: str | None = "filepath",
2032
+ filter_ext: collections.abc.Callable | None = None,
2033
2033
  filter_path=None,
2034
- display_name: typing.Callable = None,
2034
+ display_name: collections.abc.Callable | None = None,
2035
2035
  add_operator=None,
2036
2036
  add_operator_props=None,
2037
2037
  ):
@@ -2044,14 +2044,14 @@ class OBJECT_MT_modifier_add_generate(
2044
2044
  :param props_default: Properties to assign to each operator.
2045
2045
  :type props_default: dict
2046
2046
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
2047
- :type prop_filepath: str
2047
+ :type prop_filepath: str | None
2048
2048
  :param filter_ext: Optional callback that takes the file extensions.
2049
2049
 
2050
2050
  Returning false excludes the file from the list.
2051
- :type filter_ext: typing.Callable
2051
+ :type filter_ext: collections.abc.Callable | None
2052
2052
  :param filter_path:
2053
2053
  :param display_name: Optional callback that takes the full path, returns the name to display.
2054
- :type display_name: typing.Callable
2054
+ :type display_name: collections.abc.Callable | None
2055
2055
  :param add_operator:
2056
2056
  :param add_operator_props:
2057
2057
  """
@@ -2312,10 +2312,10 @@ class OBJECT_MT_modifier_add_normals(
2312
2312
  searchpaths: list[str],
2313
2313
  operator: str,
2314
2314
  props_default: dict = None,
2315
- prop_filepath: str = "filepath",
2316
- filter_ext: typing.Callable = None,
2315
+ prop_filepath: str | None = "filepath",
2316
+ filter_ext: collections.abc.Callable | None = None,
2317
2317
  filter_path=None,
2318
- display_name: typing.Callable = None,
2318
+ display_name: collections.abc.Callable | None = None,
2319
2319
  add_operator=None,
2320
2320
  add_operator_props=None,
2321
2321
  ):
@@ -2328,14 +2328,14 @@ class OBJECT_MT_modifier_add_normals(
2328
2328
  :param props_default: Properties to assign to each operator.
2329
2329
  :type props_default: dict
2330
2330
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
2331
- :type prop_filepath: str
2331
+ :type prop_filepath: str | None
2332
2332
  :param filter_ext: Optional callback that takes the file extensions.
2333
2333
 
2334
2334
  Returning false excludes the file from the list.
2335
- :type filter_ext: typing.Callable
2335
+ :type filter_ext: collections.abc.Callable | None
2336
2336
  :param filter_path:
2337
2337
  :param display_name: Optional callback that takes the full path, returns the name to display.
2338
- :type display_name: typing.Callable
2338
+ :type display_name: collections.abc.Callable | None
2339
2339
  :param add_operator:
2340
2340
  :param add_operator_props:
2341
2341
  """
@@ -2596,10 +2596,10 @@ class OBJECT_MT_modifier_add_physics(
2596
2596
  searchpaths: list[str],
2597
2597
  operator: str,
2598
2598
  props_default: dict = None,
2599
- prop_filepath: str = "filepath",
2600
- filter_ext: typing.Callable = None,
2599
+ prop_filepath: str | None = "filepath",
2600
+ filter_ext: collections.abc.Callable | None = None,
2601
2601
  filter_path=None,
2602
- display_name: typing.Callable = None,
2602
+ display_name: collections.abc.Callable | None = None,
2603
2603
  add_operator=None,
2604
2604
  add_operator_props=None,
2605
2605
  ):
@@ -2612,14 +2612,14 @@ class OBJECT_MT_modifier_add_physics(
2612
2612
  :param props_default: Properties to assign to each operator.
2613
2613
  :type props_default: dict
2614
2614
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
2615
- :type prop_filepath: str
2615
+ :type prop_filepath: str | None
2616
2616
  :param filter_ext: Optional callback that takes the file extensions.
2617
2617
 
2618
2618
  Returning false excludes the file from the list.
2619
- :type filter_ext: typing.Callable
2619
+ :type filter_ext: collections.abc.Callable | None
2620
2620
  :param filter_path:
2621
2621
  :param display_name: Optional callback that takes the full path, returns the name to display.
2622
- :type display_name: typing.Callable
2622
+ :type display_name: collections.abc.Callable | None
2623
2623
  :param add_operator:
2624
2624
  :param add_operator_props:
2625
2625
  """
@@ -217,10 +217,10 @@ class POINTCLOUD_MT_add_attribute(bpy_types.Menu, bpy_types._GenericUI):
217
217
  searchpaths: list[str],
218
218
  operator: str,
219
219
  props_default: dict = None,
220
- prop_filepath: str = "filepath",
221
- filter_ext: typing.Callable = None,
220
+ prop_filepath: str | None = "filepath",
221
+ filter_ext: collections.abc.Callable | None = None,
222
222
  filter_path=None,
223
- display_name: typing.Callable = None,
223
+ display_name: collections.abc.Callable | None = None,
224
224
  add_operator=None,
225
225
  add_operator_props=None,
226
226
  ):
@@ -233,14 +233,14 @@ class POINTCLOUD_MT_add_attribute(bpy_types.Menu, bpy_types._GenericUI):
233
233
  :param props_default: Properties to assign to each operator.
234
234
  :type props_default: dict
235
235
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
236
- :type prop_filepath: str
236
+ :type prop_filepath: str | None
237
237
  :param filter_ext: Optional callback that takes the file extensions.
238
238
 
239
239
  Returning false excludes the file from the list.
240
- :type filter_ext: typing.Callable
240
+ :type filter_ext: collections.abc.Callable | None
241
241
  :param filter_path:
242
242
  :param display_name: Optional callback that takes the full path, returns the name to display.
243
- :type display_name: typing.Callable
243
+ :type display_name: collections.abc.Callable | None
244
244
  :param add_operator:
245
245
  :param add_operator_props:
246
246
  """
@@ -205,10 +205,10 @@ class RENDER_MT_lineset_context_menu(bpy_types.Menu, bpy_types._GenericUI):
205
205
  searchpaths: list[str],
206
206
  operator: str,
207
207
  props_default: dict = None,
208
- prop_filepath: str = "filepath",
209
- filter_ext: typing.Callable = None,
208
+ prop_filepath: str | None = "filepath",
209
+ filter_ext: collections.abc.Callable | None = None,
210
210
  filter_path=None,
211
- display_name: typing.Callable = None,
211
+ display_name: collections.abc.Callable | None = None,
212
212
  add_operator=None,
213
213
  add_operator_props=None,
214
214
  ):
@@ -221,14 +221,14 @@ class RENDER_MT_lineset_context_menu(bpy_types.Menu, bpy_types._GenericUI):
221
221
  :param props_default: Properties to assign to each operator.
222
222
  :type props_default: dict
223
223
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
224
- :type prop_filepath: str
224
+ :type prop_filepath: str | None
225
225
  :param filter_ext: Optional callback that takes the file extensions.
226
226
 
227
227
  Returning false excludes the file from the list.
228
- :type filter_ext: typing.Callable
228
+ :type filter_ext: collections.abc.Callable | None
229
229
  :param filter_path:
230
230
  :param display_name: Optional callback that takes the full path, returns the name to display.
231
- :type display_name: typing.Callable
231
+ :type display_name: collections.abc.Callable | None
232
232
  :param add_operator:
233
233
  :param add_operator_props:
234
234
  """