Merge pull request #360 from hiroj/fix_useExperimentalExporter_setting

UseExperimentalExporter default false
This commit is contained in:
ousttrue
2019-12-26 19:38:09 +09:00
committed by GitHub

View File

@@ -31,7 +31,7 @@ namespace VRM
public bool PoseFreeze = true;
public bool UseExperimentalExporter = true;
public bool UseExperimentalExporter = false;
public bool ReduceBlendshapeSize = false;