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

bpy/utils/__init__.pyi CHANGED
@@ -262,7 +262,7 @@ def register_submodule_factory(
262
262
  """
263
263
 
264
264
  def register_tool(
265
- tool_cls: bpy.types.WorkSpaceTool,
265
+ tool_cls: type[bpy.types.WorkSpaceTool],
266
266
  *,
267
267
  after: None | collections.abc.Sequence[str] | None = None,
268
268
  separator: bool = False,
@@ -271,7 +271,7 @@ def register_tool(
271
271
  """Register a tool in the toolbar.
272
272
 
273
273
  :param tool_cls: A tool subclass.
274
- :type tool_cls: bpy.types.WorkSpaceTool
274
+ :type tool_cls: type[bpy.types.WorkSpaceTool]
275
275
  :param after: Optional identifiers this tool will be added after.
276
276
  :type after: None | collections.abc.Sequence[str] | None
277
277
  :param separator: When true, add a separator before this tool.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: fake-bpy-module
3
- Version: 20250205
3
+ Version: 20250206
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
@@ -172,7 +172,7 @@ bl_ui/space_toolsystem_common/__init__.pyi,sha256=IFq4tTh_oM6-dQWMZbuRo6HhYinOLB
172
172
  bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=amIcQArvjsuZ7iHNMO3EETPZ1LXkSGRjIwTLtqDkJbk,9946
173
173
  bl_ui/space_topbar/__init__.pyi,sha256=tVupsHc6IdA1o_axDcB1Cbf0o8ARZzgLncMXgguQnWY,15316
174
174
  bl_ui/space_userpref/__init__.pyi,sha256=iLYc94VUBgP3dE6whoVFktEjvqAE-oLGDbtey9Y4L0E,79675
175
- bl_ui/space_view3d/__init__.pyi,sha256=A-_oojmtoq7q5-iMMWQqFDQEJZzYQZJCEuraLc2piew,155644
175
+ bl_ui/space_view3d/__init__.pyi,sha256=cYPicnHWYodDU1P6rA9Q9865sZrgmjOPeW7b5gtVeiY,156446
176
176
  bl_ui/space_view3d_toolbar/__init__.pyi,sha256=EG6IIG6nSOJAvIRRxU3TyjEQNWZ_n2tFEB6FlwjIhuw,76295
177
177
  bl_ui/utils/__init__.pyi,sha256=qkgl-AlZI3QD4UUITGIvN9PbifOI4BPkZBpu7WyxMBw,483
178
178
  bl_ui_utils/__init__.pyi,sha256=ZOo9_bgn1c9NiCNalhTplCD2IChG67rU_V3BeG0k4pE,93
@@ -277,8 +277,8 @@ bpy/ops/workspace/__init__.pyi,sha256=BHvDV5CcVBnuKaL8akhm-Es7VcGUjf3jGFTbfx5YHC
277
277
  bpy/ops/world/__init__.pyi,sha256=pBV8EDA8HoWovDSul6mxkF7Mt6N3PQWuukRhkw3dBr8,601
278
278
  bpy/path/__init__.pyi,sha256=emlV7ocbsOuOSMzxJXr6ldKRk2-_K0DWlKc3Ylt5dsU,5484
279
279
  bpy/props/__init__.pyi,sha256=Ky1J5ndL8p_pvAaQakudyKKVynbr1NxXvzoN-5E9_I0,35237
280
- bpy/types/__init__.pyi,sha256=U_V3WJpkVipqoHi9xgSAPV38x2N455HLRueUs-aIEmA,5424093
281
- bpy/utils/__init__.pyi,sha256=Dwq7WFMz4vZM6bcYjsWYj9mYm1SDnqESf0d0UPX4xPE,14897
280
+ bpy/types/__init__.pyi,sha256=fUTq2xwuLgIncHVkU52PJBsOh-Zdvke4Ahstt5om_ss,5467510
281
+ bpy/utils/__init__.pyi,sha256=y7dfOaWh9PE_q0Qs8gEKOm71RQuMZI0wQ1B07DCDHF4,14909
282
282
  bpy/utils/previews/__init__.pyi,sha256=AsbDN4vRLbSTZ7_S_4LqmI1sJmV_8NnqDt1QfBdH94Y,2280
283
283
  bpy/utils/units/__init__.pyi,sha256=QuXx22JjmObRmP_KcdoqOlDSvVtXZHeK5nTIvwjcUnI,2645
284
284
  bpy_extras/__init__.pyi,sha256=wejK55NeAEGsAzM9psNhBokX9H0DBihwOdNQ5XlCHB4,968
@@ -359,7 +359,7 @@ rna_prop_ui/__init__.pyi,sha256=lShhkbbeJ_ANi2dy4J4HIkyp1HZrMqCfhcf8QpAQsj0,1281
359
359
  rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
360
360
  rna_xml/__init__.pyi,sha256=idYsAZj-_egBKMA2pQl2P9IoNhZxXIkBSALFuq-ylO8,577
361
361
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
362
- fake_bpy_module-20250205.dist-info/METADATA,sha256=-M5aZ5zYMRwQp8gR6DdVPoPchiTBNanVcl7n4mlWFfU,7429
363
- fake_bpy_module-20250205.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
364
- fake_bpy_module-20250205.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
365
- fake_bpy_module-20250205.dist-info/RECORD,,
362
+ fake_bpy_module-20250206.dist-info/METADATA,sha256=Vj9LmHLRu8gm458Jjj7RRiKMgM1uUIVw3QFH0shUOto,7429
363
+ fake_bpy_module-20250206.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
364
+ fake_bpy_module-20250206.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
365
+ fake_bpy_module-20250206.dist-info/RECORD,,