Welcome to mirror list, hosted at ThFree Co, Russian Federation.

TV_NTSC_16_colon_9.py « render « presets « scripts « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 12ecaab4800051fab387df51b443cfc674182c4f (plain)
1
2
3
4
5
6
7
8
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