fake-bpy-module 20250607__py3-none-any.whl → 20250609__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.
- bpy/ops/particle/__init__.pyi +9 -0
- {fake_bpy_module-20250607.dist-info → fake_bpy_module-20250609.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250607.dist-info → fake_bpy_module-20250609.dist-info}/RECORD +6 -6
- gpu_extras/batch/__init__.pyi +2 -3
- {fake_bpy_module-20250607.dist-info → fake_bpy_module-20250609.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20250607.dist-info → fake_bpy_module-20250609.dist-info}/top_level.txt +0 -0
bpy/ops/particle/__init__.pyi
CHANGED
|
@@ -234,6 +234,15 @@ def particle_edit_toggle(
|
|
|
234
234
|
:type undo: bool | None
|
|
235
235
|
"""
|
|
236
236
|
|
|
237
|
+
def particle_system_remove_all(
|
|
238
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
239
|
+
) -> None:
|
|
240
|
+
"""Remove all particle system within the active object
|
|
241
|
+
|
|
242
|
+
:type execution_context: int | str | None
|
|
243
|
+
:type undo: bool | None
|
|
244
|
+
"""
|
|
245
|
+
|
|
237
246
|
def rekey(
|
|
238
247
|
execution_context: int | str | None = None,
|
|
239
248
|
undo: bool | None = None,
|
|
@@ -246,7 +246,7 @@ bpy/ops/outliner/__init__.pyi,sha256=k_VPujYUJ-6Xf8tfuBWNyaC71c1XC3JdA6s9djNbtVQ
|
|
|
246
246
|
bpy/ops/paint/__init__.pyi,sha256=xUeYNnteMD0ZjXMW5Dk8zvdEkE4p6paimQNcJV9MHA8,38186
|
|
247
247
|
bpy/ops/paintcurve/__init__.pyi,sha256=jBRQid5k2YuDmTvgeVK9hs1QSN32pxD6OfewAaHp7Rs,3083
|
|
248
248
|
bpy/ops/palette/__init__.pyi,sha256=oPraJKM4eRgvJ0iAEbZKqa5pa1p8tt-sbT8AqSPKzmQ,2188
|
|
249
|
-
bpy/ops/particle/__init__.pyi,sha256=
|
|
249
|
+
bpy/ops/particle/__init__.pyi,sha256=OR3JdE06Dak0b6SykXXg24Cnx5xdIilOpv7ClPLCmiI,14261
|
|
250
250
|
bpy/ops/pointcloud/__init__.pyi,sha256=Lp3rrCJbOxBB5JUrrXRWJ5Yr77NAemjGZfJop_xbHWo,3944
|
|
251
251
|
bpy/ops/pose/__init__.pyi,sha256=d1ehTpAzwwEkCAOSXD8C4BvZB4iNLgo_RRJM166GQP0,27869
|
|
252
252
|
bpy/ops/poselib/__init__.pyi,sha256=e0AEE02lx3fhvStvF-QyZEs2-K2dCrOM2V9eo6yxC6A,5507
|
|
@@ -328,7 +328,7 @@ gpu/texture/__init__.pyi,sha256=eXL-ZQU-gsMFo_Yv6ShF_YjBQ-yPDLRZno-T3P59nhE,668
|
|
|
328
328
|
gpu/types/__init__.pyi,sha256=uTal8DnBWACjm-AFWPNkiGdN4c91VXiwkjh9b3nUzc4,29724
|
|
329
329
|
gpu_extras/__init__.pyi,sha256=XscwC-5DTPC0yc2HB_XMgvX61rT5Qs5RaImqNwR6c40,240
|
|
330
330
|
gpu_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
331
|
-
gpu_extras/batch/__init__.pyi,sha256=
|
|
331
|
+
gpu_extras/batch/__init__.pyi,sha256=0z8rIEm4SFuC-rUGyoOMU0L6i_TsaW5nJN9cGR6u40Y,1306
|
|
332
332
|
gpu_extras/presets/__init__.pyi,sha256=vtAOpu94K9wQBL8TwYIFyT_3rW185Kz91OWGUyC9_0w,1690
|
|
333
333
|
graphviz_export/__init__.pyi,sha256=l4HCIpbabD8OmgoJdVcmAw2HdInP-wAZtTETECLLYWA,258
|
|
334
334
|
graphviz_export/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -361,7 +361,7 @@ rna_prop_ui/__init__.pyi,sha256=E7Xr1GyLCWDiDnB_VSldrUVM6AzWKDvGGoWj3Hj7SZ8,1404
|
|
|
361
361
|
rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
362
362
|
rna_xml/__init__.pyi,sha256=E0_ajcifhpiiQJVaNKnAa2ju-w5Tg9-lk7IqhsPjrw4,652
|
|
363
363
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
364
|
-
fake_bpy_module-
|
|
365
|
-
fake_bpy_module-
|
|
366
|
-
fake_bpy_module-
|
|
367
|
-
fake_bpy_module-
|
|
364
|
+
fake_bpy_module-20250609.dist-info/METADATA,sha256=A5dI5TSzrZt1w7UKGUEWEnJ3REPGst8XcVGK21PszzY,7429
|
|
365
|
+
fake_bpy_module-20250609.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
366
|
+
fake_bpy_module-20250609.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
|
|
367
|
+
fake_bpy_module-20250609.dist-info/RECORD,,
|
gpu_extras/batch/__init__.pyi
CHANGED
|
@@ -2,7 +2,6 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
-
import bgl
|
|
6
5
|
import gpu.types
|
|
7
6
|
|
|
8
7
|
def batch_for_shader(
|
|
@@ -10,7 +9,7 @@ def batch_for_shader(
|
|
|
10
9
|
type: str,
|
|
11
10
|
content: dict[
|
|
12
11
|
str,
|
|
13
|
-
|
|
12
|
+
gpu.types.Buffer
|
|
14
13
|
| collections.abc.Sequence[float]
|
|
15
14
|
| collections.abc.Sequence[int]
|
|
16
15
|
| collections.abc.Sequence[collections.abc.Sequence[float]]
|
|
@@ -27,7 +26,7 @@ def batch_for_shader(
|
|
|
27
26
|
:type type: str
|
|
28
27
|
:param content: Maps the name of the shader attribute with the data to fill the vertex buffer.
|
|
29
28
|
For the dictionary values see documentation for `gpu.types.GPUVertBuf.attr_fill` data argument.
|
|
30
|
-
:type content: dict[str,
|
|
29
|
+
: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]]]
|
|
31
30
|
:return: compatible batch
|
|
32
31
|
:rtype: gpu.types.GPUBatch
|
|
33
32
|
"""
|
|
File without changes
|
|
File without changes
|