apper
apper copied to clipboard
Fusion 360 Addin Framework
Throughout the documentation there are references to [options](https://apper.readthedocs.io/en/latest/usage/options) and [sample options](https://apper.readthedocs.io/en/latest/sample/usage/options) but it seems they aren't present.
Fix cookiecutter link. Was pointing to git submodule documentation. Assuming coockiecutter github site is the right link.
Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.11.8 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
I'm working on an app which has a slightly different directory structure than the one expected by this library. In particular, I'd like the resources directory to be off the...
Bumps [babel](https://github.com/python-babel/babel) from 2.9.0 to 2.9.1. Release notes Sourced from babel's releases. Version 2.9.1 Bugfixes The internal locale-data loading functions now validate the name of the locale file to be...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.2 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
Bumps [pygments](https://github.com/pygments/pygments) from 2.7.2 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...
Thank you for providing a great framework. I added the validateInputs event and the preSelect event because I use them frequently.
I just started to develop my 2nd add-in and I would like to user apper again. So I've generated a new instance using cookiecutter, changed the id in the manifest...