Add Chromium-only Blender WebEngine parity work
This commit is contained in:
8
blender-5.2.0/scripts/presets/render/HDTV_720p.py
Normal file
8
blender-5.2.0/scripts/presets/render/HDTV_720p.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import bpy
|
||||
bpy.context.scene.render.resolution_x = 1280
|
||||
bpy.context.scene.render.resolution_y = 720
|
||||
bpy.context.scene.render.resolution_percentage = 100
|
||||
bpy.context.scene.render.pixel_aspect_x = 1
|
||||
bpy.context.scene.render.pixel_aspect_y = 1
|
||||
bpy.context.scene.render.fps = 24
|
||||
bpy.context.scene.render.fps_base = 1
|
||||
Reference in New Issue
Block a user