Skip to content

**"Could not find the Node Graph" message** in Nuke 16 #3

Description

@denklimenko

I am trying to use that python script in Nuke 16 and all the time receiving an error message:
"Could not find the Node Graph"
I found the issue. The _get_node_graph_widget() function is looking for a QGLWidget — but Nuke 16 switched from OpenGL widgets (QGLWidget) to QOpenGLWidget as part of Qt6/PySide6 migration. That's why it always returns None and you get the "Could not find the Node Graph" error.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions