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
bl_ui/__init__.pyi CHANGED
@@ -277,10 +277,10 @@ class UI_MT_button_context_menu(bpy_types.Menu, bpy_types._GenericUI):
277
277
  searchpaths: list[str],
278
278
  operator: str,
279
279
  props_default: dict = None,
280
- prop_filepath: str = "filepath",
281
- filter_ext: typing.Callable = None,
280
+ prop_filepath: str | None = "filepath",
281
+ filter_ext: collections.abc.Callable | None = None,
282
282
  filter_path=None,
283
- display_name: typing.Callable = None,
283
+ display_name: collections.abc.Callable | None = None,
284
284
  add_operator=None,
285
285
  add_operator_props=None,
286
286
  ):
@@ -293,14 +293,14 @@ class UI_MT_button_context_menu(bpy_types.Menu, bpy_types._GenericUI):
293
293
  :param props_default: Properties to assign to each operator.
294
294
  :type props_default: dict
295
295
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
296
- :type prop_filepath: str
296
+ :type prop_filepath: str | None
297
297
  :param filter_ext: Optional callback that takes the file extensions.
298
298
 
299
299
  Returning false excludes the file from the list.
300
- :type filter_ext: typing.Callable
300
+ :type filter_ext: collections.abc.Callable | None
301
301
  :param filter_path:
302
302
  :param display_name: Optional callback that takes the full path, returns the name to display.
303
- :type display_name: typing.Callable
303
+ :type display_name: collections.abc.Callable | None
304
304
  :param add_operator:
305
305
  :param add_operator_props:
306
306
  """
@@ -553,10 +553,10 @@ class UI_MT_list_item_context_menu(bpy_types.Menu, bpy_types._GenericUI):
553
553
  searchpaths: list[str],
554
554
  operator: str,
555
555
  props_default: dict = None,
556
- prop_filepath: str = "filepath",
557
- filter_ext: typing.Callable = None,
556
+ prop_filepath: str | None = "filepath",
557
+ filter_ext: collections.abc.Callable | None = None,
558
558
  filter_path=None,
559
- display_name: typing.Callable = None,
559
+ display_name: collections.abc.Callable | None = None,
560
560
  add_operator=None,
561
561
  add_operator_props=None,
562
562
  ):
@@ -569,14 +569,14 @@ class UI_MT_list_item_context_menu(bpy_types.Menu, bpy_types._GenericUI):
569
569
  :param props_default: Properties to assign to each operator.
570
570
  :type props_default: dict
571
571
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
572
- :type prop_filepath: str
572
+ :type prop_filepath: str | None
573
573
  :param filter_ext: Optional callback that takes the file extensions.
574
574
 
575
575
  Returning false excludes the file from the list.
576
- :type filter_ext: typing.Callable
576
+ :type filter_ext: collections.abc.Callable | None
577
577
  :param filter_path:
578
578
  :param display_name: Optional callback that takes the full path, returns the name to display.
579
- :type display_name: typing.Callable
579
+ :type display_name: collections.abc.Callable | None
580
580
  :param add_operator:
581
581
  :param add_operator_props:
582
582
  """
bl_ui/anim/__init__.pyi CHANGED
@@ -193,10 +193,10 @@ class ANIM_MT_keyframe_insert_pie(bpy_types.Menu, bpy_types._GenericUI):
193
193
  searchpaths: list[str],
194
194
  operator: str,
195
195
  props_default: dict = None,
196
- prop_filepath: str = "filepath",
197
- filter_ext: typing.Callable = None,
196
+ prop_filepath: str | None = "filepath",
197
+ filter_ext: collections.abc.Callable | None = None,
198
198
  filter_path=None,
199
- display_name: typing.Callable = None,
199
+ display_name: collections.abc.Callable | None = None,
200
200
  add_operator=None,
201
201
  add_operator_props=None,
202
202
  ):
@@ -209,14 +209,14 @@ class ANIM_MT_keyframe_insert_pie(bpy_types.Menu, bpy_types._GenericUI):
209
209
  :param props_default: Properties to assign to each operator.
210
210
  :type props_default: dict
211
211
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
212
- :type prop_filepath: str
212
+ :type prop_filepath: str | None
213
213
  :param filter_ext: Optional callback that takes the file extensions.
214
214
 
215
215
  Returning false excludes the file from the list.
216
- :type filter_ext: typing.Callable
216
+ :type filter_ext: collections.abc.Callable | None
217
217
  :param filter_path:
218
218
  :param display_name: Optional callback that takes the full path, returns the name to display.
219
- :type display_name: typing.Callable
219
+ :type display_name: collections.abc.Callable | None
220
220
  :param add_operator:
221
221
  :param add_operator_props:
222
222
  """
@@ -194,10 +194,10 @@ class NODE_MT_category_layout(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_layout(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
  """