Eyeon Talk:Script/Tutorials/Get Loader Filenames/Setting Defaults and String Parsing

From VFXPedia

Jump to: navigation, search

There are several formatting errors on this page, that can make for some head scratching as you work through the code the first time.


end -- Define the output location textOutput = ret["Filename"] -- declare the "isin" function. function isin(t, val)

      if type(t) == "table" then  


end -- Get a list of all loaders loaderlist = eyeon.GetLoaders(composition) -- Cycle through all the loaders for i, tool in loaderlist do

      -- Get the tool's Clip List attribute

Once you realize the comments actually have some of the required code, then things go smoothly... --Drswoboda 19:10, 3 November 2008 (CST)

Thanks for that. I've fixed it up, and a few other tutorials I noticed that had similar formatting issues. Any others you know about? --Daniel
Thanks Daniel. I'll keep my eyes open and let you know if I anymore formatting troubles. --Drswoboda 23:58, 11 November 2008 (CST)