Docs Media & Output
AutoRes
Project-wide resolution reference that operators can follow instead of hardcoding pixel sizes.
▶ Media & Output
AutoRes
When holding Alt (same for Mac) and placing a Generator type TOP this component sets the Output Resolution parameter to 'Parent Panel Size' if available, otherwise Custom Resolution and the expression for the resolutionw (and similarly to resolutionh): "tdu.tryExcept(lambda: parent.Project.width, op.AUTO_RES.par.Resolutionw)". In a nutshell this means if parent.Project.width is defined it will set the resolution to those values, if not it will set the resolution to the value defined by this component's custom parameters. Where available it also sets the RGB and Pixel Format parameters to this component's defaults.