This only changes the values for new scenes, I wonder if versioning code can fix this in a good way. It's not a big deal though because Blender always shows both safe areas anyway. Only the default scene should be updated at some point.
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
- Branch
- safe_areas (branched from blender2.8)
- Build Status
Buildable 2647 Build 2647: arc lint + arc unit
Event Timeline
Comment Actions
You can change the default scene values in BLO_update_defaults_startup_blend. Otherwise looks good to me.
Comment Actions
- change default safe areas when loading default file
Thanks, that is what I was looking for.