fake-bpy-module 20240331__py3-none-any.whl → 20240402__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 +2 -2
- bpy/types/__init__.pyi +2 -2
- {fake_bpy_module-20240331.dist-info → fake_bpy_module-20240402.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240331.dist-info → fake_bpy_module-20240402.dist-info}/RECORD +7 -7
- {fake_bpy_module-20240331.dist-info → fake_bpy_module-20240402.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240331.dist-info → fake_bpy_module-20240402.dist-info}/top_level.txt +0 -0
|
@@ -20,11 +20,11 @@ def fbx(
|
|
|
20
20
|
bake_space_transform: typing.Union[bool, typing.Any] = False,
|
|
21
21
|
object_types: typing.Any = {
|
|
22
22
|
'"LIGHT"',
|
|
23
|
+
'"EMPTY"',
|
|
23
24
|
'"OTHER"',
|
|
25
|
+
'"CAMERA"',
|
|
24
26
|
'"ARMATURE"',
|
|
25
27
|
'"MESH"',
|
|
26
|
-
'"CAMERA"',
|
|
27
|
-
'"EMPTY"',
|
|
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
|
@@ -102,9 +102,9 @@ def bake(
|
|
|
102
102
|
channel_types: typing.Any = {
|
|
103
103
|
'"PROPS"',
|
|
104
104
|
'"BBONE"',
|
|
105
|
-
'"LOCATION"',
|
|
106
|
-
'"ROTATION"',
|
|
107
105
|
'"SCALE"',
|
|
106
|
+
'"ROTATION"',
|
|
107
|
+
'"LOCATION"',
|
|
108
108
|
},
|
|
109
109
|
):
|
|
110
110
|
"""Bake all selected objects location/scale/rotation animation to an action
|
bpy/types/__init__.pyi
CHANGED
|
@@ -58628,7 +58628,7 @@ class KeyConfigurations(bpy_struct):
|
|
|
58628
58628
|
idname: typing.Union[str, typing.Any],
|
|
58629
58629
|
context: typing.Union[str, int] = "INVOKE_DEFAULT",
|
|
58630
58630
|
properties: typing.Union[OperatorProperties, typing.Any] = None,
|
|
58631
|
-
include: typing.Any = {'"
|
|
58631
|
+
include: typing.Any = {'"ACTIONZONE"', '"KEYBOARD"', '"NDOF"', '"MOUSE"'},
|
|
58632
58632
|
exclude: typing.Any = {},
|
|
58633
58633
|
) -> typing.Any:
|
|
58634
58634
|
"""find_item_from_operator
|
|
@@ -59111,7 +59111,7 @@ class KeyMapItems(bpy_struct):
|
|
|
59111
59111
|
self,
|
|
59112
59112
|
idname: typing.Union[str, typing.Any],
|
|
59113
59113
|
properties: typing.Union[OperatorProperties, typing.Any] = None,
|
|
59114
|
-
include: typing.Any = {'"
|
|
59114
|
+
include: typing.Any = {'"ACTIONZONE"', '"KEYBOARD"', '"NDOF"', '"MOUSE"'},
|
|
59115
59115
|
exclude: typing.Any = {},
|
|
59116
59116
|
) -> typing.Any:
|
|
59117
59117
|
"""find_from_operator
|
|
@@ -199,7 +199,7 @@ bpy/ops/dpaint/__init__.pyi,sha256=AJ26qd7otmsIWPCb43XVdV_MaGr211-GlcoxbKhapwU,1
|
|
|
199
199
|
bpy/ops/ed/__init__.pyi,sha256=PxaWru-dVJ2bRA2GGwtFFERgL1Mr_p1QUdK_QnWxD4g,8950
|
|
200
200
|
bpy/ops/export_anim/__init__.pyi,sha256=K6ll7RWxlG8Frqjjlv4iXOsoU1nc0jsGZuKxlVNfyUA,2186
|
|
201
201
|
bpy/ops/export_mesh/__init__.pyi,sha256=GJhrJezT6_-Z7BDAThJvvP73C9DG4ilTmnO7lHAZqMo,2543
|
|
202
|
-
bpy/ops/export_scene/__init__.pyi,sha256=
|
|
202
|
+
bpy/ops/export_scene/__init__.pyi,sha256=YDAvOcXPfjhsacvLV6aZFv_jdCeA0FOMaR7O_lzNkUo,42387
|
|
203
203
|
bpy/ops/file/__init__.pyi,sha256=jxCrURW6yr27-_rjXIfY1_ziXEAlpkIp1zOz5tgHTFM,23620
|
|
204
204
|
bpy/ops/fluid/__init__.pyi,sha256=RccmE8XY37bi96GOWgbp4ROOvBVreb2VlobfzQsuWek,4892
|
|
205
205
|
bpy/ops/font/__init__.pyi,sha256=uglCjVN1vpCh-mL74iU1FEYQ4x0J2RerHspHisWkJ_A,17772
|
|
@@ -220,7 +220,7 @@ bpy/ops/mask/__init__.pyi,sha256=0-xKWc42g_nuLyWzBHrXNr7lM8YvZjho3EZMZkQ90QI,199
|
|
|
220
220
|
bpy/ops/material/__init__.pyi,sha256=f0KGtJra_ikDHYZqnncCTPx68-HaFAxmILXiWjJS_ig,1025
|
|
221
221
|
bpy/ops/mball/__init__.pyi,sha256=WeJtlcvbNyt_RGsLAX2_1j7MxyZ92mW57-ACUxnBC6I,4636
|
|
222
222
|
bpy/ops/mesh/__init__.pyi,sha256=XONTsEA-ZnUwI1Us-OPTGUasTRP5LkBQF_un2LLTseQ,140802
|
|
223
|
-
bpy/ops/nla/__init__.pyi,sha256=
|
|
223
|
+
bpy/ops/nla/__init__.pyi,sha256=pSF5eXtb-vS3xj7010U7LdkcJM330WzJrlSGJE5S1nA,22313
|
|
224
224
|
bpy/ops/node/__init__.pyi,sha256=-ShkC7hZR9jCIG06Y7pW-EPtts-lJhPw7LnJQj-Dzx4,56637
|
|
225
225
|
bpy/ops/object/__init__.pyi,sha256=NL74wdHvl9y3Sgo_pMUkualBQvhHja8YIxwGtw1PRRA,187382
|
|
226
226
|
bpy/ops/outliner/__init__.pyi,sha256=8J3MQ3qmoqlQNtSa8d8uN8o0mmzCNoY7Jc9H-l3Q5Xc,33247
|
|
@@ -257,7 +257,7 @@ bpy/ops/workspace/__init__.pyi,sha256=tmMtCUDpiKHZQn1hSZmvE2zNGVlygB1p-i0Ax5GytU
|
|
|
257
257
|
bpy/ops/world/__init__.pyi,sha256=B_xqAaFXTmjP9tF2yHu5-Y1nUj881orKVWndfcaEh3Y,390
|
|
258
258
|
bpy/path/__init__.pyi,sha256=JdAATG1YvG3YPT3N8efWnwmPlxVR_xpojqcyxL_eCOY,6278
|
|
259
259
|
bpy/props/__init__.pyi,sha256=vdhM_8tw-TFNMAPrs7aPEVULxwGbIPnf0v6GkNL_l-U,23440
|
|
260
|
-
bpy/types/__init__.pyi,sha256=
|
|
260
|
+
bpy/types/__init__.pyi,sha256=iaCZgh_ApHoaleqir3-dOpAkr6Um81OnbCpFfogksv8,3250666
|
|
261
261
|
bpy/utils/__init__.pyi,sha256=bT0NbmiolU8QUn9ZB2O9monMi_k7nPJ1ru6iCURdxhA,11458
|
|
262
262
|
bpy/utils/previews/__init__.pyi,sha256=0vWcQrvQ0xgzxF8AAUu2XVRZgkEGqqoQBk8ovUVF0u4,3035
|
|
263
263
|
bpy/utils/units/__init__.pyi,sha256=_vftjWBslN88fC2G93Hict7Kdr3PSzm0lrSL96_wsRc,2230
|
|
@@ -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-20240402.dist-info/METADATA,sha256=twgrjfLjRxyOKXVcFoRXOsMRb-uO8qOBWL5CDruxHvU,7008
|
|
341
|
+
fake_bpy_module-20240402.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
342
|
+
fake_bpy_module-20240402.dist-info/top_level.txt,sha256=7r84ZPNSbRAopA50b0pH3uZ2ysQ2IvkuP0uXadxl7gs,495
|
|
343
|
+
fake_bpy_module-20240402.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|