This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/release/scripts/presets/render/TV_NTSC_16_colon_9.py

9 lines
318 B
Python

import bpy
bpy.context.scene.render.resolution_x = 720
bpy.context.scene.render.resolution_y = 480
bpy.context.scene.render.resolution_percentage = 100
bpy.context.scene.render.pixel_aspect_x = 40
bpy.context.scene.render.pixel_aspect_y = 33
bpy.context.scene.render.fps = 30
bpy.context.scene.render.fps_base = 1.001