Skip to content
Snippets Groups Projects
  1. Mar 28, 2024
    • Corentin's avatar
      🔖 Bump version to 4.9.6 and update changelog · 60d8cfaf
      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.
      v4.9.6
      60d8cfaf
    • Corentin's avatar
      ♻️ Refactor _generate_link method in action.py · ea23c94a
      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".
      ea23c94a
  2. Mar 22, 2024
  3. Mar 19, 2024
    • Corentin's avatar
      💄 Update screen center calculation in window.py · 9dc01405
      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.
      9dc01405
  4. Mar 18, 2024
  5. Mar 15, 2024
  6. Mar 12, 2024
  7. Mar 11, 2024
  8. Mar 08, 2024
    • Corentin's avatar
      🥅 Improve error messages in action.py · 1806f73e
      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.
      1806f73e
    • Corentin's avatar
      Revert "🥅 Improve error messages in action.py" · 52a18ff4
      Corentin authored
      This reverts commit 6b4e15be.
      52a18ff4
    • Corentin's avatar
      🥅 Improve error messages in action.py · 6b4e15be
      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.
      6b4e15be
  9. Mar 06, 2024
  10. Mar 05, 2024
  11. Mar 03, 2024
  12. Mar 02, 2024
  13. Mar 01, 2024
  14. Feb 26, 2024
  15. Feb 23, 2024
  16. Feb 21, 2024
  17. Feb 18, 2024
Loading