#9 Add face presets

닫힘
habeebweeb3 년 전을 오픈 · 3개의 코멘트
habeebweeb 코멘트됨, 3 년 전

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 코멘트됨, 3 년 전
소유자

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 코멘트됨, 3 년 전
소유자

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 코멘트됨, 3 년 전
소유자

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> ```
로그인하여 이 대화에 참여
마일스톤 없음
담당자 없음
참여자 1명
로딩중...
취소
저장
아직 콘텐츠가 없습니다.