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

Anyone got this working in Nuke10.0.x ? #9

Open
apetrynet opened this issue Nov 17, 2016 · 3 comments
Open

Anyone got this working in Nuke10.0.x ? #9

apetrynet opened this issue Nov 17, 2016 · 3 comments

Comments

@apetrynet
Copy link

Hi!

I'm having trouble with a tool that works just fine in Nukes older than 10.x but breaks now.

When running: n = nuke.createNode('Colorspace') I get: RuntimeError: Invalid function call in non-gui mode
I've tried replacing nuke.CreateNode('Colorspace') with nuke.nodes.Colorspace() without success.

Any pointers to what might have changed in Nuke or what calls to update will be greatly appreciated.

@apetrynet
Copy link
Author

I found a way to make it work. Forked the repo and did a "fix".

@flecoq
Copy link

flecoq commented Jun 14, 2018

Hello apetrynet.
I'm interested in your fix. Could you tell me to find it ?
Great tanks !

@apetrynet
Copy link
Author

Hi @flecoq !
I've created a pull request #10 with a patch that works successfully for me.
If you don't want to apply the patch your self you can fork or download my repo

Hope it works out for you. Feel free to ask if this was unclear or you can't make it work and I'll answer as best I can.

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