#9 Add face presets

Fermé
Créé il y a 3 ans par habeebweeb · 3 commentaires

Method for serializing/deserializing already exists but need to make UI for it which is a chore. Also add converting MM face presets.

Method for serializing/deserializing already exists but need to make UI for it which is a chore. Also add converting MM face presets.
habeebweeb a commenté il y a 3 ans
Propriétaire

Consider taking a look at the format other plugins that save/load face presets use. Since COM3D2 does not have a method for serializing face presets, there is no standard.

MeidoPhotoStudio currently serializes faces to a binary format for scenes but an xml format could be better suited for presets.

Consider taking a look at the format other plugins that save/load face presets use. Since COM3D2 does not have a method for serializing face presets, there is no standard. MeidoPhotoStudio currently serializes faces to a binary format for scenes but an xml format could be better suited for presets.
habeebweeb a commenté il y a 3 ans
Propriétaire

Studio mode serializes scenes to an XML which also includes face parameters. FaceControl also serializes faces to an XML file but it's in a different format.

MeidoPhotoStudio should serialize face presets to an XML file too that is similar to studio mode.

Studio mode serializes scenes to an XML which also includes face parameters. FaceControl also serializes faces to an XML file but it's in a different format. MeidoPhotoStudio should serialize face presets to an XML file too that is similar to studio mode.
habeebweeb a commenté il y a 3 ans
Propriétaire

ac2457014e Adds face presets and uses XML as the serialization format.

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!--MeidoPhotoStudio Face Preset-->
<FaceData>
  <elm name="facehashkey">0</elm>
  <elm name="otherfacehashkey">0.813953459</elm>
  ...
</FaceData>
ac2457014e Adds face presets and uses XML as the serialization format. ``` <?xml version="1.0" encoding="utf-8" standalone="no"?> <!--MeidoPhotoStudio Face Preset--> <FaceData> <elm name="facehashkey">0</elm> <elm name="otherfacehashkey">0.813953459</elm> ... </FaceData> ```
Connectez-vous pour rejoindre cette conversation.
Pas d'assignataire
1 Participants
Chargement…
Annuler
Enregistrer
Il n'existe pas encore de contenu.