fake-bpy-module 20250609__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