Skip to content

Commit b117d5d

Browse files
committed
fix fbx export
1 parent 18164ec commit b117d5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/exporters/fbx_export.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ def export(self, obj, materials_removed):
2121
bake_anim_use_all_bones=self._Base_Export__export_animations,
2222
bake_anim_use_all_actions=self._Base_Export__export_animations,
2323
use_armature_deform_only=True,
24-
bake_space_transform=self._Base_Export__apply_transform,
2524
mesh_smooth_type=self._Base_Export__context.scene.export_smoothing,
2625
add_leaf_bones=False,
2726
path_mode="ABSOLUTE",

0 commit comments

Comments
 (0)