Here’s how to have all new TOPs automatically be “Nearest pixels” and 32-bit RGBA:
More info in Elburz’ and Paketa12’s video (@11:58):
- Create an OP Find DAT
- Under the OP Find DAT’s “Families” page, only TOP should be active.
- At the bottom right of OP Find, expand its callback DAT.
- Inside of it, delete the existing code, and this code instead:
def onFindOPGetInclude(dat, curOp, row):
curOp.par.inputfiltertype = 0
curOp.par.filtertype = 0
curOp.par.format = 4
return True
Here’s where I got the settings from:
Now, all TOPs I create will have these settings.
If you want more control, the script can apply only to a certain path, for example.