This commit is contained in:
2026-05-31 18:48:47 +00:00
parent e2b63c9a1a
commit 694b226345

View File

@ -829,11 +829,6 @@ def get_render_resolution(scene):
resx = int(render.resolution_x * scale)
resy = int(render.resolution_y * scale)
rpdat = get_rp()
if rpdat.rp_fsr1 != 'Off':
resx = int(resx * 0.5)
resy = int(resy * 0.5)
return resx, resy
def get_texture_quality_percentage() -> int: