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

make NukeExternalControl work in terminal mode #3

Open
sebastianelsner opened this issue Jul 8, 2011 · 1 comment
Open

make NukeExternalControl work in terminal mode #3

sebastianelsner opened this issue Jul 8, 2011 · 1 comment

Comments

@sebastianelsner
Copy link

starting nuke with -t and doing the standard import and execution of the server does not work in terminal mode. Hangs right after "Trying port xy"

@HughMacdonald
Copy link
Contributor

Check the new stuff that I recently merged in from the guys at Luma...

You can now do something like this directly from non-Nuke python:

    with NukeCommandManager() as conn:
        nuke = conn.nuke
        b = nuke.createNode('Blur')
        print b.writeKnobs()

This will automatically launch Nuke in terminal mode while you talk to it, and then quit it when you're finished.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants