We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When loading Nuke renders with slate, loaded clip is offset.
Loaded clip should ignore the slate, and be trimmed the same regardless of slate presence.
server 1.54, core 1.09, Hiero 0.40
Windows
You can also provide any additional information relevant to the issue. I believe this might fix the bug:
# check if slate is included slate_on = "slate" in version_attributes.get("families", [])
ayon-hiero/client/ayon_hiero/api/plugin.py
Line 557 in 4f9b515
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Description
Current Behavior
When loading Nuke renders with slate, loaded clip is offset.
Expected Behavior
Loaded clip should ignore the slate, and be trimmed the same regardless of slate presence.
Steps To Reproduce:
Additional context:
Version
server 1.54, core 1.09, Hiero 0.40
What platform were you running when you found the bug?
Windows
You can also provide any additional information relevant to the issue.
I believe this might fix the bug:
ayon-hiero/client/ayon_hiero/api/plugin.py
Line 557 in 4f9b515
Relevant log output:
The text was updated successfully, but these errors were encountered: