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

aud/__init__.pyi CHANGED
@@ -946,6 +946,10 @@ CODEC_VORBIS: typing.Any
946
946
  """ Constant value 7
947
947
  """
948
948
 
949
+ CONTAINER_AAC: typing.Any
950
+ """ Constant value 8
951
+ """
952
+
949
953
  CONTAINER_AC3: typing.Any
950
954
  """ Constant value 1
951
955
  """
@@ -44,7 +44,9 @@ def mixdown(
44
44
  | None = "DEFAULT",
45
45
  sort_method: str | None = "",
46
46
  accuracy: int | None = 1024,
47
- container: typing.Literal["AC3", "FLAC", "MATROSKA", "MP2", "MP3", "OGG", "WAV"]
47
+ container: typing.Literal[
48
+ "AAC", "AC3", "FLAC", "MATROSKA", "MP2", "MP3", "OGG", "WAV"
49
+ ]
48
50
  | None = "FLAC",
49
51
  codec: typing.Literal["AAC", "AC3", "FLAC", "MP2", "MP3", "PCM", "VORBIS"]
50
52
  | None = "FLAC",
@@ -130,6 +132,9 @@ def mixdown(
130
132
  :type accuracy: int | None
131
133
  :param container: Container, File format
132
134
 
135
+ AAC
136
+ AAC -- Advanced Audio Coding.
137
+
133
138
  AC3
134
139
  AC3 -- Dolby Digital ATRAC 3.
135
140
 
@@ -150,7 +155,7 @@ def mixdown(
150
155
 
151
156
  WAV
152
157
  WAV -- Waveform Audio File Format.
153
- :type container: typing.Literal['AC3','FLAC','MATROSKA','MP2','MP3','OGG','WAV'] | None
158
+ :type container: typing.Literal['AAC','AC3','FLAC','MATROSKA','MP2','MP3','OGG','WAV'] | None
154
159
  :param codec: Codec, Audio Codec
155
160
 
156
161
  AAC
bpy/types/__init__.pyi CHANGED
@@ -211154,7 +211154,7 @@ class SpaceSequenceEditor(Space, bpy_struct):
211154
211154
  """
211155
211155
 
211156
211156
  show_transform_preview: bool
211157
- """ Show preview of the transformed frames
211157
+ """ Show a preview of the start or end frame of a strip while transforming its respective handle
211158
211158
 
211159
211159
  :type: bool
211160
211160
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: fake-bpy-module
3
- Version: 20250110
3
+ Version: 20250112
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
@@ -17,7 +17,7 @@ addon_utils/__init__.pyi,sha256=BYOy-IUoTwuhAwj5NKc6DxCLUdXDoWte6Gwqa0JFVbc,3177
17
17
  addon_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
18
  animsys_refactor/__init__.pyi,sha256=FVtTS8ep5YY_wxoK9FesObKvYKIffFgmOyS74iuza0s,643
19
19
  animsys_refactor/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
- aud/__init__.pyi,sha256=tt3gNwZlxxqaCPPrJmqlpycZ-6LDuQyHzFeItdw0Ymw,33507
20
+ aud/__init__.pyi,sha256=ji2B64bhtwb5tcJQd-7dXUTtWYd3XNsOK3HlpkRvWQs,33559
21
21
  aud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
22
  bgl/__init__.pyi,sha256=qpQGlYz_sDIpS4AYONwmVkBlX2wM19TzfS76UM4IX-E,99534
23
23
  bgl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -260,7 +260,7 @@ bpy/ops/script/__init__.pyi,sha256=LPFPi3ovQdpV5IVlMnJpo9K3i88q1t6cFnoXnfiJ5HA,9
260
260
  bpy/ops/sculpt/__init__.pyi,sha256=rLoR6GFU6ARcuEq-CwBKngSn0xxELfy42WJogo4pXxw,46804
261
261
  bpy/ops/sculpt_curves/__init__.pyi,sha256=jDglkug-tn6Esxo-_DrILnCkifpWfQ82x9JE_q0PW-c,2849
262
262
  bpy/ops/sequencer/__init__.pyi,sha256=PvVUvPL124adjdt8bF65h35mUIkK1DnLj2glJ15O6FA,78337
263
- bpy/ops/sound/__init__.pyi,sha256=-XatEtxOVyJEDQ5qbiYIvVSaoHMV0BlDXaVXHmpILQY,16859
263
+ bpy/ops/sound/__init__.pyi,sha256=kz9Sk9QCN0lUszJ6sShcwBSj7azOAne3SMADKG3i15c,16929
264
264
  bpy/ops/spreadsheet/__init__.pyi,sha256=q_4fYPoBC6g61Pw7Mz71PQB93vYHxk661B18CvIkguA,1360
265
265
  bpy/ops/surface/__init__.pyi,sha256=OD-_jQEOIHzb89OaZ4JLMZlnP7-s4jbY4a2DpI9bA_I,10315
266
266
  bpy/ops/text/__init__.pyi,sha256=j6wutufMV-p6P1WkAJxrFJWDv3MK-ra691fkR_rdy1s,21152
@@ -277,7 +277,7 @@ 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=rxpq9_AeVaMNXJ1MBAowRzLYjBzsYxNx5Ox5qWLLu5w,35255
280
- bpy/types/__init__.pyi,sha256=N0XOaNiYo5db9I8NRT0mhJys7JPykivzq18AK50ooaI,5419445
280
+ bpy/types/__init__.pyi,sha256=_ig-Jcm1mnZlrZCIyDMsucxcIG_LKGWMwmR9Lp8lzrY,5419499
281
281
  bpy/utils/__init__.pyi,sha256=LBKZscVUnS43O9AFmDZrJA1hBxJE3AFAY9d5SCWdKyU,14403
282
282
  bpy/utils/previews/__init__.pyi,sha256=AsbDN4vRLbSTZ7_S_4LqmI1sJmV_8NnqDt1QfBdH94Y,2280
283
283
  bpy/utils/units/__init__.pyi,sha256=QuXx22JjmObRmP_KcdoqOlDSvVtXZHeK5nTIvwjcUnI,2645
@@ -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-20250110.dist-info/METADATA,sha256=UafsBgKrGMSBVTU_hDZq7caSSvOlCU8BZAmESK-1XPA,7289
363
- fake_bpy_module-20250110.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
364
- fake_bpy_module-20250110.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
365
- fake_bpy_module-20250110.dist-info/RECORD,,
362
+ fake_bpy_module-20250112.dist-info/METADATA,sha256=xH_LYqoir2tEZnSeGta01avZ1GqrmSQ82xd8_TBj8xI,7289
363
+ fake_bpy_module-20250112.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
364
+ fake_bpy_module-20250112.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
365
+ fake_bpy_module-20250112.dist-info/RECORD,,