mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
* implemented helper functions to get ffmpeg and oiio tool arguments * modified validation functions to be able to handle list of arguments * path getters can return a path in AYON mode if one argument is returned * removed test exception * modified docstrings * is_oiio_supported is using new functions to get launch arguments * new functions are in lib public = * use new functions all over the place * renamed 'ffmpeg_path' to 'ffmpeg_args' * raise 'ToolNotFoundError' if tool argument could not be found * reraise 'KnownPublishError' in publish plugins * fix comment * simplify args start * ffmpeg and oiio function require tool name and support additional arguments * renamed 'get_oiio_tools_args' to 'get_oiio_tool_args' * fix variable name |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| applications.py | ||
| attribute_definitions.py | ||
| connections.py | ||
| dateutils.py | ||
| env_tools.py | ||
| events.py | ||
| execute.py | ||
| file_transaction.py | ||
| local_settings.py | ||
| log.py | ||
| openpype_version.py | ||
| path_templates.py | ||
| path_tools.py | ||
| plugin_tools.py | ||
| profiles_filtering.py | ||
| profiling.py | ||
| project_backpack.py | ||
| pype_info.py | ||
| python_2_comp.py | ||
| python_module_tools.py | ||
| terminal.py | ||
| transcoding.py | ||
| usdlib.py | ||
| vendor_bin_utils.py | ||