fake-bge-module-latest 20250202__py3-none-any.whl → 20250204__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.
bpy/types/__init__.pyi CHANGED
@@ -26400,6 +26400,7 @@ example of how to create/use filtering/reordering callbacks.
26400
26400
  * ActionChannelbags.new
26401
26401
  * ActionConstraint.action_slot
26402
26402
  * ActionConstraint.action_suitable_slots
26403
+ * ActionKeyframeStrip.channelbag
26403
26404
  * ActionKeyframeStrip.key_insert
26404
26405
  * ActionSlots.active
26405
26406
  * ActionSlots.new
@@ -30500,8 +30501,8 @@ example of how to create/use filtering/reordering callbacks.
30500
30501
 
30501
30502
  * ActionChannelbags.new
30502
30503
  * ActionChannelbags.remove
30504
+ * ActionKeyframeStrip.channelbag
30503
30505
  * ActionKeyframeStrip.channelbags
30504
- * ActionKeyframeStrip.channels
30505
30506
 
30506
30507
  :columns: 2
30507
30508
 
@@ -86314,7 +86315,7 @@ animation or modifiers into account:
86314
86315
 
86315
86316
  * For meshes this is similar to duplicating the source mesh.
86316
86317
  * For curves this disables own modifiers, and modifiers of objects used as bevel and taper.
86317
- * For metaballs this produces an empty mesh since polygonization is done as a modifier evaluation.
86318
+ * For meta-balls this produces an empty mesh since polygonization is done as a modifier evaluation.
86318
86319
 
86319
86320
  When is used on evaluated object all modifiers are taken into account.
86320
86321
 
@@ -119171,14 +119172,14 @@ class ActionKeyframeStrip(ActionStrip, bpy_struct):
119171
119172
  :type: ActionChannelbags
119172
119173
  """
119173
119174
 
119174
- def channels(
119175
- self, slot_handle: int | None, *, ensure: bool | None = False
119175
+ def channelbag(
119176
+ self, slot: ActionSlot | None, *, ensure: bool | None = False
119176
119177
  ) -> ActionChannelbag:
119177
119178
  """Find the ActionChannelbag for a specific Slot
119178
119179
 
119179
- :param slot_handle: Slot Handle, Number that identifies a specific action slot
119180
- :type slot_handle: int | None
119181
- :param ensure: Create if necessary, Ensure the channelbag exists for this slot handle, creating it if necessary
119180
+ :param slot: Slot, The slot for which to find the channelbag
119181
+ :type slot: ActionSlot | None
119182
+ :param ensure: Create if necessary, Ensure the channelbag exists for this slot, creating it if necessary
119182
119183
  :type ensure: bool | None
119183
119184
  :return: Channels
119184
119185
  :rtype: ActionChannelbag
@@ -119359,7 +119360,7 @@ This is used, for example, on a ActionKeyframeStrip to look up the ActionChannel
119359
119360
  "WORLD",
119360
119361
  "UNSPECIFIED",
119361
119362
  ]
119362
- """ Type of data-block that this slot is intended to animate
119363
+ """ Type of data-block that this slot is intended to animate; can be set when 'UNSPECIFIED' but is otherwise read-only
119363
119364
 
119364
119365
  :type: typing.Literal['ACTION','ARMATURE','BRUSH','CACHEFILE','CAMERA','COLLECTION','CURVE','CURVES','FONT','GREASEPENCIL','GREASEPENCIL_V3','IMAGE','KEY','LATTICE','LIBRARY','LIGHT','LIGHT_PROBE','LINESTYLE','MASK','MATERIAL','MESH','META','MOVIECLIP','NODETREE','OBJECT','PAINTCURVE','PALETTE','PARTICLE','POINTCLOUD','SCENE','SCREEN','SOUND','SPEAKER','TEXT','TEXTURE','VOLUME','WINDOWMANAGER','WORKSPACE','WORLD','UNSPECIFIED']
119365
119366
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: fake-bge-module-latest
3
- Version: 20250202
3
+ Version: 20250204
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
@@ -305,7 +305,7 @@ bpy/ops/workspace/__init__.pyi,sha256=BHvDV5CcVBnuKaL8akhm-Es7VcGUjf3jGFTbfx5YHC
305
305
  bpy/ops/world/__init__.pyi,sha256=pBV8EDA8HoWovDSul6mxkF7Mt6N3PQWuukRhkw3dBr8,601
306
306
  bpy/path/__init__.pyi,sha256=emlV7ocbsOuOSMzxJXr6ldKRk2-_K0DWlKc3Ylt5dsU,5484
307
307
  bpy/props/__init__.pyi,sha256=Ky1J5ndL8p_pvAaQakudyKKVynbr1NxXvzoN-5E9_I0,35237
308
- bpy/types/__init__.pyi,sha256=8ep8Ak4Ku42KONphlabDNag8Rw5ZvUUE1iT7vg43Sio,5653839
308
+ bpy/types/__init__.pyi,sha256=WPtfjJIGSKUxJgNTLFctxKnRMsBEndCugIjCTyVHFjc,5653910
309
309
  bpy/utils/__init__.pyi,sha256=Dwq7WFMz4vZM6bcYjsWYj9mYm1SDnqESf0d0UPX4xPE,14897
310
310
  bpy/utils/previews/__init__.pyi,sha256=AsbDN4vRLbSTZ7_S_4LqmI1sJmV_8NnqDt1QfBdH94Y,2280
