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

@@ -51,7 +51,9 @@ def mixdown(
51
51
  accuracy: int | None = 1024,
52
52
  container: str | None = "FLAC",
53
53
  codec: str | None = "FLAC",
54
+ channels: str | None = "STEREO",
54
55
  format: str | None = "S16",
56
+ mixrate: int | None = 48000,
55
57
  bitrate: int | None = 192,
56
58
  split_channels: bool | None = False,
57
59
  ):
@@ -123,25 +125,25 @@ def mixdown(
123
125
  :param container: Container, File format
124
126
 
125
127
  AC3
126
- ac3 -- Dolby Digital ATRAC 3.
128
+ AC3 -- Dolby Digital ATRAC 3.
127
129
 
128
130
  FLAC
129
- flac -- Free Lossless Audio Codec.
131
+ FLAC -- Free Lossless Audio Codec.
130
132
 
131
133
  MATROSKA
132
- mkv -- Matroska.
134
+ MKV -- Matroska.
133
135
 
134
136
  MP2
135
- mp2 -- MPEG-1 Audio Layer II.
137
+ MP2 -- MPEG-1 Audio Layer II.
136
138
 
137
139
  MP3
138
- mp3 -- MPEG-2 Audio Layer III.
140
+ MP3 -- MPEG-2 Audio Layer III.
139
141
 
140
142
  OGG
141
- ogg -- Xiph.Org Ogg Container.
143
+ OGG -- Xiph.Org Ogg Container.
142
144
 
143
145
  WAV
144
- wav -- Waveform Audio File Format.
146
+ WAV -- Waveform Audio File Format.
145
147
  :type container: str | None
146
148
  :param codec: Codec, Audio Codec
147
149
 
@@ -166,6 +168,32 @@ def mixdown(
166
168
  VORBIS
167
169
  Vorbis -- Xiph.Org Vorbis Codec.
168
170
  :type codec: str | None
171
+ :param channels: Channels, Audio channel count
172
+
173
+ MONO
174
+ Mono -- Single audio channel.
175
+
176
+ STEREO
177
+ Stereo -- Stereo audio channels.
178
+
179
+ STEREO_LFE
180
+ Stereo LFE -- Stereo with LFE channel.
181
+
182
+ SURROUND4
183
+ 4 Channels -- 4 channel surround sound.
184
+
185
+ SURROUND5
186
+ 5 Channels -- 5 channel surround sound.
187
+
188
+ SURROUND51
189
+ 5.1 Surround -- 5.1 surround sound.
190
+
191
+ SURROUND61
192
+ 6.1 Surround -- 6.1 surround sound.
193
+
194
+ SURROUND71
195
+ 7.1 Surround -- 7.1 surround sound.
196
+ :type channels: str | None
169
197
  :param format: Format, Sample format
170
198
 
171
199
  U8
@@ -186,6 +214,8 @@ def mixdown(
186
214
  F64
187
215
  F64 -- 64-bit floating-point.
188
216
  :type format: str | None
217
+ :param mixrate: Samplerate, Samplerate in samples/s
218
+ :type mixrate: int | None
189
219
  :param bitrate: Bitrate, Bitrate in kbit/s
190
220
  :type bitrate: int | None
191
221
  :param split_channels: Split channels, Each channel will be rendered into a mono file
bpy/types/__init__.pyi CHANGED
@@ -87113,7 +87113,6 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
87113
87113
 
87114
87114
  * ThemeStyle.panel_title
87115
87115
  * ThemeStyle.widget
87116
- * ThemeStyle.widget_label
87117
87116
 
87118
87117
  :columns: 2
87119
87118
 
@@ -222767,12 +222766,6 @@ class ThemeStyle(bpy_struct):
222767
222766
  :type: ThemeFontStyle
222768
222767
  """
222769
222768
 
222770
- widget_label: ThemeFontStyle
222771
- """
222772
-
222773
- :type: ThemeFontStyle
222774
- """
222775
-
222776
222769
  @classmethod
222777
222770
  def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
222778
222771
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20240719
3
+ Version: 20240720
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
@@ -254,7 +254,7 @@ bpy/ops/script/__init__.pyi,sha256=XRvMY2-mQ9tiatiG0A4spX3Y9D-RPExmFOvi2Y3MH34,1
254
254
  bpy/ops/sculpt/__init__.pyi,sha256=KQtr7Hg4s0Z39x4bXN8mOUPHIVnJH28bV1htcdPqtck,46916
255
255
  bpy/ops/sculpt_curves/__init__.pyi,sha256=5l8WcoMJiFscK5RQvUfE-2y2mwhLJ4h3ZjtCBp3N8MY,3342
256
256
  bpy/ops/sequencer/__init__.pyi,sha256=gVj-8SRpIKSVzqjjNIZDiBaCZgVzHgYEGcc52i5iNOY,81985
257
- bpy/ops/sound/__init__.pyi,sha256=pjqqeSdYxCGXNI-VNpFx-_X7EM9KBY5KYLddtP85LzI,16218
257
+ bpy/ops/sound/__init__.pyi,sha256=TWOV31OvtdJpcnbtRmq_d4PMpEV1TiPG3fcWinliM6s,16910
258
258
  bpy/ops/spreadsheet/__init__.pyi,sha256=1LQaWmT8fVpJG3HibE1cfNJehn4-wJqhVfPU0yUOEwI,2132
259
259
  bpy/ops/surface/__init__.pyi,sha256=-rnYWQwhKcd6DhyU7FlR-h6yNYHBF4YrqPF2DkJFLUY,10953
260
260
  bpy/ops/text/__init__.pyi,sha256=XYIWeSDOp7VWSKfibeD83YZKwCuq2sZKlW_029kNyGc,26194
@@ -271,7 +271,7 @@ bpy/ops/workspace/__init__.pyi,sha256=OSELKT_HUs2W6cOk2wOigZgkbieGezMVWTi45f4x-I
271
271
  bpy/ops/world/__init__.pyi,sha256=_z3cX9CYV0nTmSiSQcC82nRiXYriWMcHomfxmSl2GxM,1057
272
272
  bpy/path/__init__.pyi,sha256=eHZZMKEe97JZsx7p5YzG8YtEJ6X7T2gVtMUO8oRFevU,5924
273
273
  bpy/props/__init__.pyi,sha256=Ve1JEXbDvR1jPFE21dZEQQaBz15sdZ0IG-N3CVxtV40,29575
274
- bpy/types/__init__.pyi,sha256=_CGJswa8yCN6ijgRbBnonYe_ofIDKB5wiO1T8qQfT2M,5268415
274
+ bpy/types/__init__.pyi,sha256=dF-Dv42jAOjDHW8vHfpVEjs_08yoBgE_mUUAaRTbyZU,5268311
275
275
  bpy/utils/__init__.pyi,sha256=rG2EBRXMb8Mzr99UoscRuEqtAQHYqRMob8vYyaRF6-g,13752
276
276
  bpy/utils/previews/__init__.pyi,sha256=0mvcirUV7D4ByWzEUIBVEEJ1VTFhBjBcstllI7L6MRc,2439
277
277
  bpy/utils/units/__init__.pyi,sha256=2OtqF54xi6peGyNeSGkuaLpytf2EESF753zqooe8bwc,2719
@@ -355,7 +355,7 @@ rna_xml/__init__.pyi,sha256=aUk0kaxu1bMT5z1b2S_CnI0r-p7119GGYDjeV65sx6w,670
355
355
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
356
356
  sys_info/__init__.pyi,sha256=-GCmGVtiditgEnxiqi7hwH2wbEMmrtUNGvMEbxVezU4,189
357
357
  sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
358
- fake_bpy_module-20240719.dist-info/METADATA,sha256=5Vb_Rwkc3u3Aev6ttgkrqqjNnf37NWFCggH2pAl1GDY,7188
359
- fake_bpy_module-20240719.dist-info/WHEEL,sha256=-oYQCr74JF3a37z2nRlQays_SX2MqOANoqVjBBAP2yE,91
360
- fake_bpy_module-20240719.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
361
- fake_bpy_module-20240719.dist-info/RECORD,,
358
+ fake_bpy_module-20240720.dist-info/METADATA,sha256=Peb1sj_7zbGPosZqyr4gRbcWBkqwtnJGkr9BOoKAsZk,7188
359
+ fake_bpy_module-20240720.dist-info/WHEEL,sha256=rWxmBtp7hEUqVLOnTaDOPpR-cZpCDkzhhcBce-Zyd5k,91
360
+ fake_bpy_module-20240720.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
361
+ fake_bpy_module-20240720.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (71.0.3)
2
+ Generator: setuptools (71.0.4)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5