Ash Carter
Ash Carter
As someone who works on a lot of projects which don't use the `git flow` structure it would be nice to have a vscode setting (for global and workspace) to...
### Description [GTK ImageMenuItem](https://docs.gtk.org/gtk3/class.ImageMenuItem.html) is depreciated in GTK 3.10+ and : * Will not render unless manually re enabled for GTK 3.10+ * Does not exist for GTK 4+ Note...
### Describe your changes 1. replaces majority of the raw std::vector.data() accessors with calls to a safe(er) helper function which ensures that the data trying to be accessed won't run...
**Describe the bug** Malformed .mdl files can cause an extremely fast memory leak. Grows to >10gb in ~2s on my computer before my computer freezes and the OOM killer kicks...
### Describe your changes Exported the internal `AnimationManager::GetAnimationName` as `interactor::getAnimationName` so that libf3d can access animation name data. ### Issue ticket number and link if any #2699 ### Checklist for...
**Is your feature request related to a problem? Please describe.** The primary [`AnimationManager`](https://github.com/f3d-app/f3d/blob/4ced3dc7c81ebcbbd4d9edcbb30bd88d6b365558/library/private/animationManager.h#L72) class supports a method `GetAnimationName -> std::string` which returns the name of the currently playing animation. This...