Skip to content

Commit 20fa84f

Browse files
committed
Revert "Export FBX camera nodeatttribute w/ animation."
This reverts commit a0a3e99.
1 parent a0a3e99 commit 20fa84f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Packages/Integrations/Autodesk/maya/scripts/unityCommands.mel

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -396,16 +396,7 @@ proc importFile(string $filePathStr){
396396
storeAttribute($unityExportSet, $UnityFbxFileNameAttr, "");
397397
storeAttribute($unityExportSet, $UnityFbxNamespaceAttr, "");
398398
}
399-
else
400-
{
401-
// Update animation only
402-
FBXImportMode -v exmerge;
403399

404-
// Don’t change the static values on the cameras and lights
405-
FBXImportCameras -v false;
406-
FBXImportLights -v false;
407-
}
408-
409400
if(`namespaceInfo -cur -an` != $targetNamespace){
410401
namespace -set $targetNamespace;
411402
}

0 commit comments

Comments
 (0)