How to add NUKE API to Visual Studio code?

I'm new to Python scripting in NUKE. I'm using VS code as my IDE. Question: is there any way to add a NUKE API to VS code intelsense?

*Nuke is a software made by foundry() used in film post productions. nuke itself has an built in IDE but it's very basic.

4

1 Answer

The foundry offer support on using Nuke as a Python module here :

Though personally, I would recommend installing a better Python Script Editor into the Nuke UI and working inside of Nuke with that - lots of what you do with Nuke's API is dependent on selecting Nodes or visually confirming your code is working as intended. I feel this is an important aspect of learning Nuke's python API.

I use this :

Since it gives you tabs and is generally much nicer to use than Nuke's vanilla script editor. Later on once you've got a handle on this and want to start running Nuke batch scripts via the terminal is more the time when using an external IDE makes more sense. Good luck!

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like