Ktisis
Ktisis copied to clipboard
A robust posing tool for creating screenshots in FFXIV's GPose mode.
Also cleaned up de_DE to be more in line with en_US Checkcheck?
Upon opening the Ktisis workspace window a bunch of other GUIs break in differently. For example the `Repair Me` Durability/Spiritbond bars get misaligned down (vertically) by 8 pixels. (I measured...
- `SearchText` matches regardless of text case. (Thanks @Fayti1703) ### Changes between ab3c6a1...19e24e0 - Use of `ImGuiTreeNodeFlags` was abandoned for a new enum associated to bone relationships. This currently encompasses...
This makes `IsPurposeUsed()` aware of keys that should not be pressed. Without this, the `Purpose` is validated as soon as the keybind is detected, regardless if any other key is...
Move the code responsible of generating category related purposes away from `Input.PurposesWithCategories`. The variables `PurposesCategories`, `PurposesCategoriesHold` and `PurposesCategoriesToggle` are not populated on init. This fixes the issue where category-based hotkeys...
What it says on the tin. Open Issues: - [ ] These changes are not tested. - [ ] There may be problems with ordering of the initialization. Because I...
Baseline change as it says on the tin. I've adjusted the GPose event listener to use `bool` while I was at it. If you want this as a separate PR...
Big thanks to [Hidden by Ktisis] for the effort of making the offset for all races and genders ! ❤️ Original data: https://docs.google.com/document/d/1N_aUQ0jDUL1h2yzA68HvL7rwryau1h1cRY6itfPaHsE Also added a config to disable the...
Deselect Gizmo when click on nothing. Known issue: the mouse click events aren't prevented when clicking on "Group Pose Settings" vanilla window.
Create your own windows, bars, taskbars. Use splitters such as tabs, collapsible, columns, same-line. Fill them with widgets available in Ktisis. This project went through 2 refactors in an attempt...