Releases: ynput/ayon-applications
1.3.2
1.3.1
1.3.0
1.2.5
Changelog
π Enhancement
add `get_process_info_by_pid` - #111
Implemented a new helper function get_process_info_by_pid to access ProcessInfo via a Process ID.
This is based on get_process_info_by_name with just the respective args and query adjusted.
Add option to disable output redirection - #108
Adding option to disable output redirection of launched apps. This solves the issue with Terminal apps or can selectively enable output console for Houdini. This is set per variant and by default, redirection is enabled.
π Bug
CI: Fix Mkdocs Automation - #110
- Add a CI action to trigger MK Docs deployment on creating new tags.
when testing the CI action manually (trigger from Action tab manually on GH), it will generate adummy-buildversion that will be deleted as soon as a tag is created. - Remove
pyproject.tomlfrom #61
resolve #109
1.2.4
Changelog
π Bug
Process Monitor: fix auto-reload and output scrolling enhancement - #106
Fixing auto-reload checkbox so it stops auto-reloading when turned off. Also enhancing scrolling experience - when not scrolled to the bottom, it will try to retain position in the content. It will scroll to the bottom only when already at the bottom after reload.
Bug: remove direct imports of psuti - #105
Remove usage of psutil from the code that might run in different python hosts where it can be unavailable.
1.2.3
1.2.2
1.2.1
1.2.0
Changelog
π Enhancement
Client chore: Small maintanance of client code - #95
Cleanup of client code. Added type-hints, use f-strings, cleaned up deprecated logic, removed or added warnings.
Settings: Remove 'only_available' setting - #92
Removed unused setting only_available that would filter only available applications.
Chore: Fix env calculation imports - #85
Removed acre import and use nested import for merge_env_variables and compute_env_variables_structure if could not be imported from ayon_core.lib.
1.1.4
Changelog
π Feature
π Enhancement
Removed limiting MULTIPROCESS default for Adobe products - #83
Newer versions of adobe products shouldn't have issues with using multiprocess (or Multi-Frame Rendering) on Deadline.
This could bring some performance gains.
Speedtree icon: Use standard PNG format - #81
Replaced icon for speedtree application. Used 512x512 icon.
Add 'Environment' JSON validation to settings - #79
Add Environment field JSON validation in more places to avoid invalid JSON values being saved by an admin