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

Colorspace: Fix Anatomy object initialization #526

Merged
merged 2 commits into from
May 20, 2024

Conversation

iLLiCiTiT
Copy link
Member

@iLLiCiTiT iLLiCiTiT commented May 20, 2024

Changelog Description

Use kwargs to pass project entity to Anatomy initialization.

Additional info

Project entity was passed in as site name instead of project entity.

Testing notes:

  • Make sure you have core with new imageio color settings (or create package from this PR and upload to server to be sure).
  1. Enable colormanagement in core addon.
  2. Launch host of your choice (should have ability to run python scripts)
  3. Run this
from ayon_core.pipeline.colorspace import get_current_context_imageio_config_preset

get_current_context_imageio_config_preset()

It should not crash.

Copy link
Contributor

@MustafaJafar MustafaJafar left a comment

Choose a reason for hiding this comment

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

works on my side.

@iLLiCiTiT iLLiCiTiT merged commit 009b211 into develop May 20, 2024
1 check passed
@iLLiCiTiT iLLiCiTiT deleted the bugfix/colorspace-anatomy-init branch May 20, 2024 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/XS type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants