fake-bge-module-latest 20250311__py3-none-any.whl → 20250312__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.
@@ -730,4 +730,4 @@ class MESH_UL_color_attributes_selector(bpy.types.UIList, ColorAttributesListBas
730
730
  :param _index:
731
731
  """
732
732
 
733
- def draw_attribute_warnings(context, layout): ...
733
+ def draw_attribute_warnings(context, layout, attributes): ...
@@ -3179,13 +3179,6 @@ class USERPREF_PT_viewport_subdivision(
3179
3179
  :param layout:
3180
3180
  """
3181
3181
 
3182
- @classmethod
3183
- def poll(cls, context):
3184
- """
3185
-
3186
- :param context:
3187
- """
3188
-
3189
3182
  class USERPREF_PT_viewport_textures(CenterAlignMixIn, ViewportPanel, bpy.types.Panel):
3190
3183
  """Base class for panels to center align contents with some horizontal margin.
3191
3184
  Deriving classes need to implement a draw_centered(context, layout) function.
bpy/types/__init__.pyi CHANGED
@@ -10980,6 +10980,7 @@ Shared Enum Types <bpy_types_enum_items/index>
10980
10980
  * bpy.context.selected_ids
10981
10981
  * bpy.context.texture_user
10982
10982
  * Action.fcurve_ensure_for_datablock
10983
+ * ActionSlot.users
10983
10984
  * AssetRepresentation.local_id
10984
10985
  * BlendDataObjects.new
10985
10986
  * BlendImportContextItem.id
@@ -121291,6 +121292,13 @@ This is used, for example, on a ActionKeyframeStrip to look up the ActionChannel
121291
121292
  :type: int
121292
121293
  """
121293
121294
 
121295
+ def users(self) -> bpy_prop_collection[ID]:
121296
+ """Return the data-blocks that are animated by this slot of this action
121297
+
121298
+ :return: users
121299
+ :rtype: bpy_prop_collection[ID]
121300
+ """
121301
+
121294
121302
  @classmethod
121295
121303
  def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
121296
121304
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: fake-bge-module-latest
3
- Version: 20250311
3
+ Version: 20250312
4
4
  Summary: Collection of the fake Blender Game Engine (BGE) Python API module for the code completion.
5
5
  Author: nutti
6
6
  Author-email: nutti.metro@gmail.com
@@ -147,7 +147,7 @@ bl_ui/properties_data_grease_pencil/__init__.pyi,sha256=-jPERUC5dnz4Wn97zBJvf2-H
147
147
  bl_ui/properties_data_lattice/__init__.pyi,sha256=duUWwjGBzoTFbhB3BUruazK5qfddVxHJ1UJAtxSSkcs,3442
148
148
  bl_ui/properties_data_light/__init__.pyi,sha256=Q4jh6kmNDqhw5u3An4gSPhlPnzMZMUb-wH_1RrcPsNM,8137
149
149
  bl_ui/properties_data_lightprobe/__init__.pyi,sha256=micXmIresZ3nptUhIKrsUe7dMYQkTd-H2SMi-kkMysg,10705
150
- bl_ui/properties_data_mesh/__init__.pyi,sha256=rYzqWI1JDVCoU2uA2mwZJnV9E-WS9QZACD4lFuuA4Wo,16237
150
+ bl_ui/properties_data_mesh/__init__.pyi,sha256=4bOt2kcYYiwz9AsH2fTCNuWqkTAasVwtVcMOod-oRAE,16249
151
151
  bl_ui/properties_data_metaball/__init__.pyi,sha256=GTLKKm2LsSSnLGT4axvIaxl6kfRumd5jEbstYckuVhE,4766
152
152
  bl_ui/properties_data_modifier/__init__.pyi,sha256=6qpCFhrlQZqDXa_RPgar562kHiBiCokFtq5umFJX2ac,6878
153
153
  bl_ui/properties_data_pointcloud/__init__.pyi,sha256=eTVBhViHX0ukx7OsOH4klRLr3YGrGKn4EeYp01DQuRA,4783
@@ -199,7 +199,7 @@ bl_ui/space_time/__init__.pyi,sha256=CsHClliVjg_FdPpaJzh2EgWkPTMZ0-_l0DCEXhx0fP8
199
199
  bl_ui/space_toolsystem_common/__init__.pyi,sha256=IFq4tTh_oM6-dQWMZbuRo6HhYinOLBFC8ORj0S5ZWcs,3185
200
200
  bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=amIcQArvjsuZ7iHNMO3EETPZ1LXkSGRjIwTLtqDkJbk,9946
201
201
  bl_ui/space_topbar/__init__.pyi,sha256=tVupsHc6IdA1o_axDcB1Cbf0o8ARZzgLncMXgguQnWY,15316
202
- bl_ui/space_userpref/__init__.pyi,sha256=iLYc94VUBgP3dE6whoVFktEjvqAE-oLGDbtey9Y4L0E,79675
202
+ bl_ui/space_userpref/__init__.pyi,sha256=_zMftU6IYVsboTws4sWZS_u-qlXwDg_SQgJ8LxAGTE0,79580
203
203
  bl_ui/space_view3d/__init__.pyi,sha256=7OqUOd-Ju0SgIta1uLsQB3cW-z5HE1qOcoRsCYdFD0M,156972
204
204
  bl_ui/space_view3d_toolbar/__init__.pyi,sha256=EG6IIG6nSOJAvIRRxU3TyjEQNWZ_n2tFEB6FlwjIhuw,76295
205
205
  bl_ui/utils/__init__.pyi,sha256=qkgl-AlZI3QD4UUITGIvN9PbifOI4BPkZBpu7WyxMBw,483
@@ -307,7 +307,7 @@ bpy/ops/workspace/__init__.pyi,sha256=BHvDV5CcVBnuKaL8akhm-Es7VcGUjf3jGFTbfx5YHC
307
307
  bpy/ops/world/__init__.pyi,sha256=pBV8EDA8HoWovDSul6mxkF7Mt6N3PQWuukRhkw3dBr8,601
308
308
  bpy/path/__init__.pyi,sha256=emlV7ocbsOuOSMzxJXr6ldKRk2-_K0DWlKc3Ylt5dsU,5484
309
309
  bpy/props/__init__.pyi,sha256=Ky1J5ndL8p_pvAaQakudyKKVynbr1NxXvzoN-5E9_I0,35237
310
- bpy/types/__init__.pyi,sha256=DbAYBfo2c8zK8DtuluHB6CxeMlGBCCJBn_dCxKUidCU,5713190
310
+ bpy/types/__init__.pyi,sha256=d8OhWn0HCgKYTGJmP7Gnbo_VSyJSSSBuE0wgLYPrcDY,5713414
311
311
  bpy/utils/__init__.pyi,sha256=y7dfOaWh9PE_q0Qs8gEKOm71RQuMZI0wQ1B07DCDHF4,14909
312
312
  bpy/utils/previews/__init__.pyi,sha256=AsbDN4vRLbSTZ7_S_4LqmI1sJmV_8NnqDt1QfBdH94Y,2280
313
313
  bpy/utils/units/__init__.pyi,sha256=QuXx22JjmObRmP_KcdoqOlDSvVtXZHeK5nTIvwjcUnI,2645
@@ -389,7 +389,7 @@ rna_prop_ui/__init__.pyi,sha256=lShhkbbeJ_ANi2dy4J4HIkyp1HZrMqCfhcf8QpAQsj0,1281
389
389
  rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
390
390
  rna_xml/__init__.pyi,sha256=idYsAZj-_egBKMA2pQl2P9IoNhZxXIkBSALFuq-ylO8,577
391
391
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
392
- fake_bge_module_latest-20250311.dist-info/METADATA,sha256=YNPgNs8CGIbcg8KGcOHifIqEUFU8q7iWfNXFKlo6Nxg,4879
393
- fake_bge_module_latest-20250311.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
394
- fake_bge_module_latest-20250311.dist-info/top_level.txt,sha256=eE5ylpw84TnTp2h-RCfTJgCBykd4PsHdymQwBM_dVls,544
395
- fake_bge_module_latest-20250311.dist-info/RECORD,,
392
+ fake_bge_module_latest-20250312.dist-info/METADATA,sha256=XYaVB5gn_2tNvq6_GkjY0_5m1mJ9hMC8a6ITuio8WVs,4879
393
+ fake_bge_module_latest-20250312.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
394
+ fake_bge_module_latest-20250312.dist-info/top_level.txt,sha256=eE5ylpw84TnTp2h-RCfTJgCBykd4PsHdymQwBM_dVls,544
395
+ fake_bge_module_latest-20250312.dist-info/RECORD,,