Short Overview: Summer's back, and vaccines are on - what better thing to do that talk about node graphs and inputs! Purely a talking head, this is me quickly rattling off why I'm doing this hopefully not too complex series of videos and talkies to ...

0x18 Python For Nuke Compers To Infinity And Wait What -

Summer's back, and vaccines are on - what better thing to do that talk about node graphs and inputs! Purely a talking head, this is me quickly rattling off why I'm doing this hopefully not too complex series of videos and talkies to ... A little bit more on loops, doing a bit of error protection so your code can deal with more scenarios, because it's good form, and ...

Important details found

  • Summer's back, and vaccines are on - what better thing to do that talk about node graphs and inputs!
  • Purely a talking head, this is me quickly rattling off why I'm doing this hopefully not too complex series of videos and talkies to ...
  • A little bit more on loops, doing a bit of error protection so your code can deal with more scenarios, because it's good form, and ...
  • Audio/video sync issues, forgetting to output at 4k and instead doing SD (!), but a quick one as I get back ...
  • Once you want to do things, it's generally to _a_ node or a couple of nodes, there's several ways: -

Why this topic is useful

This topic is useful when readers need a quick overview first, then want to move into supporting details and related references.

Sponsored

Frequently Asked Questions

Why are related topics included?

Related topics help readers compare nearby references and understand the broader subject.

What is this page about?

This page summarizes 0x18 Python For Nuke Compers To Infinity And Wait What and connects it with related entries, references, and supporting context.

Is the information always complete?

Not always. Some topics may need verification from official or primary sources.

Reference Gallery

0x18 Python for (Nuke) Compers - to infinity and wait.. what?
0x00 Python for (Nuke) Compers - we're more technical than you think!
0x02 Python for (Nuke) Compers - Isolating/Selecting things
0x10 Python for (Nuke) Compers - Walking the tree, with inputs and dependencies
0x07 Python for (Nuke) Compers -  More loops, and a (very) brief look at some error handling
0x26 - Python for (Nuke) Compers - Knob defaults!
0x17 Python for (Nuke) Compers - knobChanged callbacks
Python for Artists in Nuke - Part 1
0x14 Python for (Nuke) Compers - remaking topnode and recursion
0x09 Python for (Nuke) Compers -  Anatomy of a function. Sorry this is kinda long :|
Sponsored
View Full Details
0x18 Python for (Nuke) Compers - to infinity and wait.. what?

0x18 Python for (Nuke) Compers - to infinity and wait.. what?

Read more details and related context about 0x18 Python for (Nuke) Compers - to infinity and wait.. what?.

0x00 Python for (Nuke) Compers - we're more technical than you think!

0x00 Python for (Nuke) Compers - we're more technical than you think!

Purely a talking head, this is me quickly rattling off why I'm doing this hopefully not too complex series of videos and talkies to ...

0x02 Python for (Nuke) Compers - Isolating/Selecting things

0x02 Python for (Nuke) Compers - Isolating/Selecting things

Once you want to do things, it's generally to _a_ node or a couple of nodes, there's several ways: -

0x10 Python for (Nuke) Compers - Walking the tree, with inputs and dependencies

0x10 Python for (Nuke) Compers - Walking the tree, with inputs and dependencies

Summer's back, and vaccines are on - what better thing to do that talk about node graphs and inputs! (This ended up being a ...

0x07 Python for (Nuke) Compers -  More loops, and a (very) brief look at some error handling

0x07 Python for (Nuke) Compers - More loops, and a (very) brief look at some error handling

A little bit more on loops, doing a bit of error protection so your code can deal with more scenarios, because it's good form, and ...

0x26 - Python for (Nuke) Compers - Knob defaults!

0x26 - Python for (Nuke) Compers - Knob defaults!

Welp. That was a mess. Audio/video sync issues, forgetting to output at 4k and instead doing SD (!), but a quick one as I get back ...

0x17 Python for (Nuke) Compers - knobChanged callbacks

0x17 Python for (Nuke) Compers - knobChanged callbacks

More callbacks! This time, let's look at the enemy of all that is interactive - knobChanged. Here we go through all the possible ...

Python for Artists in Nuke - Part 1

Python for Artists in Nuke - Part 1

Read more details and related context about Python for Artists in Nuke - Part 1.

0x14 Python for (Nuke) Compers - remaking topnode and recursion

0x14 Python for (Nuke) Compers - remaking topnode and recursion

Read more details and related context about 0x14 Python for (Nuke) Compers - remaking topnode and recursion.

0x09 Python for (Nuke) Compers -  Anatomy of a function. Sorry this is kinda long :|

0x09 Python for (Nuke) Compers - Anatomy of a function. Sorry this is kinda long :|

By now, you're probably itching to write small packets of code you can use and reuse. You've also almost certainly played around ...