mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-10 04:49:28 -05:00
Merge pull request #360 from hiroj/fix_useExperimentalExporter_setting
UseExperimentalExporter default false
This commit is contained in:
@@ -31,7 +31,7 @@ namespace VRM
|
||||
|
||||
public bool PoseFreeze = true;
|
||||
|
||||
public bool UseExperimentalExporter = true;
|
||||
public bool UseExperimentalExporter = false;
|
||||
|
||||
public bool ReduceBlendshapeSize = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user