-
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
feat: Backlog/framework loader nuke #557
base: backlog/framework-loader
Are you sure you want to change the base?
Conversation
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
@@ -7,6 +7,11 @@ | |||
from functools import partial | |||
import platform | |||
|
|||
try: |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use clique instead
Resolves :
This PR has been tested on :
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: