fake-bpy-module 20240409__py3-none-any.whl → 20240410__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/graph/__init__.pyi +0 -3
- bpy/ops/nla/__init__.pyi +3 -3
- bpy/ops/sculpt/__init__.pyi +2 -2
- bpy/types/__init__.pyi +2 -2
- {fake_bpy_module-20240409.dist-info → fake_bpy_module-20240410.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240409.dist-info → fake_bpy_module-20240410.dist-info}/RECORD +9 -9
- {fake_bpy_module-20240409.dist-info → fake_bpy_module-20240410.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240409.dist-info → fake_bpy_module-20240410.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
|
-
'"EMPTY"',
|
|
23
22
|
'"CAMERA"',
|
|
23
|
+
'"EMPTY"',
|
|
24
|
+
'"OTHER"',
|
|
24
25
|
'"MESH"',
|
|
25
26
|
'"LIGHT"',
|
|
26
27
|
'"ARMATURE"',
|
|
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/graph/__init__.pyi
CHANGED
|
@@ -706,15 +706,12 @@ def keys_to_samples(
|
|
|
706
706
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
707
707
|
execution_context: str = None,
|
|
708
708
|
undo: bool = None,
|
|
709
|
-
confirm: typing.Union[bool, typing.Any] = True,
|
|
710
709
|
):
|
|
711
710
|
"""Convert selected channels to an uneditable set of samples to save storage space
|
|
712
711
|
|
|
713
712
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
714
713
|
:type execution_context: str
|
|
715
714
|
:type undo: bool
|
|
716
|
-
:param confirm: Confirm, Prompt for confirmation
|
|
717
|
-
:type confirm: typing.Union[bool, typing.Any]
|
|
718
715
|
"""
|
|
719
716
|
|
|
720
717
|
...
|
bpy/ops/nla/__init__.pyi
CHANGED
|
@@ -100,11 +100,11 @@ def bake(
|
|
|
100
100
|
clean_curves: typing.Union[bool, typing.Any] = False,
|
|
101
101
|
bake_types: typing.Any = {'"POSE"'},
|
|
102
102
|
channel_types: typing.Any = {
|
|
103
|
-
'"
|
|
103
|
+
'"ROTATION"',
|
|
104
|
+
'"SCALE"',
|
|
104
105
|
'"PROPS"',
|
|
106
|
+
'"LOCATION"',
|
|
105
107
|
'"BBONE"',
|
|
106
|
-
'"SCALE"',
|
|
107
|
-
'"ROTATION"',
|
|
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 = {'"X"', '"Y"', '"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 = {'"X"', '"Y"', '"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
|
@@ -62911,7 +62911,7 @@ class KeyConfigurations(bpy_struct):
|
|
|
62911
62911
|
idname: typing.Union[str, typing.Any],
|
|
62912
62912
|
context: typing.Union[str, int] = "INVOKE_DEFAULT",
|
|
62913
62913
|
properties: typing.Union[OperatorProperties, typing.Any] = None,
|
|
62914
|
-
include: typing.Any = {'"
|
|
62914
|
+
include: typing.Any = {'"KEYBOARD"', '"NDOF"', '"MOUSE"', '"ACTIONZONE"'},
|
|
62915
62915
|
exclude: typing.Any = {},
|
|
62916
62916
|
) -> typing.Any:
|
|
62917
62917
|
"""find_item_from_operator
|
|
@@ -63394,7 +63394,7 @@ class KeyMapItems(bpy_struct):
|
|
|
63394
63394
|
self,
|
|
63395
63395
|
idname: typing.Union[str, typing.Any],
|
|
63396
63396
|
properties: typing.Union[OperatorProperties, typing.Any] = None,
|
|
63397
|
-
include: typing.Any = {'"
|
|
63397
|
+
include: typing.Any = {'"KEYBOARD"', '"NDOF"', '"MOUSE"', '"ACTIONZONE"'},
|
|
63398
63398
|
exclude: typing.Any = {},
|
|
63399
63399
|
) -> typing.Any:
|
|
63400
63400
|
"""find_from_operator
|
|
@@ -362,7 +362,7 @@ bpy/ops/export_anim/__init__.pyi,sha256=K6ll7RWxlG8Frqjjlv4iXOsoU1nc0jsGZuKxlVNf
|
|
|
362
362
|
bpy/ops/export_anim/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
363
363
|
bpy/ops/export_mesh/__init__.pyi,sha256=GJhrJezT6_-Z7BDAThJvvP73C9DG4ilTmnO7lHAZqMo,2543
|
|
364
364
|
bpy/ops/export_mesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
365
|
-
bpy/ops/export_scene/__init__.pyi,sha256=
|
|
365
|
+
bpy/ops/export_scene/__init__.pyi,sha256=qvvw22k_iNr8u9UW3RvJSA5bSLQZOJsQqoE2MQ71Lcw,42387
|
|
366
366
|
bpy/ops/export_scene/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
367
367
|
bpy/ops/file/__init__.pyi,sha256=jxCrURW6yr27-_rjXIfY1_ziXEAlpkIp1zOz5tgHTFM,23620
|
|
368
368
|
bpy/ops/file/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -376,7 +376,7 @@ bpy/ops/gizmogroup/__init__.pyi,sha256=BM85ehdSusMahjF4bc6g6_I9ZXTWeLgRwWupHfFrY
|
|
|
376
376
|
bpy/ops/gizmogroup/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
377
377
|
bpy/ops/gpencil/__init__.pyi,sha256=a2dwAO_9w0wls3TTYTDgEtC1xnd_PYBKxOB8ZeIc99Q,100401
|
|
378
378
|
bpy/ops/gpencil/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
379
|
-
bpy/ops/graph/__init__.pyi,sha256=
|
|
379
|
+
bpy/ops/graph/__init__.pyi,sha256=Pygv0j9oVZTdjTL5lPAyCtVbU-wOlgp0W4vWTiCWK-A,46865
|
|
380
380
|
bpy/ops/graph/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
381
381
|
bpy/ops/grease_pencil/__init__.pyi,sha256=e9qan1mzEFscP3GSRyZOPqNXaHW9Ny4J5PztNT7oKEU,28042
|
|
382
382
|
bpy/ops/grease_pencil/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -404,7 +404,7 @@ bpy/ops/mball/__init__.pyi,sha256=WeJtlcvbNyt_RGsLAX2_1j7MxyZ92mW57-ACUxnBC6I,46
|
|
|
404
404
|
bpy/ops/mball/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
405
405
|
bpy/ops/mesh/__init__.pyi,sha256=XONTsEA-ZnUwI1Us-OPTGUasTRP5LkBQF_un2LLTseQ,140802
|
|
406
406
|
bpy/ops/mesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
407
|
-
bpy/ops/nla/__init__.pyi,sha256=
|
|
407
|
+
bpy/ops/nla/__init__.pyi,sha256=jT0HowpIW6wnrSrANrDLushJ9a7ZvjZf-qe_cq--E8E,22280
|
|
408
408
|
bpy/ops/nla/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
409
409
|
bpy/ops/node/__init__.pyi,sha256=-ShkC7hZR9jCIG06Y7pW-EPtts-lJhPw7LnJQj-Dzx4,56637
|
|
410
410
|
bpy/ops/node/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -438,7 +438,7 @@ bpy/ops/screen/__init__.pyi,sha256=wzeP_aViQAhQi_mRZnVsiDs5CtNhJ3i746bv_V9bwP0,2
|
|
|
438
438
|
bpy/ops/screen/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
439
439
|
bpy/ops/script/__init__.pyi,sha256=W_jD0mvJZHtBqp1q8GGR7UrFY8VEN_ORymc_ZvsV0u0,1440
|
|
440
440
|
bpy/ops/script/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
441
|
-
bpy/ops/sculpt/__init__.pyi,sha256=
|
|
441
|
+
bpy/ops/sculpt/__init__.pyi,sha256=AQcOFYgoupEWvhxxTSmQP5sti3XGIy3jDVsbP9hfayI,34542
|
|
442
442
|
bpy/ops/sculpt/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
443
443
|
bpy/ops/sculpt_curves/__init__.pyi,sha256=GWcQmCf7s6Zco6Mx5qUN7Y4aYlv1O-sfSCDh8Qc4zDo,2948
|
|
444
444
|
bpy/ops/sculpt_curves/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -478,7 +478,7 @@ bpy/path/__init__.pyi,sha256=JdAATG1YvG3YPT3N8efWnwmPlxVR_xpojqcyxL_eCOY,6278
|
|
|
478
478
|
bpy/path/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
479
479
|
bpy/props/__init__.pyi,sha256=vdhM_8tw-TFNMAPrs7aPEVULxwGbIPnf0v6GkNL_l-U,23440
|
|
480
480
|
bpy/props/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
481
|
-
bpy/types/__init__.pyi,sha256=
|
|
481
|
+
bpy/types/__init__.pyi,sha256=TUQ5u6lkTi1eL9ieMnzJsCUiW7QzSOHzaxs5u4K3-Wc,3271049
|
|
482
482
|
bpy/types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
483
483
|
bpy/utils/__init__.pyi,sha256=bT0NbmiolU8QUn9ZB2O9monMi_k7nPJ1ru6iCURdxhA,11458
|
|
484
484
|
bpy/utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -596,7 +596,7 @@ rna_xml/__init__.pyi,sha256=12yOlLxfl-1hZ6MN5TCak3gGdgz4TknNjZ4OuoJE7x4,578
|
|
|
596
596
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
597
597
|
sys_info/__init__.pyi,sha256=5cKQiE7NFvOTsjdqB7pO7uflClATfF-90sCEeo9JOO8,110
|
|
598
598
|
sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
599
|
-
fake_bpy_module-
|
|
600
|
-
fake_bpy_module-
|
|
601
|
-
fake_bpy_module-
|
|
602
|
-
fake_bpy_module-
|
|
599
|
+
fake_bpy_module-20240410.dist-info/METADATA,sha256=8y6Sx5QN7PiEKS7WpndGbAhlgSpe4cYl-tf6UAngv0M,7008
|
|
600
|
+
fake_bpy_module-20240410.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
601
|
+
fake_bpy_module-20240410.dist-info/top_level.txt,sha256=7r84ZPNSbRAopA50b0pH3uZ2ysQ2IvkuP0uXadxl7gs,495
|
|
602
|
+
fake_bpy_module-20240410.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|