Skip to content

Commit a67d638

Browse files
committed
ueGear: Fix update camera "FBX export" error
1 parent 5afbd95 commit a67d638

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release/scripts/mgear/uegear/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ def update_sequencer_camera_from_maya():
777777

778778
try:
779779
cmds.file(
780-
fbx_file_path, force=True, typ="FBX export", pr=True, es=True
780+
fbx_file_path, force=True, typ="FBX", pr=True, es=True
781781
)
782782
msg = "Camera '{}' exported as FBX to '{}'"
783783
print(msg.format(camera_name, fbx_file_path))

0 commit comments

Comments
 (0)