mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 07:53:08 +02:00
🎨 Cleaned up some leftover code
This commit is contained in:
parent
bdcaa3b97e
commit
696a727ba2
1 changed files with 0 additions and 9 deletions
|
@ -273,15 +273,6 @@ class AvatarExporter : MonoBehaviour
|
||||||
$"Avatar Exporter\nVersion {AVATAR_EXPORTER_VERSION}\nCopyright 2022 to 2023 Overte e.V.\nCopyright 2018 High Fidelity, Inc.", "Ok");
|
$"Avatar Exporter\nVersion {AVATAR_EXPORTER_VERSION}\nCopyright 2022 to 2023 Overte e.V.\nCopyright 2018 High Fidelity, Inc.", "Ok");
|
||||||
}
|
}
|
||||||
|
|
||||||
/*[MenuItem("Overte/Test")]
|
|
||||||
static void Test()
|
|
||||||
{
|
|
||||||
var f = new FST();
|
|
||||||
f.LoadFile(@"E:\TMP2\test\avatar.fst");
|
|
||||||
Debug.Log(f.remapBlendShapeList[1]);
|
|
||||||
f.ExportFile(@"E:\TMP2\test\avatar2.fst");
|
|
||||||
}*/
|
|
||||||
|
|
||||||
static void ExportSelectedAvatar(bool updateExistingAvatar)
|
static void ExportSelectedAvatar(bool updateExistingAvatar)
|
||||||
{
|
{
|
||||||
// ensure everything is saved to file before doing anything
|
// ensure everything is saved to file before doing anything
|
||||||
|
|
Loading…
Reference in a new issue