This is a simple VEX code that allows you to change the size of objects:matrix3 xform = primintrinsic(0, "transform", @primnum);scale(xform, chf("scale"));setprimintrinsic(0, "transform", @primnum, xform);
This is a simple python script to change file paths in selected Read and Write nodes. You can select part of the Nuke script, and if the selected nodes have a "file" knob, it will be changed:
If you are a freelancer or work in a small studio, you may not have an automatic cleanup and backup system for projects. This greatly affects the free space on the storage. And cleaning up previous projects takes a long time when you don't have enough space for the current project. The best way to … Continue reading "Project cleanup script"