When using To NDC VOP node in a Volume VOP node, holes may appear in the volume: This is because some threads are not calculating the VOP correctly. I think the reason of it is the To NDC node was created for shading context, and this may cause an error in the SOP context. But … Continue reading "To NDC and holes in the volume"

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"