- Mar 28, 2024
-
-
Corentin authored
Updated the project version to 4.9.6 in 'pyproject.toml'. Also, added details under the new version in the 'CHANGELOG.md' document including a fix about action link inspection. This new version represents important changes and fixes in our animation pipeline framework and toolset.
-
Corentin authored
This commit restructures the _generate_link method to include new arguments for task model and task iteration. It replaces the previously used enumeration logic with an exception handling based approach to efficiently find models and tasks. The change also enhances the method's robustness in handling various error situations related to "LookupError".
-
- Mar 22, 2024
-
-
Corentin authored
- Mar 19, 2024
-
-
Corentin authored
The old method of calculating the screen center in window.py has been revised. The previous way involved a try-except block that had different implementations for Pyside2 and Pyside6. This has been replaced with a universal approach using QGuiApplication.screenAt(QCursor.pos()). This results in clean, efficient code that works for any Pyside version and eliminates the need for a try-except block.
-
- Mar 18, 2024
- Mar 15, 2024
- Mar 12, 2024
-
- Mar 11, 2024
-
-
Corentin authored
-
- Mar 08, 2024
-
-
Corentin authored
This commit refines the error messages in action.py to provide more detailed information. Specifically, when the document or the latest version of a link is not found, the error message will now show which specific operation is running on which element, making troubleshooting easier.
-
Corentin authored
This commit refines the error messages in action.py to provide more detailed information. Specifically, when the document or the latest version of a link is not found, the error message will now show which specific operation is running on which element, making troubleshooting easier.
-
- Mar 06, 2024
-
-
Corentin authored
-
Corentin authored
Version 4.9.4 no longer allows applications to override the version for PySide6. Enforcing usage of PySide2 for qtpy has been implemented to avoid any conflicts. Changes have been documented in CHANGELOG.md.
-
Corentin authored
The change refactors the condition check for the `BIP_SERVER_MODE` environment variable in Linux to improve readability. Additionally, it sets the `QT_API` environment variable to "PySide2", presumably to ensure correct usage of the PySide2 library.
-
- Mar 05, 2024
-
-
Corentin authored
- Mar 03, 2024
-
-
Corentin authored
-
- Mar 02, 2024
- Mar 01, 2024
- Feb 26, 2024
- Feb 23, 2024
-
-
Corentin authored
- Feb 21, 2024
- Feb 18, 2024