Jakub Jezek
e485eda611
Rename test file for OTIO export plugin
...
- Renamed test_transcoding.py to test_export_otio.py
- Updated import path for get_image_info_metadata function.
2024-09-17 10:36:31 +02:00
Jakub Jezek
5b6211b9e3
enhancing metadata info processing to include framerate
...
- Create "framerate" key from "r_frame_rate" or "framespersecond"
- Evaluate string expression value into float value
- Log a warning if evaluation fails.
2024-06-07 14:21:21 +02:00
Jakub Jezek
2d50546a45
Add test fixture for generating resource paths
...
A new test fixture was added to generate resource paths based on input arguments. This fixture constructs a path using the parent directory of the current file and specified arguments.
2024-06-07 12:16:37 +02:00
Jakub Jezek
9528c6d281
Update dependencies and pytest configuration
...
Added a new dependency "semver" and configured pytest to log at INFO level, run quietly, and target specific test paths.
2024-06-07 10:28:43 +02:00
Jakub Jezek
cdd0aa7795
Add get_image_info_metadata function for image metadata retrieval.
...
- Added a new function to retrieve metadata from image files.
- The function first tries OpenImageIO and then falls back to FFprobe if needed.
2024-06-06 16:36:43 +02:00
Jakub Trllo
0057e4509f
removed tests in client codebase
2024-02-12 15:25:05 +01:00
Jakub Trllo
ee6e42ec6c
change openpype imports to ayon_core
2024-02-05 15:46:47 +01:00
Jakub Trllo
a4f2f76fbf
rename openpype > ayon_core
2024-02-05 15:26:43 +01:00