ktisis-tools / Ktisis

A robust posing tool for creating screenshots in FFXIV's GPose mode.
GNU General Public License v3.0
196 stars 50 forks source link

Auto Backup/Save poses #114

Closed Cazzar closed 11 months ago

Cazzar commented 11 months ago

This PR adds the ability to automatically export poses on a set interval.

This is disabled by default, but allows you set an interval and location for saving. Some refactors were needed to make the exporting and importing features usable from multiple locations.

chirpxiv commented 11 months ago

Not sure why this was closed sorry - one moment.

chirpxiv commented 11 months ago

Looks good - Fayti and I are looking over and testing this right now, we'll get back to you with some minor adjustments and fixes. Thank you for taking the time to contribute this!

chirpxiv commented 11 months ago

Will take care of these myself in order to merge asap. Also adding a mutex lock to the Disable method as that can be called from 2 separate threads, sometimes causing a CLR crash.