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

Hiero Loader ignores slate #35

Open
1 task done
jrsndl opened this issue Nov 26, 2024 · 0 comments
Open
1 task done

Hiero Loader ignores slate #35

jrsndl opened this issue Nov 26, 2024 · 0 comments
Labels
type: bug Something isn't working

Comments

@jrsndl
Copy link

jrsndl commented Nov 26, 2024

Is there an existing issue for this?

  • I have searched the existing issues and added correct labels.

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:

  1. Load Nuke render with Slate preset
  2. Compare with Nuke render without slate

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:

        # check if slate is included
        slate_on = "slate" in version_attributes.get("families", [])

slate_on = "slate" in self.context["version"]["data"].get(

Relevant log output:

@jakubjezek001 jakubjezek001 added the type: bug Something isn't working label Dec 4, 2024
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

No branches or pull requests

2 participants