-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancing ocio config embedding of looks #25
Commits on Jul 26, 2024
-
Update dependencies in pyproject.toml and remove specific Poetry vers…
…ion setting in start.ps1 - Updated selenium dependency to version 4.16.0 - Added pytest as a dev-dependency in poetry - Removed specific Poetry version setting from start.ps1
Configuration menu - View commit details
-
Copy full SHA for 334c6c7 - Browse repository at this point
Copy the full SHA 334c6c7View commit details
Commits on Jul 30, 2024
-
WIP on enhancement/renderer-basic
WIP on enhancement/renderer-basic - Added a list of search paths - Initialized variables and operators - Implemented methods to handle search paths - Updated file loading process with target path option
Configuration menu - View commit details
-
Copy full SHA for c6e0c47 - Browse repository at this point
Copy the full SHA c6e0c47View commit details -
Refactor test for AYONOCIOLookFileProcessor parameters
Adjusted test method to use kwargs and results dictionaries for better parameter handling, updated assertions accordingly.
Configuration menu - View commit details
-
Copy full SHA for c58aa3c - Browse repository at this point
Copy the full SHA c58aa3cView commit details -
Update OCIO search paths and add attributes to AYONOCIOLookFileProces…
…sor. Increased clarity and functionality in OCIO configuration handling.
Configuration menu - View commit details
-
Copy full SHA for ba9dd3a - Browse repository at this point
Copy the full SHA ba9dd3aView commit details -
Refactor OCIO configuration and typing in files
- Updated method to clear operators - Modified typing import in a file
Configuration menu - View commit details
-
Copy full SHA for af0b7db - Browse repository at this point
Copy the full SHA af0b7dbView commit details -
Add logging and update test results directory handling
- Added logging functionality using Python's logging module - Changed the setting to keep test results after session ends
Configuration menu - View commit details
-
Copy full SHA for 705692c - Browse repository at this point
Copy the full SHA 705692cView commit details -
Update test configuration to not keep test results.
Changed the configuration to set KEEP_TEST_RESULTS to False in order to prevent keeping test results after each run.
Configuration menu - View commit details
-
Copy full SHA for d75554b - Browse repository at this point
Copy the full SHA d75554bView commit details -
Refactor debug logs and variable names, update assertions for process…
…or object. - Refactored debug logs and variable names for clarity - Updated assertions to use the renamed 'processor' object
Configuration menu - View commit details
-
Copy full SHA for b98f4f7 - Browse repository at this point
Copy the full SHA b98f4f7View commit details -
WIP testing for AYONHieroEffectsFileProcessor.
- Added new test parameter structure with file paths and expected results. - Adjusted test method to accept kwargs and results instead of just a path. - Updated processor initialization and debug log messages. - Modified assertions to compare processor attributes with expected results.
Configuration menu - View commit details
-
Copy full SHA for 3033d50 - Browse repository at this point
Copy the full SHA 3033d50View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce8525c - Browse repository at this point
Copy the full SHA ce8525cView commit details -
AYONHieroEffectsFileProcessor.
- Update target directory path handling and logging - Adjust file paths accordingly. - Add debug logs for new file paths and processor attributes. - Refactor test cases to match changes made in the main code.
Configuration menu - View commit details
-
Copy full SHA for 5ef5267 - Browse repository at this point
Copy the full SHA 5ef5267View commit details
Commits on Aug 8, 2024
-
Add target view space handling and refactor code for better readability.
- Added support for specifying a target view space in the OCIO Config file. - Refactored code to handle default target view space assignment. - Improved code formatting and removed redundant comments.
Configuration menu - View commit details
-
Copy full SHA for 4091f17 - Browse repository at this point
Copy the full SHA 4091f17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86c05e8 - Browse repository at this point
Copy the full SHA 86c05e8View commit details -
Refactor search paths handling in OCIOConfigFileGenerator
- Updated method to append search paths instead of clearing and appending. - Improved logic for handling multiple search path arguments.
Configuration menu - View commit details
-
Copy full SHA for 32aac90 - Browse repository at this point
Copy the full SHA 32aac90View commit details -
Remove unused _ocio_transforms list and replace it with _operators th…
…roughout the code for consistency. - Removed unnecessary _ocio_transforms list - Replaced instances of _ocio_transforms with _operators throughout the code for consistency
Configuration menu - View commit details
-
Copy full SHA for 0d91f37 - Browse repository at this point
Copy the full SHA 0d91f37View commit details -
Add PyOpenColorIO import, test OCIOConfigFileGenerator
- Added import statement for PyOpenColorIO. - Updated test_OCIOConfigFileGenerator method to include additional tests related to environment variables, config file path, color command, config file content, environment variables in OCIO config, search paths with environment variables, context-related colorspace/look/view.
Configuration menu - View commit details
-
Copy full SHA for 07b7e59 - Browse repository at this point
Copy the full SHA 07b7e59View commit details
Commits on Aug 9, 2024
-
Solving the search path and environment adding inconsistency
OCIO api is having bug which is not allowing adding search paths and environment variables via official methods. This way we are adding it via serialisation but it will need to be replaced in future with proper way.
Configuration menu - View commit details
-
Copy full SHA for fd64571 - Browse repository at this point
Copy the full SHA fd64571View commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 42fe3b9 - Browse repository at this point
Copy the full SHA 42fe3b9View commit details
Commits on Sep 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5bd6f14 - Browse repository at this point
Copy the full SHA 5bd6f14View commit details