311
311
  bpy/utils/units/__init__.pyi,sha256=QuXx22JjmObRmP_KcdoqOlDSvVtXZHeK5nTIvwjcUnI,2645
@@ -340,7 +340,7 @@ freestyle/functions/__init__.pyi,sha256=sEPnGHwZm8XBlfE7CKLros3CKJlAh1h1FI74nBTE
340
340
  freestyle/predicates/__init__.pyi,sha256=TI-9arpIRbq7ePsxHS-d-4iIj54uHMp-ZyGhPVODMPg,13461
341
341
  freestyle/shaders/__init__.pyi,sha256=4a-rY8mkkIcsnIvYGcP8YgAULdJENDJnncju2CjhQVg,24014
342
342
  freestyle/types/__init__.pyi,sha256=Dmb8LokYlO2lCfmDwPX5MwwpnHHSRaXU2t6Nu37Rzjg,100200
343
- freestyle/utils/__init__.pyi,sha256=lW5JWrilkFTvRmtYoS3hbmWfj2abo2hHsvp4eyGLbcQ,5108
343
+ freestyle/utils/__init__.pyi,sha256=DdX3Qj2yTIu8jXdOAnf_9yKhJ5AQFnS_zVvSAdTfBpU,5108
344
344
  freestyle/utils/ContextFunctions/__init__.pyi,sha256=fPDfiBEjpoqXQhBhmHJ6WxG9oLMItwQ32MxKQz_c9_I,3445
345
345
  gpu/__init__.pyi,sha256=Q-AbyJO85pPYcwXNWtvgAhFGGJ6OnnHrlsXQxur9jhs,7999
346
346
  gpu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -354,7 +354,7 @@ gpu/texture/__init__.pyi,sha256=NWixhD9M2vFrAIWlQDM0Co-CNRiU7BbL7imkSOloHHI,641
354
354
  gpu/types/__init__.pyi,sha256=Q8Gym2MsHoDFLW7snVIfPMUGCQns-XA2URYfeOV3nnk,27923
355
355
  gpu_extras/__init__.pyi,sha256=oNgtMNheClZ_iCmKSH63hBJ4U0huayOWKil-qPvYHds,213
356
356
  gpu_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
357
- gpu_extras/batch/__init__.pyi,sha256=nbeZNWRKChMLBkKYc4mLF9abAffVyzEHp01yf64gZK8,1279
357
+ gpu_extras/batch/__init__.pyi,sha256=t-kFLEyZ0OABqt8VbtSwvo60S7vw15Tq5HRea-G3odE,1278
358
358
  gpu_extras/presets/__init__.pyi,sha256=pDhGELr5vKTZ9yDsLJ4Y836Kmh7cs95rDhSwd1i5e-s,1647
359
359
  graphviz_export/__init__.pyi,sha256=LBiepSfMSL7Qix8FZ6LYKmbPgu1AHRvRw3yHDDWYrEw,215
360
360
  graphviz_export/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -387,7 +387,7 @@ rna_prop_ui/__init__.pyi,sha256=lShhkbbeJ_ANi2dy4J4HIkyp1HZrMqCfhcf8QpAQsj0,1281
387
387
  rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
388
388
  rna_xml/__init__.pyi,sha256=idYsAZj-_egBKMA2pQl2P9IoNhZxXIkBSALFuq-ylO8,577
389
389
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
390
- fake_bge_module_latest-20250202.dist-info/METADATA,sha256=6WZ71obGgWg2xlZiR5S6EfVmQSn6y4sUd7qgGdVBMao,4879
391
- fake_bge_module_latest-20250202.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
392
- fake_bge_module_latest-20250202.dist-info/top_level.txt,sha256=eE5ylpw84TnTp2h-RCfTJgCBykd4PsHdymQwBM_dVls,544
393
- fake_bge_module_latest-20250202.dist-info/RECORD,,
390
+ fake_bge_module_latest-20250204.dist-info/METADATA,sha256=KZsheBV04tiCaPzQXcWooD8trz1s-cw4YCTfDlJGywY,4879
391
+ fake_bge_module_latest-20250204.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
392
+ fake_bge_module_latest-20250204.dist-info/top_level.txt,sha256=eE5ylpw84TnTp2h-RCfTJgCBykd4PsHdymQwBM_dVls,544
393
+ fake_bge_module_latest-20250204.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={Stroke, StrokeVertexIterator}):
127
+ def pairwise(iterable, types={StrokeVertexIterator, Stroke}):
128
128
  """Yields a tuple containing the previous and current object"""
129
129
 
130
130
  def rgb_to_bw(r, g, b):
@@ -1,6 +1,7 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
+ import bgl
4
5
  import gpu.types
5
6
 
6
7
  def batch_for_shader(
@@ -8,7 +9,7 @@ def batch_for_shader(
8
9
  type: str,
9
10
  content: dict[
10
11
  str,
11
- gpu.types.Buffer
12
+ bgl.Buffer
12
13
  | collections.abc.Sequence[float]
13
14
  | collections.abc.Sequence[int]
14
15
  | collections.abc.Sequence[collections.abc.Sequence[float]]
@@ -25,7 +26,7 @@ def batch_for_shader(
25
26
  :type type: str
26
27
  :param content: Maps the name of the shader attribute with the data to fill the vertex buffer.
27
28
  For the dictionary values see documentation for `gpu.types.GPUVertBuf.attr_fill` data argument.
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]]]
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]]]
29
30
  :return: compatible batch
30
31
  :rtype: gpu.types.GPUBatch
31
32
  """