extraasebo.blogg.se

Realtek rtl8188etv e203pg1 ge 10 controladores
Realtek rtl8188etv e203pg1 ge 10 controladores














Great! This works, so far we have it in the script editor. Ok, but we don t want empty lines to have checkboxes so we can extend it to: if line != '':

realtek rtl8188etv e203pg1 ge 10 controladores

#REALTEK RTL8188ETV E203PG1 GE 10 CONTROLADORES CODE#

The next lines of code will be indented and will describe what it does. We are now running a loop that will work through every line of text and do something. Okay, so now we need to split that text by line breaks (easiest way) and loop through them: for line in notes.splitlines(): And if you write some text in there, hit Okay and then print the variable notes you will see the text you wrote. So if you run that code in Nuke you will see the panel. Then we run the panel and at the same time assign it (hence assinging the input) to the variable notes We create and assign our panel to the varable p P.addMultilineTextInput('copy paste notes here','') So we can get that with the code: p=nuke.Panel('notes')

realtek rtl8188etv e203pg1 ge 10 controladores

Looking on the Foundry website we can see that kind of panel we want is a MultilineTextInput panel. We need some kind of input box and Nuke has a whole bunch prebuilt. So first you will want to open Nuke's Script Editor and try out some of the code, starting with how we take in our notes. This little tool is actually for keeping track of notes within Nuke - the nice thing of this is you can keep them all next to the Read node for the version the nodes were given on - then do a quick compare between the version with notes and the new one.Īnyway there are more advanced versions of this kind of tool, but I wanted to show how you can whip up something like this without losing too much time. You can do this on a bit of paper and it is quick satisfying and physical to cross them off as they're done. Usually you will get your notes on some form of Shot Management system, Shotgun, FTrack but over the years I've got notes via email, Google docs or even a text from a Producer in the pub.Īnyway you usually want to write these notes somewhere prominent and tick them off. Sometimes we had notes but the fact is there they are and they all need to be done.














Realtek rtl8188etv e203pg1 ge 10 controladores