mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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 |
||
|---|---|---|
| .. | ||
| help | ||
| collect_app_name.py | ||
| collect_bulk_mov_instances.py | ||
| collect_context.py | ||
| collect_editorial.py | ||
| collect_editorial_instances.py | ||
| collect_editorial_resources.py | ||
| collect_harmony_scenes.py | ||
| collect_harmony_zips.py | ||
| collect_hierarchy.py | ||
| collect_instance_data.py | ||
| collect_matching_asset.py | ||
| collect_original_basename.py | ||
| collect_remove_marked.py | ||
| collect_representation_names.py | ||
| collect_texture.py | ||
| extract_resources.py | ||
| extract_thumbnail.py | ||
| extract_workfile_location.py | ||
| validate_editorial_resources.py | ||
| validate_frame_ranges.py | ||
| validate_shot_duplicates.py | ||
| validate_simple_unreal_texture_naming.py | ||
| validate_sources.py | ||
| validate_task_existence.py | ||
| validate_texture_batch.py | ||
| validate_texture_has_workfile.py | ||
| validate_texture_name.py | ||
| validate_texture_versions.py | ||
| validate_texture_workfiles.py | ||