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

@@ -1,6 +1,7 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  from . import junction_module
4
+ from . import wheel_manager
4
5
 
5
6
  GenericType1 = typing.TypeVar("GenericType1")
6
7
  GenericType2 = typing.TypeVar("GenericType2")
@@ -0,0 +1,24 @@
1
+ import typing
2
+ import collections.abc
3
+
4
+ GenericType1 = typing.TypeVar("GenericType1")
5
+ GenericType2 = typing.TypeVar("GenericType2")
6
+
7
+ def apply_action(local_dir, local_dir_site_packages, wheel_list): ...
8
+ def wheel_list_deduplicate_as_skip_set(wheel_list):
9
+ """Return all wheel paths to skip."""
10
+
11
+ ...
12
+
13
+ def wheel_version_from_filename_for_cmp(filename):
14
+ """Extract the version number for comparison.
15
+ Note that this only handled the first 3 numbers,
16
+ the trailing text is compared as a string which is not technically correct
17
+ however this is not a priority to support since scripts should only be including stable releases,
18
+ so comparing the first 3 numbers is sufficient. The trailing string is just a tie breaker in the
19
+ unlikely event it differs.If supporting the full spec, comparing: "1.1.dev6" with "1.1.6rc6" for e.g.
20
+ we could support this doesn't seem especially important as extensions should use major releases.
21
+
22
+ """
23
+
24
+ ...
addon_utils/__init__.pyi CHANGED
@@ -60,6 +60,7 @@ def enable(
60
60
 
61
61
  ...
62
62
 
63
+ def extensions_refresh(ensure_wheels=True, addon_modules_pending=None): ...
63
64
  def module_bl_info(mod, info_basis=None): ...
64
65
  def modules(module_cache={}, refresh=True): ...
65
66
  def modules_refresh(module_cache={}): ...
bpy/types/__init__.pyi CHANGED
@@ -14234,56 +14234,6 @@ from a search field, this can be done using bpy.types.Operator.invoke_search_pop
14234
14234
  :columns: 2
14235
14235
 
14236
14236
 
14237
- --------------------
14238
-
14239
- * bpy_struct.id_data
14240
- * FModifier.name
14241
- * FModifier.type
14242
- * FModifier.show_expanded
14243
- * FModifier.mute
14244
- * FModifier.is_valid
14245
- * FModifier.active
14246
- * FModifier.use_restricted_range
14247
- * FModifier.frame_start
14248
- * FModifier.frame_end
14249
- * FModifier.blend_in
14250
- * FModifier.blend_out
14251
- * FModifier.use_influence
14252
- * FModifier.influence
14253
-
14254
- :columns: 2
14255
-
14256
-
14257
- --------------------
14258
-
14259
- * bpy_struct.as_pointer
14260
- * bpy_struct.driver_add
14261
- * bpy_struct.driver_remove
14262
- * bpy_struct.get
14263
- * bpy_struct.id_properties_clear
14264
- * bpy_struct.id_properties_ensure
14265
- * bpy_struct.id_properties_ui
14266
- * bpy_struct.is_property_hidden
14267
- * bpy_struct.is_property_overridable_library
14268
- * bpy_struct.is_property_readonly
14269
- * bpy_struct.is_property_set
14270
- * bpy_struct.items
14271
- * bpy_struct.keyframe_delete
14272
- * bpy_struct.keyframe_insert
14273
- * bpy_struct.keys
14274
- * bpy_struct.path_from_id
14275
- * bpy_struct.path_resolve
14276
- * bpy_struct.pop
14277
- * bpy_struct.property_overridable_library_set
14278
- * bpy_struct.property_unset
14279
- * bpy_struct.type_recast
14280
- * bpy_struct.values
14281
- * FModifier.bl_rna_get_subclass
14282
- * FModifier.bl_rna_get_subclass_py
14283
-
14284
- :columns: 2
14285
-
14286
-
14287
14237
  --------------------
14288
14238
 
14289
14239
  * bpy_struct.id_data
@@ -133933,6 +133883,12 @@ class PreferencesExperimental(bpy_struct):
133933
133883
  :type: bool
133934
133884
  """
133935
133885
 
133886
+ use_recompute_usercount_on_save_debug: bool
133887
+ """ Recompute all ID usercounts before saving to a blendfile. Allows to work around invalid usercount handling in code that may lead to loss of data due to wrongly detected unused data-blocks
133888
+
133889
+ :type: bool
133890
+ """
133891
+
133936
133892
  use_sculpt_texture_paint: bool
133937
133893
  """ Use texture painting in Sculpt Mode
133938
133894
 
@@ -159269,33 +159225,6 @@ class FModifierNoise(FModifier, bpy_struct):
159269
159225
  """
159270
159226
  ...
159271
159227
 
159272
- class FModifierPython(FModifier, bpy_struct):
159273
- """Perform user-defined operation on the modified F-Curve"""
159274
-
159275
- @classmethod
159276
- def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
159277
- """
159278
-
159279
- :param id: The RNA type identifier.
159280
- :type id: str | None
159281
- :param default:
159282
- :return: The RNA type or default when not found.
159283
- :rtype: Struct
159284
- """
159285
- ...
159286
-
159287
- @classmethod
159288
- def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
159289
- """
159290
-
159291
- :param id: The RNA type identifier.
159292
- :type id: str | None
159293
- :param default:
159294
- :return: The class or default when not found.
159295
- :rtype: typing.Any
159296
- """
159297
- ...
159298
-
159299
159228
  class FModifierStepped(FModifier, bpy_struct):
159300
159229
  """Hold each interpolated value from the F-Curve for several frames without changing the timing"""
159301
159230
 
bpy/utils/__init__.pyi CHANGED
@@ -390,6 +390,7 @@ def register_tool(
390
390
  ):
391
391
  """Register a tool in the toolbar.
392
392
 
393
+ :param tool_cls: A tool subclass.
393
394
  :param after: Optional identifiers this tool will be added after.
394
395
  :param separator: When true, add a separator before this tool.
395
396
  :type separator: bool | None
@@ -404,6 +405,7 @@ def register_tool(
404
405
  ):
405
406
  """Register a tool in the toolbar.
406
407
 
408
+ :param tool_cls: A tool subclass.
407
409
  :param after: Optional identifiers this tool will be added after.
408
410
  :param separator: When true, add a separator before this tool.
409
411
  :type separator: bool | None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20240701
3
+ Version: 20240703
4
4
  Summary: Collection of the fake Blender Python API module for the code completion.
5
5
  Author: nutti
6
6
  Author-email: nutti.metro@gmail.com
@@ -1,9 +1,10 @@
1
1
  _bpy_internal/__init__.pyi,sha256=6A2uCagOM3FLZzDdkIsdlnnJ2DgxWcIMtcQ__qCMGjA,181
2
2
  _bpy_internal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- _bpy_internal/extensions/__init__.pyi,sha256=7X21tOIZzQFyf4jd_v40SOkYEgKUteHyjAKBkaErywU,160
3
+ _bpy_internal/extensions/__init__.pyi,sha256=OLJB-WBHa1wKGqiQ0SdegEGGOIJPt086nSNaU1zO5mA,188
4
4
  _bpy_internal/extensions/junction_module/__init__.pyi,sha256=Y4wWyDVpNoWmMjPLBtwA2x3WWTLInpvA-ZE6h_qO0SE,1084
5
+ _bpy_internal/extensions/wheel_manager/__init__.pyi,sha256=y9wUp2eal3aTmw2aXKaHAiZ8Vd_qmkLKNJp9Gk4ZUnY,966
5
6
  _bpy_internal/freedesktop/__init__.pyi,sha256=Q9rj2oTgTavt1KGhDB3vipL5nJ1WDLYwsWuae1GzV5U,858
6
- addon_utils/__init__.pyi,sha256=R4k6nv0oHdpapTQdV_B9q-vDN-YWqRsdECpS3Wgez-8,1896
7
+ addon_utils/__init__.pyi,sha256=N2gc15myI2CN4pe_wyW_2W96CddCb9t0asAiGJZQ1BE,1972
7
8
  addon_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
9
  animsys_refactor/__init__.pyi,sha256=lZA8a5Poe0YPqbjRFL6jgJ22YQm-yolRNftHG9uO53Q,723
9
10
  animsys_refactor/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -267,8 +268,8 @@ bpy/ops/workspace/__init__.pyi,sha256=F2V6EPwYMrOdtpEoCLHOCk2m8KMdTkcHqO2aEVxcg1
267
268
  bpy/ops/world/__init__.pyi,sha256=imGbkOZ4Z_mNMwg2TwfpPf1DeGiige4UE-vc9991_tk,1032
268
269
  bpy/path/__init__.pyi,sha256=_sJAmwZHhmcIXbchob_87KT_Nyv6R_qrX76gy9IbDRk,11515
269
270
  bpy/props/__init__.pyi,sha256=vJGG9vmfN5MAwjlFMyI6LxKNJAIzPrhgWA4bPz08dQY,29550
270
- bpy/types/__init__.pyi,sha256=7dby3dlA1_3OZ0ldCJ8ZlyHmxUr1sYaRC3hKRCUOulI,5210832
271
- bpy/utils/__init__.pyi,sha256=u27SmrQE6At5bOTU-lCuwbT82HCj_lPAvs5QHnlGGY4,19071
271
+ bpy/types/__init__.pyi,sha256=wbP7u2NM338dYGa5S4awZg--UDBV4ZyBbZTulOGJ2Hk,5209309
272
+ bpy/utils/__init__.pyi,sha256=pM5IwIMKiO_UHof0phHAbZ5we6Z6ZSh1jS3SbWD4kqs,19147
272
273
  bpy/utils/previews/__init__.pyi,sha256=odPazdv-bjKEVpeX-KfaDGZe5rKlMT11zL_q1SgPK3U,4255
273
274
  bpy/utils/units/__init__.pyi,sha256=VVDH7jM3nup8W0XuPIQ0G3TdWN82Ufaw-Rk5JTHVU60,2694
274
275
  bpy_extras/__init__.pyi,sha256=lr_dNl5gIrLwtsKEKpWnarehWt7MIgLCequmCxUJQuw,837
@@ -351,7 +352,7 @@ rna_xml/__init__.pyi,sha256=DggMfFZZ2UqOHPcPNpvMOFDSBGUnCegQxcljQIknRNs,639
351
352
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
352
353
  sys_info/__init__.pyi,sha256=9MR_HOycufd8IKZQf-QDqUqE8Aj1D8n_Pfvi9wEKtvo,164
353
354
  sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
354
- fake_bpy_module-20240701.dist-info/METADATA,sha256=rb4xvhpwAV7ufD01ynX_1_bpyl0OGwPnJzKzsBZbFe0,7194
355
- fake_bpy_module-20240701.dist-info/WHEEL,sha256=mguMlWGMX-VHnMpKOjjQidIo1ssRlCFu4a4mBpz1s2M,91
356
- fake_bpy_module-20240701.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
357
- fake_bpy_module-20240701.dist-info/RECORD,,
355
+ fake_bpy_module-20240703.dist-info/METADATA,sha256=TZMve1hP5MOyKjwry4TKoruXvhk4GyCsh_mNF8ucXu0,7194
356
+ fake_bpy_module-20240703.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
357
+ fake_bpy_module-20240703.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
358
+ fake_bpy_module-20240703.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (70.1.1)
2
+ Generator: setuptools (70.2.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5