Skip to content

Commit f1e609a

Browse files
authored
Merge pull request #165 from Unity-Technologies/Uni-26624-enforce-eula
Uni-26624-enforce-eula-fbxexporters
2 parents 187409a + 9cf54e6 commit f1e609a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Assets/FbxExporters/Editor/FbxExporter.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,6 @@ public enum TransformExportType { Local, Global, Reset };
953953
public int ExportAll (IEnumerable<UnityEngine.Object> unityExportSet)
954954
{
955955
exportCancelled = false;
956-
Verbose = true;
957956

958957
// Export first to a temporary file
959958
// in case the export is cancelled.
@@ -1566,7 +1565,7 @@ public void Dispose ()
15661565
{
15671566
}
15681567

1569-
public bool Verbose { private set; get; }
1568+
public bool Verbose { private set {;} get { return Debug.unityLogger.logEnabled; } }
15701569

15711570
/// <summary>
15721571
/// manage the selection of a filename

0 commit comments

Comments
 (0)