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

Update colorspace retrieval logic #64

Merged

Conversation

jakubjezek001
Copy link
Member

@jakubjezek001 jakubjezek001 commented Jan 31, 2025

Changelog Description

  • Enhanced colorspace fetching to prioritize new data structure.
  • Added fallback options for backward compatibility.
  • Improved logging for better debugging of colorspace sources

Additional review information

Loading Image was still in old deprecated way of colorspace maintaining.

Testing notes:

  1. load with clip or image loader
  2. notice that the colorspace set to node is the one defined in representations' colorspaceData

- Enhanced colorspace fetching to prioritize new data structure.
- Added fallback options for backward compatibility.
- Improved logging for better debugging of colorspace sources.
- Removed redundant colorspace retrieval from load_clip.
- Centralized colorspace setting logic in load_image.
- Added methods to get and set colorspace based on representation and version data.
- Improved readability by simplifying file path handling.
@jakubjezek001 jakubjezek001 self-assigned this Jan 31, 2025
@jakubjezek001 jakubjezek001 added the type: bug Something isn't working label Jan 31, 2025
Copy link
Member

@moonyuet moonyuet left a comment

Choose a reason for hiding this comment

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

I tested with updating and switching function with the clip loaded by the old clip loader. Works nicely.
I also tested with loading clip/image function, loading clip works as expected to load the clip with correct colorspace data. But the image loader still gives colorspace error for loading single image frame.
image

@robin-ynput
Copy link
Contributor

robin-ynput commented Feb 3, 2025

But the image loader still gives colorspace error for loading single image frame.

@moonyuet I tried to load a single image frame (clip + image) from single image and I didn't get any issue.
It was from plate and review products. Do you have any error message or any particular context to generate this single image frame ?

@moonyuet
Copy link
Member

moonyuet commented Feb 3, 2025

But the image loader still gives colorspace error for loading single image frame.

@moonyuet I tried to load a single image frame (clip + image) from single image plate and I didn't get any issue. Do you have any error message or any particular context to generate this single image frame ?

No not really. I believe it could be because I am using the old scene to do so.
I re-tested it again with loading image with the texture and also the same clips. they are all working now.
image

jakubjezek001 and others added 5 commits February 5, 2025 16:52
- Renamed `file` to `filepath` for clarity.
- Updated warning log message to reflect new variable name.
- Ensured file path uses consistent formatting by replacing backslashes with forward slashes.
- Removed unused imports for cleaner code.
- Kept only the necessary import for loading functionality.
…rom-representation' into bugfix/nuke-loading-colorspace-from-representation
@jakubjezek001 jakubjezek001 merged commit 727bf52 into develop Feb 5, 2025
1 check passed
@jakubjezek001 jakubjezek001 deleted the bugfix/nuke-loading-colorspace-from-representation branch February 5, 2025 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants