fake-bpy-module 20240428__py3-none-any.whl → 20240429__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/types/__init__.pyi +28859 -28859
- {fake_bpy_module-20240428.dist-info → fake_bpy_module-20240429.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240428.dist-info → fake_bpy_module-20240429.dist-info}/RECORD +7 -7
- {fake_bpy_module-20240428.dist-info → fake_bpy_module-20240429.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240428.dist-info → fake_bpy_module-20240429.dist-info}/top_level.txt +0 -0
|
@@ -20,12 +20,12 @@ def fbx(
|
|
|
20
20
|
use_space_transform: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
21
21
|
bake_space_transform: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
22
22
|
object_types: typing.Optional[typing.Any] = {
|
|
23
|
-
'"
|
|
23
|
+
'"CAMERA"',
|
|
24
24
|
'"OTHER"',
|
|
25
25
|
'"EMPTY"',
|
|
26
26
|
'"MESH"',
|
|
27
|
+
'"LIGHT"',
|
|
27
28
|
'"ARMATURE"',
|
|
28
|
-
'"CAMERA"',
|
|
29
29
|
},
|
|
30
30
|
use_mesh_modifiers: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
31
31
|
use_mesh_modifiers_render: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
bpy/ops/nla/__init__.pyi
CHANGED
|
@@ -101,11 +101,11 @@ def bake(
|
|
|
101
101
|
clean_curves: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
102
102
|
bake_types: typing.Optional[typing.Any] = {'"POSE"'},
|
|
103
103
|
channel_types: typing.Optional[typing.Any] = {
|
|
104
|
-
'"PROPS"',
|
|
105
|
-
'"ROTATION"',
|
|
106
|
-
'"BBONE"',
|
|
107
104
|
'"LOCATION"',
|
|
105
|
+
'"BBONE"',
|
|
106
|
+
'"ROTATION"',
|
|
108
107
|
'"SCALE"',
|
|
108
|
+
'"PROPS"',
|
|
109
109
|
},
|
|
110
110
|
):
|
|
111
111
|
"""Bake all selected objects location/scale/rotation animation to an action
|