Skip to content
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

feat: Backlog/framework loader nuke #557

Open
wants to merge 6 commits into
base: backlog/framework-loader
Choose a base branch
from

Conversation

lluisCM
Copy link
Collaborator

@lluisCM lluisCM commented Jul 12, 2024

Resolves :

  • I have added automatic tests where applicable.
  • The PR contains a description of what has been changed.
  • The description contains manual test instructions.
  • The PR contains update to the release notes.
  • The PR contains update to the documentation.

This PR has been tested on :

  • Windows.
  • MacOs.
  • Linux.

Overview

Purpose: Nuke implementation of the loader

Scope: framework-nuke

Implementation Details

Approach:

Reasoning:

Changes:

Trade-offs:

Testing

Tests Added:

Manual Testing:

Testing Environment:

Notes for Reviewers

Focus Areas:

Dependencies:

Known Issues:

@lluisCM lluisCM requested a review from a team as a code owner July 12, 2024 09:56
@lluisCM lluisCM changed the base branch from main to backlog/framework-loader July 12, 2024 09:56
Copy link

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  libs/utils/source/ftrack_utils/decorators
  __init__.py
  threading.py 6-11
Project Total  

This report was generated by python-coverage-comment-action

@@ -7,6 +7,11 @@
from functools import partial
import platform

try:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment from Mattias:
mlagergren 2 weeks ago
Why this change?

if store.get('is_sequence'):
# Expect path to be on the form folder/plate.%d.exr [1-35], convert to Nuke loadable
# format
sequence_metadata = check_image_sequence(image_path)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use clique instead


import nuke

from ftrack_utils.paths import check_image_sequence
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use clique instead

@lluisCM lluisCM added invalid This doesn't seem right connect3 PR for connect 3 experimental Experimental branches and removed invalid This doesn't seem right labels Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
connect3 PR for connect 3 experimental Experimental branches
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant