fake-bpy-module 20240324__py3-none-any.whl → 20240325__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/export_scene/__init__.pyi +2 -2
- bpy/ops/nla/__init__.pyi +3 -3
- bpy/ops/sculpt/__init__.pyi +2 -2
- bpy/types/__init__.pyi +2 -2
- {fake_bpy_module-20240324.dist-info → fake_bpy_module-20240325.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240324.dist-info → fake_bpy_module-20240325.dist-info}/RECORD +9 -9
- gpu/types/__init__.pyi +14 -15
- {fake_bpy_module-20240324.dist-info → fake_bpy_module-20240325.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240324.dist-info → fake_bpy_module-20240325.dist-info}/top_level.txt +0 -0
|
@@ -19,12 +19,12 @@ def fbx(
|
|
|
19
19
|
use_space_transform: typing.Union[bool, typing.Any] = True,
|
|
20
20
|
bake_space_transform: typing.Union[bool, typing.Any] = False,
|
|
21
21
|
object_types: typing.Any = {
|
|
22
|
+
'"MESH"',
|
|
22
23
|
'"LIGHT"',
|
|
23
|
-
'"ARMATURE"',
|
|
24
24
|
'"OTHER"',
|
|
25
|
-
'"MESH"',
|
|
26
25
|
'"CAMERA"',
|
|
27
26
|
'"EMPTY"',
|
|
27
|
+
'"ARMATURE"',
|
|
28
28
|
},
|
|
29
29
|
use_mesh_modifiers: typing.Union[bool, typing.Any] = True,
|
|
30
30
|
use_mesh_modifiers_render: typing.Union[bool, typing.Any] = True,
|
bpy/ops/nla/__init__.pyi
CHANGED
|
@@ -101,11 +101,11 @@ def bake(
|
|
|
101
101
|
clean_curves: typing.Union[bool, typing.Any] = False,
|
|
102
102
|
bake_types: typing.Any = {'"POSE"'},
|
|
103
103
|
channel_types: typing.Any = {
|
|
104
|
-
'"LOCATION"',
|
|
105
|
-
'"ROTATION"',
|
|
106
|
-
'"SCALE"',
|
|
107
104
|
'"PROPS"',
|
|
108
105
|
'"BBONE"',
|
|
106
|
+
'"SCALE"',
|
|
107
|
+
'"ROTATION"',
|
|
108
|
+
'"LOCATION"',
|
|
109
109
|
},
|
|
110
110
|
):
|
|
111
111
|
"""Bake all selected objects location/scale/rotation animation to an action
|
bpy/ops/sculpt/__init__.pyi
CHANGED
|
@@ -47,7 +47,7 @@ def cloth_filter(
|
|
|
47
47
|
bpy.types.OperatorStrokeElement
|
|
48
48
|
] = None,
|
|
49
49
|
type: typing.Any = "GRAVITY",
|
|
50
|
-
force_axis: typing.Any = {'"
|
|
50
|
+
force_axis: typing.Any = {'"Y"', '"X"', '"Z"'},
|
|
51
51
|
orientation: typing.Any = "LOCAL",
|
|
52
52
|
cloth_mass: typing.Any = 1.0,
|
|
53
53
|
cloth_damping: typing.Any = 0.0,
|
|
@@ -599,7 +599,7 @@ def mesh_filter(
|
|
|
599
599
|
bpy.types.OperatorStrokeElement
|
|
600
600
|
] = None,
|
|
601
601
|
type: typing.Any = "INFLATE",
|
|
602
|
-
deform_axis: typing.Any = {'"
|
|
602
|
+
deform_axis: typing.Any = {'"Y"', '"X"', '"Z"'},
|
|
603
603
|
orientation: typing.Any = "LOCAL",
|
|
604
604
|
surface_smooth_shape_preservation: typing.Any = 0.5,
|
|
605
605
|
surface_smooth_current_vertex: typing.Any = 0.5,
|
bpy/types/__init__.pyi
CHANGED
|
@@ -57888,7 +57888,7 @@ class KeyConfigurations(bpy_struct):
|
|
|
57888
57888
|
idname: typing.Union[str, typing.Any],
|
|
57889
57889
|
context: typing.Any = "INVOKE_DEFAULT",
|
|
57890
57890
|
properties: OperatorProperties = None,
|
|
57891
|
-
include: typing.Any = {'"ACTIONZONE"', '"
|
|
57891
|
+
include: typing.Any = {'"ACTIONZONE"', '"KEYBOARD"', '"NDOF"', '"MOUSE"'},
|
|
57892
57892
|
exclude: typing.Any = {},
|
|
57893
57893
|
) -> typing.Any:
|
|
57894
57894
|
"""find_item_from_operator
|
|
@@ -58350,7 +58350,7 @@ class KeyMapItems(bpy_struct):
|
|
|
58350
58350
|
self,
|
|
58351
58351
|
idname: typing.Union[str, typing.Any],
|
|
58352
58352
|
properties: OperatorProperties = None,
|
|
58353
|
-
include: typing.Any = {'"ACTIONZONE"', '"
|
|
58353
|
+
include: typing.Any = {'"ACTIONZONE"', '"KEYBOARD"', '"NDOF"', '"MOUSE"'},
|
|
58354
58354
|
exclude: typing.Any = {},
|
|
58355
58355
|
) -> typing.Any:
|
|
58356
58356
|
"""find_from_operator
|
|
@@ -199,7 +199,7 @@ bpy/ops/dpaint/__init__.pyi,sha256=f99dbvAlCHDX-lQcjeQPQfEyJeqUM2H7eW3crC46y4k,2
|
|
|
199
199
|
bpy/ops/ed/__init__.pyi,sha256=FB1ICxeZQsAkDUV1g6cH0c4fqKr_qPEiGcj7n9acfWE,9406
|
|
200
200
|
bpy/ops/export_anim/__init__.pyi,sha256=QOhHLpZxpTjpeNBDfxeXL-GgOzsdfANKFIfn04eNVuk,2224
|
|
201
201
|
bpy/ops/export_mesh/__init__.pyi,sha256=u_sLXIynraYJ4ykAoegXuX7jWCFCm460D_VkMTWfMYI,2581
|
|
202
|
-
bpy/ops/export_scene/__init__.pyi,sha256=
|
|
202
|
+
bpy/ops/export_scene/__init__.pyi,sha256=nrccZ8sUuA36Rk2Z8H1hqyWC1e_wqIGMxOMvlkWLWv8,42501
|
|
203
203
|
bpy/ops/file/__init__.pyi,sha256=GZza4lGAQK777Yjbvz71ffNuvxJU1tAYuKtiXRu9JXE,25295
|
|
204
204
|
bpy/ops/fluid/__init__.pyi,sha256=BZYv5G1X1FNQkoTziTTsU7VnH2VFgW5IIF9-ltsExFo,5424
|
|
205
205
|
bpy/ops/font/__init__.pyi,sha256=ZwhWD__bpR6nM36bpvAgAgBG-N1sGmBWdPbisOE78UM,18646
|
|
@@ -220,7 +220,7 @@ bpy/ops/mask/__init__.pyi,sha256=-wAZz1Uw_U0Bfrwpb6BKY0Nm7nEKuYcHrw7fJ8E7A3U,214
|
|
|
220
220
|
bpy/ops/material/__init__.pyi,sha256=Bw8kZGmiMuOLBzWhZOGuyXLYwgGi_ImRIMtTRaikQLs,1139
|
|
221
221
|
bpy/ops/mball/__init__.pyi,sha256=iTJJvHcg1iaEej4IgzW_mGdW4_G5ww9rKIDqY-NHHhc,5017
|
|
222
222
|
bpy/ops/mesh/__init__.pyi,sha256=PS0sV7jHNHMGxpoJY9PoXp0FmDKdeb1CTh9LZAkoAJY,147257
|
|
223
|
-
bpy/ops/nla/__init__.pyi,sha256=
|
|
223
|
+
bpy/ops/nla/__init__.pyi,sha256=J0UMGjI1mr-W_YvsLnQyxvi5w9MQ6tNo7MTFaIKm5K0,23860
|
|
224
224
|
bpy/ops/node/__init__.pyi,sha256=VXdsVOwKYjwxKi84x1FVclVU8HUihhSUhoUJrrYLFoU,60624
|
|
225
225
|
bpy/ops/object/__init__.pyi,sha256=dyI2WxXFre2-X9gk2b98YKq9Ot3uIY32TB2rcZO2O2w,195991
|
|
226
226
|
bpy/ops/outliner/__init__.pyi,sha256=CSldQVoTwmeVXPc2ciusDQc5o6HFo0LF3VBCkUoKy0g,35821
|
|
@@ -237,7 +237,7 @@ bpy/ops/rigidbody/__init__.pyi,sha256=uJXw-GLOVf3MD8vagd1tjmpKiXQqWyBw_XCmgJBrOB
|
|
|
237
237
|
bpy/ops/scene/__init__.pyi,sha256=CX2au6DVgTUju4ADW-WDnJFJfU4OMcNX3bxbyK7qhBk,19659
|
|
238
238
|
bpy/ops/screen/__init__.pyi,sha256=sfqX8dTwcoOBygwmiDmSq_ucvEL6pB0CxQx3RGV0nrE,26334
|
|
239
239
|
bpy/ops/script/__init__.pyi,sha256=Pqgos0lntRuuc6mnH1XCfFB4DajIH_-JwXulSVJyWA8,1554
|
|
240
|
-
bpy/ops/sculpt/__init__.pyi,sha256=
|
|
240
|
+
bpy/ops/sculpt/__init__.pyi,sha256=ngl1z44w3Rip9Wkvb_taNR39L9h0a5g_AjneUKNJsEE,35238
|
|
241
241
|
bpy/ops/sculpt_curves/__init__.pyi,sha256=4PXQ_0M603I2ThYSiCP5rtYkhvaIRveCAy5sMbhC-G0,3100
|
|
242
242
|
bpy/ops/sequencer/__init__.pyi,sha256=HfDi_5XwJPI-P93M7ipFBSD0sJ8M0rmn26dJY12uRlM,85407
|
|
243
243
|
bpy/ops/sound/__init__.pyi,sha256=2iic8OBlQR9D-2JpVTttY-pVgY2zGYB8yr_JuzBQhgA,18862
|
|
@@ -257,7 +257,7 @@ bpy/ops/workspace/__init__.pyi,sha256=--eKJHEjikwh9vW1fLk7aLnqs951OIehUc1Ih4BaKb
|
|
|
257
257
|
bpy/ops/world/__init__.pyi,sha256=AC5Usw80jY1M4kA0_TP1DQVCFoVMUHXKjqM4jzHZ6zQ,428
|
|
258
258
|
bpy/path/__init__.pyi,sha256=JdAATG1YvG3YPT3N8efWnwmPlxVR_xpojqcyxL_eCOY,6278
|
|
259
259
|
bpy/props/__init__.pyi,sha256=PyqNw_wJo6FWsL_OHpzXbBGJmmjMHn5LSGWyq7dWcRs,24335
|
|
260
|
-
bpy/types/__init__.pyi,sha256=
|
|
260
|
+
bpy/types/__init__.pyi,sha256=VdFok1jRsTon2A23TZ7mh0-9QiyVIS4yXHszJO0kDqk,3160211
|
|
261
261
|
bpy/utils/__init__.pyi,sha256=UZGztNNluDmQPK2M2UHx6oogvChb4x8sSFtygu0wiRg,11587
|
|
262
262
|
bpy/utils/previews/__init__.pyi,sha256=0vWcQrvQ0xgzxF8AAUu2XVRZgkEGqqoQBk8ovUVF0u4,3035
|
|
263
263
|
bpy/utils/units/__init__.pyi,sha256=1vtEQMCIi1bkSL1m3F7J64E8hDxHx0aMGHwi4BioNxM,2331
|
|
@@ -299,7 +299,7 @@ gpu/select/__init__.pyi,sha256=VZ2jswTRLBZIUFk1CQO3x6kXnF7PCT99S6EI3UvxT80,161
|
|
|
299
299
|
gpu/shader/__init__.pyi,sha256=ZPZO3gKAxIbxFN8KryCYZ6r5v5sozsLGxb45bq2z2U8,1091
|
|
300
300
|
gpu/state/__init__.pyi,sha256=2mEry-WWbLe3Lv6awuOAyGQhANRtfW7iaIaT8OTwCRw,4433
|
|
301
301
|
gpu/texture/__init__.pyi,sha256=TECeEyTdXXbnFWgczC7Tz07qgqyf6QRbpsUSwPTFlrM,596
|
|
302
|
-
gpu/types/__init__.pyi,sha256=
|
|
302
|
+
gpu/types/__init__.pyi,sha256=1GvR2xg7u0b9a1PmAnMEESnlLvAJG7NWvIiLxMhDVrg,27328
|
|
303
303
|
gpu_extras/__init__.pyi,sha256=P8YjHnZb6dS17DntUFnWAI0nMtTMbwIU92dSrBR5k8M,101
|
|
304
304
|
gpu_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
305
305
|
gpu_extras/batch/__init__.pyi,sha256=avok-3F-bY6PR2aqyQTQwP1FdsqlTBa32Cojf3FnIPI,1328
|
|
@@ -337,7 +337,7 @@ rna_xml/__init__.pyi,sha256=12yOlLxfl-1hZ6MN5TCak3gGdgz4TknNjZ4OuoJE7x4,578
|
|
|
337
337
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
338
338
|
sys_info/__init__.pyi,sha256=5cKQiE7NFvOTsjdqB7pO7uflClATfF-90sCEeo9JOO8,110
|
|
339
339
|
sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
340
|
-
fake_bpy_module-
|
|
341
|
-
fake_bpy_module-
|
|
342
|
-
fake_bpy_module-
|
|
343
|
-
fake_bpy_module-
|
|
340
|
+
fake_bpy_module-20240325.dist-info/METADATA,sha256=RQHI8BLh1ofC-NlzNkx2uTjdLVogi3oyWLcm3k9PGgA,7008
|
|
341
|
+
fake_bpy_module-20240325.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
342
|
+
fake_bpy_module-20240325.dist-info/top_level.txt,sha256=7r84ZPNSbRAopA50b0pH3uZ2ysQ2IvkuP0uXadxl7gs,495
|
|
343
|
+
fake_bpy_module-20240325.dist-info/RECORD,,
|
gpu/types/__init__.pyi
CHANGED
|
@@ -67,7 +67,7 @@ class GPUBatch:
|
|
|
67
67
|
"""
|
|
68
68
|
...
|
|
69
69
|
|
|
70
|
-
def vertbuf_add(self, buf
|
|
70
|
+
def vertbuf_add(self, buf):
|
|
71
71
|
"""Add another vertex buffer to the Batch.
|
|
72
72
|
It is not possible to add more vertices to the batch using this method.
|
|
73
73
|
Instead it can be used to add more attributes to the existing vertices.
|
|
@@ -76,7 +76,6 @@ class GPUBatch:
|
|
|
76
76
|
Current a batch can have at most 16 vertex buffers.
|
|
77
77
|
|
|
78
78
|
:param buf: The vertex buffer that will be added to the batch.
|
|
79
|
-
:type buf: GPUVertBuf
|
|
80
79
|
"""
|
|
81
80
|
...
|
|
82
81
|
|
|
@@ -1050,19 +1049,6 @@ class GPUUniformBuf:
|
|
|
1050
1049
|
"""
|
|
1051
1050
|
...
|
|
1052
1051
|
|
|
1053
|
-
class GPUVertBuf:
|
|
1054
|
-
"""Contains a VBO."""
|
|
1055
|
-
|
|
1056
|
-
def attr_fill(self, id: typing.Union[int, str], data: typing.List[float]):
|
|
1057
|
-
"""Insert data into the buffer for a single attribute.
|
|
1058
|
-
|
|
1059
|
-
:param id: Either the name or the id of the attribute.
|
|
1060
|
-
:type id: typing.Union[int, str]
|
|
1061
|
-
:param data: Sequence of data that should be stored in the buffer
|
|
1062
|
-
:type data: typing.List[float]
|
|
1063
|
-
"""
|
|
1064
|
-
...
|
|
1065
|
-
|
|
1066
1052
|
class GPUVertFormat:
|
|
1067
1053
|
"""This object contains information about the structure of a vertex buffer."""
|
|
1068
1054
|
|
|
@@ -1085,3 +1071,16 @@ class GPUVertFormat:
|
|
|
1085
1071
|
:type fetch_mode: str
|
|
1086
1072
|
"""
|
|
1087
1073
|
...
|
|
1074
|
+
|
|
1075
|
+
class blender:
|
|
1076
|
+
"""Contains a VBO."""
|
|
1077
|
+
|
|
1078
|
+
def attr_fill(self, id: typing.Union[int, str], data: typing.List[float]):
|
|
1079
|
+
"""Insert data into the buffer for a single attribute.
|
|
1080
|
+
|
|
1081
|
+
:param id: Either the name or the id of the attribute.
|
|
1082
|
+
:type id: typing.Union[int, str]
|
|
1083
|
+
:param data: Sequence of data that should be stored in the buffer
|
|
1084
|
+
:type data: typing.List[float]
|
|
1085
|
+
"""
|
|
1086
|
+
...
|
|
File without changes
|
|
File without changes
|