We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18164ec commit b117d5dCopy full SHA for b117d5d
core/exporters/fbx_export.py
@@ -21,7 +21,6 @@ def export(self, obj, materials_removed):
21
bake_anim_use_all_bones=self._Base_Export__export_animations,
22
bake_anim_use_all_actions=self._Base_Export__export_animations,
23
use_armature_deform_only=True,
24
- bake_space_transform=self._Base_Export__apply_transform,
25
mesh_smooth_type=self._Base_Export__context.scene.export_smoothing,
26
add_leaf_bones=False,
27
path_mode="ABSOLUTE",
0 commit comments