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

HDV_1080p.py « render « presets « scripts « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7637648e53a2c1d6efad9a8419918eb0e8123147 (plain)
1
2
3
4
5
6
7
8
import bpy
bpy.context.scene.render.resolution_x = 1440
bpy.context.scene.render.resolution_y = 1080
bpy.context.scene.render.resolution_percentage = 100
bpy.context.scene.render.pixel_aspect_x = 4
bpy.context.scene.render.pixel_aspect_y = 3
bpy.context.scene.render.fps = 24
bpy.context.scene.render.fps_base = 1