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

16_colon_9.py « safe_areas « presets « scripts « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 221b8db84bd95dda8d6816c3ce0a083c31067063 (plain)
1
2
3
4
5
6
7
import bpy
safe_areas = bpy.context.scene.safe_areas

safe_areas.title = (0.035, 0.035)
safe_areas.action = (0.1, 0.05)
safe_areas.title_center = (0.0, 0.0)
safe_areas.action_center = (0.0, 0.0)