fake-bge-module 20250310__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
  """
@@ -197103,10 +197111,10 @@ class Paint(bpy_struct):
197103
197111
  :type: CurveMapping
197104
197112
  """
197105
197113
 
197106
- eraser_brush: Brush
197114
+ eraser_brush: Brush | None
197107
197115
  """ Default eraser brush for quickly alternating with the main brush
197108
197116
 
197109
- :type: Brush
197117
+ :type: Brush | None
197110
197118
  """
197111
197119
 
197112
197120
  eraser_brush_asset_reference: AssetWeakReference
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: fake-bge-module
3
- Version: 20250310
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=rErdhKhznvUr0nZ0lZS7GKbXRRRnNOk-l9M22OMqnYE,5713176
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
@@ -342,7 +342,7 @@ freestyle/functions/__init__.pyi,sha256=sEPnGHwZm8XBlfE7CKLros3CKJlAh1h1FI74nBTE
342
342
  freestyle/predicates/__init__.pyi,sha256=TI-9arpIRbq7ePsxHS-d-4iIj54uHMp-ZyGhPVODMPg,13461
343
343
  freestyle/shaders/__init__.pyi,sha256=4a-rY8mkkIcsnIvYGcP8YgAULdJENDJnncju2CjhQVg,24014
344
344
  freestyle/types/__init__.pyi,sha256=Dmb8LokYlO2lCfmDwPX5MwwpnHHSRaXU2t6Nu37Rzjg,100200
345
- freestyle/utils/__init__.pyi,sha256=DdX3Qj2yTIu8jXdOAnf_9yKhJ5AQFnS_zVvSAdTfBpU,5108
345
+ freestyle/utils/__init__.pyi,sha256=lW5JWrilkFTvRmtYoS3hbmWfj2abo2hHsvp4eyGLbcQ,5108
346
346
  freestyle/utils/ContextFunctions/__init__.pyi,sha256=fPDfiBEjpoqXQhBhmHJ6WxG9oLMItwQ32MxKQz_c9_I,3445
347
347
  gpu/__init__.pyi,sha256=Q-AbyJO85pPYcwXNWtvgAhFGGJ6OnnHrlsXQxur9jhs,7999
348
348
  gpu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -356,7 +356,7 @@ gpu/texture/__init__.pyi,sha256=NWixhD9M2vFrAIWlQDM0Co-CNRiU7BbL7imkSOloHHI,641
356
356
  gpu/types/__init__.pyi,sha256=Q8Gym2MsHoDFLW7snVIfPMUGCQns-XA2URYfeOV3nnk,27923
357
357
  gpu_extras/__init__.pyi,sha256=oNgtMNheClZ_iCmKSH63hBJ4U0huayOWKil-qPvYHds,213
358
358
  gpu_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
359
- gpu_extras/batch/__init__.pyi,sha256=t-kFLEyZ0OABqt8VbtSwvo60S7vw15Tq5HRea-G3odE,1278
359
+ gpu_extras/batch/__init__.pyi,sha256=nbeZNWRKChMLBkKYc4mLF9abAffVyzEHp01yf64gZK8,1279
360
360
  gpu_extras/presets/__init__.pyi,sha256=pDhGELr5vKTZ9yDsLJ4Y836Kmh7cs95rDhSwd1i5e-s,1647
361
361
  graphviz_export/__init__.pyi,sha256=LBiepSfMSL7Qix8FZ6LYKmbPgu1AHRvRw3yHDDWYrEw,215
362
362
  graphviz_export/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -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-20250310.dist-info/METADATA,sha256=9VhpwszPOCZl86OnFTG6F-TukBw71ANVOFN_NbQNJwk,4872
393
- fake_bge_module-20250310.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
394
- fake_bge_module-20250310.dist-info/top_level.txt,sha256=eE5ylpw84TnTp2h-RCfTJgCBykd4PsHdymQwBM_dVls,544
395
- fake_bge_module-20250310.dist-info/RECORD,,
392
+ fake_bge_module-20250312.dist-info/METADATA,sha256=sJyOzXBncY7xWSxO9c0NVZNVHNOkVwF2tqlDXI4rpUM,4872
393
+ fake_bge_module-20250312.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
394
+ fake_bge_module-20250312.dist-info/top_level.txt,sha256=eE5ylpw84TnTp2h-RCfTJgCBykd4PsHdymQwBM_dVls,544
395
+ fake_bge_module-20250312.dist-info/RECORD,,
@@ -124,7 +124,7 @@ def material_from_fedge(fe):
124
124
  """get the diffuse RGBA color from an FEdge"""
125
125
 
126
126
  def normal_at_I0D(it): ...
127
- def pairwise(iterable, types={StrokeVertexIterator, Stroke}):
127
+ def pairwise(iterable, types={Stroke, StrokeVertexIterator}):
128
128
  """Yields a tuple containing the previous and current object"""
129
129
 
130
130
  def rgb_to_bw(r, g, b):
@@ -1,7 +1,6 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
- import bgl
5
4
  import gpu.types
6
5
 
7
6
  def batch_for_shader(
@@ -9,7 +8,7 @@ def batch_for_shader(
9
8
  type: str,
10
9
  content: dict[
11
10
  str,
12
- bgl.Buffer
11
+ gpu.types.Buffer
13
12
  | collections.abc.Sequence[float]
14
13
  | collections.abc.Sequence[int]
15
14
  | collections.abc.Sequence[collections.abc.Sequence[float]]
@@ -26,7 +25,7 @@ def batch_for_shader(
26
25
  :type type: str
27
26
  :param content: Maps the name of the shader attribute with the data to fill the vertex buffer.
28
27
  For the dictionary values see documentation for `gpu.types.GPUVertBuf.attr_fill` data argument.
29
- :type content: dict[str, bgl.Buffer | collections.abc.Sequence[float] | collections.abc.Sequence[int] | collections.abc.Sequence[collections.abc.Sequence[float]] | collections.abc.Sequence[collections.abc.Sequence[int]]]
28
+ :type content: dict[str, gpu.types.Buffer | collections.abc.Sequence[float] | collections.abc.Sequence[int] | collections.abc.Sequence[collections.abc.Sequence[float]] | collections.abc.Sequence[collections.abc.Sequence[int]]]
30
29
  :return: compatible batch
31
30
  :rtype: gpu.types.GPUBatch
32
31
  """