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

14_colon_9_in_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: e486b413de832309027fd0ca214a5d6bc1b5066f (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.15, 0.05)
safe_areas.action_center = (0.1, 0.05)