Skip to content

Commit 99572e4

Browse files
committed
remove commented out code
1 parent f460b01 commit 99572e4

File tree

1 file changed

+0
-1
lines changed
  • Assets/com.unity.formats.fbx/Editor/Integrations/Autodesk/maya/scripts

1 file changed

+0
-1
lines changed

Assets/com.unity.formats.fbx/Editor/Integrations/Autodesk/maya/scripts/unityCommands.mel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,6 @@ proc unityExport(int $exportType){
635635

636636
// if selection doesn't belong to a set, export to a new file
637637
if(size($setsToExport) <= 0){
638-
//eval "GamePipelineSendToUnity 1";
639638
$unityProject = `optionVar -q "UnityProject"`;
640639
$exportPath = `fileDialog2 -ds 2 -cap "FBX Export Selection" -dir $unityProject -ff "*.fbx" -fm 0`;
641640
if(size($exportPath)<=0){

0 commit comments

Comments
 (0)