remove comment

This commit is contained in:
ousttrue 2024-03-08 20:30:16 +09:00
parent f9d105d67d
commit b408640832

View File

@ -309,12 +309,6 @@ namespace UniVRM10
var converter = new UniVRM10.ModelExporter();
var model = converter.Export(arrayManager, root);
// /// <summary>
// /// freezeblendshape
// /// </summary>
// [tooltip("freeze rotation and scale and blendshape")]
// public bool FreezeMesh = false;
// 右手系に変換
m_logLabel += $"convert to right handed coordinate...\n";
model.ConvertCoordinate(VrmLib.Coordinates.Vrm1, ignoreVrm: false);