01: Print Function and Variables
print() Function lets type our first code here: print(‘Hello Compositors!’) # Result: Hello Composiors! This line of code uses the print() function to output the text “Hello Compositors!” to the Script Editor. Let’s take some help from the documentation. To understand any built-in function, we can type in our nuke script editor help(name of the function), […]
01: Print Function and Variables Read More »