File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Integrations/Autodesk/maya/scripts Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -807,7 +807,8 @@ proc string getCommonNamespace(string $origSelection[]){
807
807
// prefer more specific namespaces
808
808
($maxNamespaceCount > 0 &&
809
809
$intersectionSize == $maxNamespaceCount &&
810
- size($currNamespace) > size($commonNamespace))){
810
+ size($currNamespace) > size($commonNamespace)))
811
+ {
811
812
$commonNamespace = $currNamespace;
812
813
$maxNamespaceCount = $intersectionSize;
813
814
}
@@ -837,7 +838,7 @@ proc createExportSetDialog(int $exportType){
837
838
break;
838
839
}
839
840
840
- // open up a dialog for choosing the export set options
841
+ // open up a dialog for choosing the export set options
841
842
string $window = `window -title "Unity FBX Export Options" -iconName "Short Name" -widthHeight 475 250`;
842
843
843
844
string $container = `formLayout -numberOfDivisions 100`;
You can’t perform that action at this time.
0 commit comments