fake-bpy-module 20240406__py3-none-any.whl → 20240408__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 +1 -1
- bpy/ops/sculpt/__init__.pyi +2 -2
- bpy/types/__init__.pyi +2 -2
- {fake_bpy_module-20240406.dist-info → fake_bpy_module-20240408.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240406.dist-info → fake_bpy_module-20240408.dist-info}/RECORD +8 -8
- {fake_bpy_module-20240406.dist-info → fake_bpy_module-20240408.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240406.dist-info → fake_bpy_module-20240408.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
|
'"CAMERA"',
|
|
23
|
+
'"MESH"',
|
|
24
|
+
'"OTHER"',
|
|
23
25
|
'"ARMATURE"',
|
|
24
26
|
'"EMPTY"',
|
|
25
|
-
'"MESH"',
|
|
26
27
|
'"LIGHT"',
|
|
27
|
-
'"OTHER"',
|
|
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,10 +101,10 @@ def bake(
|
|
|
101
101
|
bake_types: typing.Any = {'"POSE"'},
|
|
102
102
|
channel_types: typing.Any = {
|
|
103
103
|
'"LOCATION"',
|
|
104
|
+
'"PROPS"',
|
|
104
105
|
'"SCALE"',
|
|
105
106
|
'"ROTATION"',
|
|
106
107
|
'"BBONE"',
|
|
107
|
-
'"PROPS"',
|
|
108
108
|
},
|
|
109
109
|
):
|
|
110
110
|
"""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"', '"Z"', '"X"'},
|
|
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"', '"Z"', '"X"'},
|
|
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
|
@@ -62363,7 +62363,7 @@ class KeyConfigurations(bpy_struct):
|
|
|
62363
62363
|
idname: typing.Union[str, typing.Any],
|
|
62364
62364
|
context: typing.Union[str, int] = "INVOKE_DEFAULT",
|
|
62365
62365
|
properties: typing.Union[OperatorProperties, typing.Any] = None,
|
|
62366
|
-
include: typing.Any = {'"
|
|
62366
|
+
include: typing.Any = {'"KEYBOARD"', '"MOUSE"', '"ACTIONZONE"', '"NDOF"'},
|
|
62367
62367
|
exclude: typing.Any = {},
|
|
62368
62368
|
) -> typing.Any:
|
|
62369
62369
|
"""find_item_from_operator
|
|
@@ -62846,7 +62846,7 @@ class KeyMapItems(bpy_struct):
|
|
|
62846
62846
|
self,
|
|
62847
62847
|
idname: typing.Union[str, typing.Any],
|
|
62848
62848
|
properties: typing.Union[OperatorProperties, typing.Any] = None,
|
|
62849
|
-
include: typing.Any = {'"
|
|
62849
|
+
include: typing.Any = {'"KEYBOARD"', '"MOUSE"', '"ACTIONZONE"', '"NDOF"'},
|
|
62850
62850
|
exclude: typing.Any = {},
|
|
62851
62851
|
) -> typing.Any:
|
|
62852
62852
|
"""find_from_operator
|
|
@@ -360,7 +360,7 @@ bpy/ops/export_anim/__init__.pyi,sha256=K6ll7RWxlG8Frqjjlv4iXOsoU1nc0jsGZuKxlVNf
|
|
|
360
360
|
bpy/ops/export_anim/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
361
361
|
bpy/ops/export_mesh/__init__.pyi,sha256=GJhrJezT6_-Z7BDAThJvvP73C9DG4ilTmnO7lHAZqMo,2543
|
|
362
362
|
bpy/ops/export_mesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
363
|
-
bpy/ops/export_scene/__init__.pyi,sha256=
|
|
363
|
+
bpy/ops/export_scene/__init__.pyi,sha256=wjYNKxwC4226fhzovBRYtSZUD9c7Pu95KNK1lX6wFok,42387
|
|
364
364
|
bpy/ops/export_scene/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
365
365
|
bpy/ops/file/__init__.pyi,sha256=jxCrURW6yr27-_rjXIfY1_ziXEAlpkIp1zOz5tgHTFM,23620
|
|
366
366
|
bpy/ops/file/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -402,7 +402,7 @@ bpy/ops/mball/__init__.pyi,sha256=WeJtlcvbNyt_RGsLAX2_1j7MxyZ92mW57-ACUxnBC6I,46
|
|
|
402
402
|
bpy/ops/mball/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
403
403
|
bpy/ops/mesh/__init__.pyi,sha256=XONTsEA-ZnUwI1Us-OPTGUasTRP5LkBQF_un2LLTseQ,140802
|
|
404
404
|
bpy/ops/mesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
405
|
-
bpy/ops/nla/__init__.pyi,sha256=
|
|
405
|
+
bpy/ops/nla/__init__.pyi,sha256=Q9-aqC2fB0gECIHem7LJ_VvVokXb07kmjF40cco40SU,22280
|
|
406
406
|
bpy/ops/nla/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
407
407
|
bpy/ops/node/__init__.pyi,sha256=-ShkC7hZR9jCIG06Y7pW-EPtts-lJhPw7LnJQj-Dzx4,56637
|
|
408
408
|
bpy/ops/node/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -436,7 +436,7 @@ bpy/ops/screen/__init__.pyi,sha256=wzeP_aViQAhQi_mRZnVsiDs5CtNhJ3i746bv_V9bwP0,2
|
|
|
436
436
|
bpy/ops/screen/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
437
437
|
bpy/ops/script/__init__.pyi,sha256=W_jD0mvJZHtBqp1q8GGR7UrFY8VEN_ORymc_ZvsV0u0,1440
|
|
438
438
|
bpy/ops/script/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
439
|
-
bpy/ops/sculpt/__init__.pyi,sha256=
|
|
439
|
+
bpy/ops/sculpt/__init__.pyi,sha256=Qjsd2hVTZYNiGQMBaGAgj5ls4Mv404TR6bsD1Q3uegI,34542
|
|
440
440
|
bpy/ops/sculpt/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
441
441
|
bpy/ops/sculpt_curves/__init__.pyi,sha256=GWcQmCf7s6Zco6Mx5qUN7Y4aYlv1O-sfSCDh8Qc4zDo,2948
|
|
442
442
|
bpy/ops/sculpt_curves/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -476,7 +476,7 @@ bpy/path/__init__.pyi,sha256=JdAATG1YvG3YPT3N8efWnwmPlxVR_xpojqcyxL_eCOY,6278
|
|
|
476
476
|
bpy/path/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
477
477
|
bpy/props/__init__.pyi,sha256=vdhM_8tw-TFNMAPrs7aPEVULxwGbIPnf0v6GkNL_l-U,23440
|
|
478
478
|
bpy/props/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
479
|
-
bpy/types/__init__.pyi,sha256=
|
|
479
|
+
bpy/types/__init__.pyi,sha256=SVRPhrC9ZmUVDYarwSC9coA998Yux3otYR4nN90kS0A,3254021
|
|
480
480
|
bpy/types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
481
481
|
bpy/utils/__init__.pyi,sha256=bT0NbmiolU8QUn9ZB2O9monMi_k7nPJ1ru6iCURdxhA,11458
|
|
482
482
|
bpy/utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -594,7 +594,7 @@ rna_xml/__init__.pyi,sha256=12yOlLxfl-1hZ6MN5TCak3gGdgz4TknNjZ4OuoJE7x4,578
|
|
|
594
594
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
595
595
|
sys_info/__init__.pyi,sha256=5cKQiE7NFvOTsjdqB7pO7uflClATfF-90sCEeo9JOO8,110
|
|
596
596
|
sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
597
|
-
fake_bpy_module-
|
|
598
|
-
fake_bpy_module-
|
|
599
|
-
fake_bpy_module-
|
|
600
|
-
fake_bpy_module-
|
|
597
|
+
fake_bpy_module-20240408.dist-info/METADATA,sha256=JVfid7T8ijKb9MsLet5iFJIHgFMWHiH0VttIuctc84k,7008
|
|
598
|
+
fake_bpy_module-20240408.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
599
|
+
fake_bpy_module-20240408.dist-info/top_level.txt,sha256=7r84ZPNSbRAopA50b0pH3uZ2ysQ2IvkuP0uXadxl7gs,495
|
|
600
|
+
fake_bpy_module-20240408.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|