fake-bpy-module 20250608__py3-none-any.whl → 20250610__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.

@@ -934,4 +934,3 @@ class TextureTypePanel(TextureButtonsPanel):
934
934
  """
935
935
 
936
936
  def context_tex_datablock(context) -> None: ...
937
- def texture_filter_common(tex, layout) -> None: ...
@@ -29,12 +29,6 @@ class SPREADSHEET_HT_header(bpy.types.Header):
29
29
  :param context:
30
30
  """
31
31
 
32
- def selection_filter_available(self, space) -> None:
33
- """
34
-
35
- :param space:
36
- """
37
-
38
32
  class SPREADSHEET_MT_editor_menus(bpy.types.Menu):
39
33
  bl_idname: typing.Any
40
34
  bl_label: typing.Any
@@ -234,6 +234,15 @@ def particle_edit_toggle(
234
234
  :type undo: bool | None
235
235
  """
236
236
 
237
+ def particle_system_remove_all(
238
+ execution_context: int | str | None = None, undo: bool | None = None
239
+ ) -> None:
240
+ """Remove all particle system within the active object
241
+
242
+ :type execution_context: int | str | None
243
+ :type undo: bool | None
244
+ """
245
+
237
246
  def rekey(
238
247
  execution_context: int | str | None = None,
239
248
  undo: bool | None = None,