Jakub Trllo
Jakub Trllo
## Short Description Don't set `FTRACK_SERVER` environment variable on openpype process start and don't be dependent on it in code. ## Description At all places where we're dependent on environment...
## Description Loader won't show sync server state of representations for hero version. ## Additional information Discovered in [PR](https://github.com/pypeclub/OpenPype/pull/3710). When hero version is set in loader the representaion information are...
## Changelog Description This PR moves some python modules to runtime dependencies to not add them to PYTHONPATH for DCC subprocesses. ## Additional info All of the moved dependencies have...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior: Houdini create plugin `CreateHDA ` is still using `self.data` which is...
PR related to core's PR https://github.com/getavalon/core/pull/535. - this is version of launcher with ability to work with or without silo - most of changes happened a long time ago, so...
Add ability to have both awesome icons and .png icons in launcher
## Changelog Description Implemented simple shims which can redirect to ayon launcher version. ## Additional info Shims are meant to help with registering of path to AYON launcher. Right now...
## Description This was a suggestion, that we should replace `attrs` in distribution logic with `dataclasses`. I've personally never used them yet so I'm not sure how much work it...
## Description There is a change of protocol from `https` to `http` in download file https://github.com/ynput/ayon-launcher/blob/main/common/ayon_common/distribution/file_handler.py#L116 which does not make much sense. If the url would be invalid it would...
**Is your feature request related to a problem? Please describe.** Avoid requirement of Confirming change of context on instances. When context is changed on instance it is required to confirm...