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.
- bl_ui/properties_texture/__init__.pyi +0 -1
- bl_ui/space_spreadsheet/__init__.pyi +0 -6
- bpy/types/__init__.pyi +57272 -57277
- {fake_bpy_module-20250609.dist-info → fake_bpy_module-20250610.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250609.dist-info → fake_bpy_module-20250610.dist-info}/RECORD +8 -8
- gpu_extras/batch/__init__.pyi +3 -2
- {fake_bpy_module-20250609.dist-info → fake_bpy_module-20250610.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20250609.dist-info → fake_bpy_module-20250610.dist-info}/top_level.txt +0 -0
|
@@ -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
|