We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497b9e3 commit f431206Copy full SHA for f431206
Assets/FbxExporters/Editor/ExportModelSettings.cs
@@ -122,7 +122,7 @@ public abstract class ExportOptionsSettingsSerializeBase : IExportOptions
122
{
123
public ExportSettings.ExportFormat exportFormat = ExportSettings.ExportFormat.ASCII;
124
public string rootMotionTransfer = "";
125
- public bool animatedSkinnedMesh = true;
+ public bool animatedSkinnedMesh = false;
126
public bool mayaCompatibleNaming = true;
127
128
public ExportSettings.ExportFormat ExportFormat { get { return exportFormat; } }
0 commit comments