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

TV_PAL_4_colon_3.py « render « presets « scripts « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 92cb794558e9508ffedf74f479d94746220d5fb0 (plain)
1
2
3
4
5
6
7
8
import bpy
bpy.context.scene.render.resolution_x = 720
bpy.context.scene.render.resolution_y = 576
bpy.context.scene.render.resolution_percentage = 100
bpy.context.scene.render.pixel_aspect_x = 12
bpy.context.scene.render.pixel_aspect_y = 11
bpy.context.scene.render.fps = 25
bpy.context.scene.render.fps_base = 1