It is recommended that you always specify attribute data types: i@class, f@pscale, s@name, and so on. There are a large number of possible errors associated with changing the data type of attributes. And initializing the data type is the first step to avoid these errors.
This is a simple python script to print filenames in all Write nodes from Nuke: To run this script you can save it to file .py and run from File/Run Script menu (Alt + X).The result will be printed in the Script Editor (right click to any content menu, Windows/Script Editor).You can change Write to … Continue reading "Print filenames from Nuke"
Hey! Sometimes I make useful RNDs. The core of most of them is Python. But not always. Nevertheless, I started a new category - Scripts. The results of my interesting RNDs will be posted here. I hope someday they'll help someone as well as they helped me. Also you can look at Python tag from … Continue reading "About Scripts"